aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <mcgrathr@google.com>2018-03-09 12:52:19 -0800
committerRoland McGrath <mcgrathr@google.com>2018-03-09 12:52:19 -0800
commit23a207c6ca2e5423b7991ee19b7043d75db19824 (patch)
treee722c07dd4d88f74da82504dce47d8f5c0ca714e
parent80c34c3812f8bae13fb902dbaaa287ca207857ac (diff)
ld/testsuite: XFAIL pr20995-2 on aarch64*-*-elf*users/roland/pr20995-2-xfail-aarch64-elf
ld/ * testsuite/ld-elf/shared.exp (pr20995-2): XFAIL on aarch64*-*-elf*, another target without RELRO.
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/testsuite/ld-elf/shared.exp4
2 files changed, 7 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 3b54069b265..64608c35ad3 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2018-03-09 Roland McGrath <mcgrathr@google.com>
+
+ * testsuite/ld-elf/shared.exp (pr20995-2): XFAIL on aarch64*-*-elf*,
+ another target without RELRO.
+
2018-03-09 Nick Clifton <nickc@redhat.com>
* testsuite/ld-ifunc/ifuncmod5.s: New test. Checks that targets
diff --git a/ld/testsuite/ld-elf/shared.exp b/ld/testsuite/ld-elf/shared.exp
index 435b8e14a86..b0bcc0e58ba 100644
--- a/ld/testsuite/ld-elf/shared.exp
+++ b/ld/testsuite/ld-elf/shared.exp
@@ -418,7 +418,7 @@ 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*"
+] "tic6x-*-*" "arm*-*-eabi*" "hppa*64*-*-hpux*" "aarch64*-*-elf*"
# These targets don't copy dynamic variables into .bss.
setup_xfail "alpha-*-*" "bfin-*-*" "ia64-*-*" "xtensa-*-*"
@@ -433,7 +433,7 @@ run_ld_link_tests [list \
# 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" \