[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[commits] r15221 - in /trunk/libc: ChangeLog.eglibc elf/Makefile
- To: commits@xxxxxxxxxx
- Subject: [commits] r15221 - in /trunk/libc: ChangeLog.eglibc elf/Makefile
- From: joseph@xxxxxxxxxx
- Date: Tue, 06 Sep 2011 14:49:55 -0000
Author: joseph
Date: Tue Sep 6 07:49:53 2011
New Revision: 15221
Log:
2011-09-06 Dr. David Alan Gilbert <david.gilbert@xxxxxxxxxx>
* elf/Makefile: Push tst-initorder through cross-test-wrapper.
Modified:
trunk/libc/ChangeLog.eglibc
trunk/libc/elf/Makefile
Modified: trunk/libc/ChangeLog.eglibc
==============================================================================
--- trunk/libc/ChangeLog.eglibc (original)
+++ trunk/libc/ChangeLog.eglibc Tue Sep 6 07:49:53 2011
@@ -1,3 +1,7 @@
+2011-09-06 Dr. David Alan Gilbert <david.gilbert@xxxxxxxxxx>
+
+ * elf/Makefile: Push tst-initorder through cross-test-wrapper.
+
2011-08-11 Khem Raj <raj.khem@xxxxxxxxx>
* sysdeps/generic/initfini.c: Re-define __i686.
Modified: trunk/libc/elf/Makefile
==============================================================================
--- trunk/libc/elf/Makefile (original)
+++ trunk/libc/elf/Makefile Tue Sep 6 07:49:53 2011
@@ -1170,6 +1170,7 @@
$(objpfx)tst-unique4: $(objpfx)tst-unique4lib.so
$(objpfx)tst-initorder.out: $(objpfx)tst-initorder
+ $(cross-test-wrapper) \
$(elf-objpfx)${rtld-installed-name} \
--library-path $(rpath-link)$(patsubst %,:%,$(sysdep-library-path)) \
$< > $@