]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
ld/testsuite: XFAIL pr20995-2 on aarch64*-*-elf*
authorRoland McGrath <mcgrathr@google.com>
Tue, 20 Mar 2018 20:31:35 +0000 (13:31 -0700)
committerRoland McGrath <mcgrathr@google.com>
Tue, 20 Mar 2018 20:31:35 +0000 (13:31 -0700)
ld/
* testsuite/ld-elf/elf.exp (pr20995-2): XFAIL on aarch64*-*-elf*,
another target without RELRO.

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

index b266e2433fe3e9a5df2b721156c7a5c50b34b08d..61230789bc80f3a45c088ceacd1e99958180709e 100644 (file)
@@ -1,3 +1,8 @@
+2018-03-20  Roland McGrath  <mcgrathr@google.com>
+
+       * testsuite/ld-elf/elf.exp (pr20995-2): XFAIL on aarch64*-*-elf*,
+       another target without RELRO.
+
 2018-03-20  H.J. Lu  <hongjiu.lu@intel.com>
 
        Backport from master branch
index 0b005dea906a517e4974ada9a0c5385687d923c5..bda51de96cf6b5a0f3153ff12df01b2e833e1a9e 100644 (file)
@@ -208,7 +208,7 @@ if { [check_shared_lib_support] } then {
        {"Build pr20995-2.so"
            "-shared -z relro" "" ""
            {pr20995c.s} {{readelf {-l --wide} pr20995-2so.r}} "pr20995-2.so"}
-    } "tic6x-*-*" "arm*-*-eabi*" "hppa*64*-*-hpux*"
+    } "tic6x-*-*" "arm*-*-eabi*" "hppa*64*-*-hpux*" "aarch64*-*-elf*"
 
     # These targets don't copy dynamic variables into .bss.
     setup_xfail "alpha-*-*" "bfin-*-*" "ia64-*-*" "xtensa-*-*"
@@ -223,7 +223,7 @@ if { [check_shared_lib_support] } then {
     # xfail on arm*-*-eabi* is particularly because of no support of GNU_RELRO.
     # Please see the link above for details.
     setup_xfail "alpha-*-*" "bfin-*-*" "ia64-*-*" "xtensa-*-*" "arm*-*-eabi*"
-    setup_xfail "hppa*64*-*-hpux*"
+    setup_xfail "hppa*64*-*-hpux*" "aarch64*-*-elf*"
     run_ld_link_tests [list \
        [list \
            "pr20995-2" \