This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb/binutils-2_30-branch] ld/testsuite: XFAIL pr20995-2 on aarch64*-*-elf*


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=444ad76e11b76a7ca74222b5a2d6b66ba8606bf6

commit 444ad76e11b76a7ca74222b5a2d6b66ba8606bf6
Author: Roland McGrath <mcgrathr@google.com>
Date:   Tue Mar 20 13:31:35 2018 -0700

    ld/testsuite: XFAIL pr20995-2 on aarch64*-*-elf*
    
    ld/
    	* testsuite/ld-elf/elf.exp (pr20995-2): XFAIL on aarch64*-*-elf*,
    	another target without RELRO.

Diff:
---
 ld/ChangeLog                | 5 +++++
 ld/testsuite/ld-elf/elf.exp | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index b266e24..6123078 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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
diff --git a/ld/testsuite/ld-elf/elf.exp b/ld/testsuite/ld-elf/elf.exp
index 0b005de..bda51de 100644
--- a/ld/testsuite/ld-elf/elf.exp
+++ b/ld/testsuite/ld-elf/elf.exp
@@ -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" \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]