[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[commits] r15223 - in /branches/eglibc-2_13/libc: ChangeLog.eglibc elf/Makefile
- To: commits@xxxxxxxxxx
- Subject: [commits] r15223 - in /branches/eglibc-2_13/libc: ChangeLog.eglibc elf/Makefile
- From: joseph@xxxxxxxxxx
- Date: Tue, 06 Sep 2011 14:51:07 -0000
Author: joseph
Date: Tue Sep 6 07:51:07 2011
New Revision: 15223
Log:
2011-09-06 Dr. David Alan Gilbert <david.gilbert@xxxxxxxxxx>
* elf/Makefile: Push tst-initorder through cross-test-wrapper.
Modified:
branches/eglibc-2_13/libc/ChangeLog.eglibc
branches/eglibc-2_13/libc/elf/Makefile
Modified: branches/eglibc-2_13/libc/ChangeLog.eglibc
==============================================================================
--- branches/eglibc-2_13/libc/ChangeLog.eglibc (original)
+++ branches/eglibc-2_13/libc/ChangeLog.eglibc Tue Sep 6 07:51:07 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-07-22 Denis Zaitceff <zaitceff@xxxxxxxxx>
* elf/dl-support.c, elf/rtld.c: Include <gnu/option-groups.h>.
Modified: branches/eglibc-2_13/libc/elf/Makefile
==============================================================================
--- branches/eglibc-2_13/libc/elf/Makefile (original)
+++ branches/eglibc-2_13/libc/elf/Makefile Tue Sep 6 07:51:07 2011
@@ -1191,6 +1191,7 @@
$(objpfx)tst-unique2.out: $(objpfx)tst-unique2mod2.so
$(objpfx)tst-initorder.out: $(objpfx)tst-initorder
+ $(cross-test-wrapper) \
$(elf-objpfx)${rtld-installed-name} \
--library-path $(rpath-link)$(patsubst %,:%,$(sysdep-library-path)) \
$< > $@