diff mbox

Missing cross-tst-wrapper in tst-initorder

Message ID 20110819132620.GA20974@davesworkthinkpad
State Rejected
Headers show

Commit Message

Dr. David Alan Gilbert Aug. 19, 2011, 1:26 p.m. UTC
tst-initorder doesn't get run through the cross-test-wrapper.
(Introduced by 968dad0a)

(Tested on eglibc on arm cross build, but the stanza looks identical
in glibc, and the patch applies with a few line offset)

Comments

Ulrich Drepper Aug. 19, 2011, 1:46 p.m. UTC | #1
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.
Dr. David Alan Gilbert Aug. 19, 2011, 1:52 p.m. UTC | #2
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
diff mbox

Patch

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)) \
 	  $< > $@