[PATCH] XFAIL PR ld/20995 tests for lynxos and nto targets
Alan Modra
amodra@gmail.com
Wed Apr 10 06:06:00 GMT 2019
More information about the Binutils mailing list
Wed Apr 10 06:06:00 GMT 2019
- Previous message (by thread): [PATCH] XFAIL PR ld/20995 tests for lynxos and nto targets
- Next message (by thread): csky ld testsuite fixes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, Apr 08, 2019 at 01:55:56PM -0700, H.J. Lu wrote:
> lynxos and nto targets don't support RELRO.
>
> * testsuite/ld-elf/shared.exp: XFAIL PR ld/20995 tests for
> lynxos and nto targets.
This resulted in:
powerpc-nto +XPASS: Build pr20995-2.so
powerpc-nto +XPASS: pr20995-2
* testsuite/ld-elf/shared.exp: Don't xfail PR ld/20995 for
powerpc-nto.
diff --git a/ld/testsuite/ld-elf/shared.exp b/ld/testsuite/ld-elf/shared.exp
index 742fe974c7..b5a01c9379 100644
--- a/ld/testsuite/ld-elf/shared.exp
+++ b/ld/testsuite/ld-elf/shared.exp
@@ -433,7 +433,7 @@ run_ld_link_tests [list \
"-shared -z relro" "" "$AFLAGS_PIC" \
{pr20995c.s} {{readelf {-l --wide} pr20995-2so.r}} "pr20995-2.so"] \
] "tic6x-*-*" "arm*-*-eabi*" "hppa*64*-*-hpux*" "aarch64*-*-elf*" \
- "*-*-lynxos*" "*-*-nto*"
+ "*-*-lynxos*" "arm*-*-nto*" "i?86-*-nto*" "sh*-*-nto*"
# These targets don't copy dynamic variables into .bss.
setup_xfail "alpha-*-*" "bfin-*-*" "ia64-*-*" "xtensa-*-*"
@@ -454,7 +454,7 @@ run_ld_link_tests [list \
"pr20995-2" \
"$LFLAGS" "tmpdir/pr20995-2.so" "$AFLAGS_NONPIC" \
{pr20995a.s} {{readelf {-S --wide} pr20995.r}} "pr20995-2"]
-] "*-*-lynxos*" "*-*-nto*"
+] "*-*-lynxos*" "arm*-*-nto*" "i?86-*-nto*" "sh*-*-nto*"
run_ld_link_tests [list \
[list "Build pr22374 shared library" \
--
Alan Modra
Australia Development Lab, IBM
- Previous message (by thread): [PATCH] XFAIL PR ld/20995 tests for lynxos and nto targets
- Next message (by thread): csky ld testsuite fixes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list