Message ID | 20110819132620.GA20974@davesworkthinkpad |
---|---|
State | Rejected |
Headers | show |
On Fri, Aug 19, 2011 at 09:26, Dr. David Alan Gilbert <david.gilbert@linaro.org> wrote: > > tst-initorder doesn't get run through the cross-test-wrapper. > (Introduced by 968dad0a) What are you talking about? There is nothing like this in glibc.
On 19 August 2011 14:46, Ulrich Drepper <drepper@gmail.com> wrote: > On Fri, Aug 19, 2011 at 09:26, Dr. David Alan Gilbert > <david.gilbert@linaro.org> wrote: >> >> tst-initorder doesn't get run through the cross-test-wrapper. >> (Introduced by 968dad0a) > > What are you talking about? There is nothing like this in glibc. Oops! Sorry, yes it looks like the cross-test-wrapper is an eglibc ism (a very useful one...) I'll repost to the correct list. Apologies again. Dave
Index: libc/elf/Makefile =================================================================== --- libc/elf/Makefile (revision 14944) +++ libc/elf/Makefile (working copy) @@ -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)) \ $< > $@