Re: XFAIL PR ld/20995 tests for lynxos and nto targets
authorAlan Modra <amodra@gmail.com>
Wed, 10 Apr 2019 06:00:37 +0000 (15:30 +0930)
committerAlan Modra <amodra@gmail.com>
Wed, 10 Apr 2019 06:02:56 +0000 (15:32 +0930)
* testsuite/ld-elf/shared.exp: Don't xfail PR ld/20995 for
powerpc-nto.

ld/ChangeLog
ld/testsuite/ld-elf/shared.exp

index 0f36d6c270cbe7955654664e9917f5540a6f16cb..be95a21afc4c8b97c8264fe828c1090dfb6d7ae1 100644 (file)
@@ -1,3 +1,8 @@
+2019-04-10  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-elf/shared.exp: Don't xfail PR ld/20995 for
+       powerpc-nto.
+
 2019-04-10  Alan Modra  <amodra@gmail.com>
 
        * emultempl/cskyelf.em (csk_elf_before_parse): New function,
index 742fe974c75d66d34a4bc59c1a51fe25692286a7..b5a01c9379bd6c22fe1830796857ec9b09c32ab1 100644 (file)
@@ -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" \
This page took 0.027648 seconds and 4 git commands to generate.