XFAIL PR ld/20995 tests for lynxos and nto targets
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 8 Apr 2019 20:54:20 +0000 (13:54 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 8 Apr 2019 20:55:37 +0000 (13:55 -0700)
lynxos and nto targets don't support RELRO.

* testsuite/ld-elf/shared.exp: XFAIL PR ld/20995 tests for
lynxos and nto targets.

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

index 2ac6cddee67052c4078410d701dfbff447d02d04..0c7d99c509ca3569a53a36281822ec60cb35447b 100644 (file)
@@ -1,3 +1,8 @@
+2019-04-08  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/ld-elf/shared.exp: XFAIL PR ld/20995 tests for
+       lynxos and nto targets.
+
 2019-04-08  H.J. Lu  <hongjiu.lu@intel.com>
 
        * Makefile.am (ALL_EMULATION_SOURCES): Remove eelf_i386_chaos.c.
index fc19bc056b98a23c82e1e8419a0f910220958f8d..742fe974c75d66d34a4bc59c1a51fe25692286a7 100644 (file)
@@ -432,7 +432,8 @@ run_ld_link_tests [list \
     [list "Build pr20995-2.so" \
        "-shared -z relro" "" "$AFLAGS_PIC" \
        {pr20995c.s} {{readelf {-l --wide} pr20995-2so.r}} "pr20995-2.so"] \
-] "tic6x-*-*" "arm*-*-eabi*" "hppa*64*-*-hpux*" "aarch64*-*-elf*"
+] "tic6x-*-*" "arm*-*-eabi*" "hppa*64*-*-hpux*" "aarch64*-*-elf*" \
+  "*-*-lynxos*" "*-*-nto*"
 
 # These targets don't copy dynamic variables into .bss.
 setup_xfail "alpha-*-*" "bfin-*-*" "ia64-*-*" "xtensa-*-*"
@@ -452,7 +453,8 @@ run_ld_link_tests [list \
     [list \
        "pr20995-2" \
        "$LFLAGS" "tmpdir/pr20995-2.so" "$AFLAGS_NONPIC" \
-       {pr20995a.s} {{readelf {-S --wide} pr20995.r}} "pr20995-2"]]
+       {pr20995a.s} {{readelf {-S --wide} pr20995.r}} "pr20995-2"]
+] "*-*-lynxos*" "*-*-nto*"
 
 run_ld_link_tests [list \
     [list "Build pr22374 shared library" \
This page took 0.027766 seconds and 4 git commands to generate.