diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-07-08 15:00:43 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-07-08 15:00:43 -0700 |
commit | 95af4cffdb730b18ee1478609f1042929a72b361 (patch) | |
tree | 48383adc55591fc08cccc1018d9ef3132596b9f5 /elf | |
parent | 85ee9a0d19ec8f5fca60f6bbe65e663329100118 (diff) | |
download | glibc-95af4cffdb730b18ee1478609f1042929a72b361.tar.gz |
BZ#18383: Conditionalize test-xfail-tst-tlsalign{,-static} on ARM assembler bug.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/elf/Makefile b/elf/Makefile index e439527fb9..535421f250 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -525,10 +525,6 @@ $(objpfx)tst-initorder: $(objpfx)tst-initordera4.so $(objpfx)tst-initordera1.so $(objpfx)tst-null-argv: $(objpfx)tst-null-argv-lib.so $(objpfx)tst-tlsalign: $(objpfx)tst-tlsalign-lib.so -# BZ#18383: broken on at least ARM (both). -test-xfail-tst-tlsalign = yes -test-xfail-tst-tlsalign-static = yes - $(objpfx)tst-tlsalign-extern: $(objpfx)tst-tlsalign-vars.o $(objpfx)tst-tlsalign-extern-static: $(objpfx)tst-tlsalign-vars.o |