aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite
diff options
context:
space:
mode:
authorRoland McGrath <mcgrathr@google.com>2018-03-20 13:31:05 -0700
committerRoland McGrath <mcgrathr@google.com>2018-03-20 13:31:05 -0700
commitcbac223123dd1b460fa10c31d779c5f73f637849 (patch)
treec6c1f267d5fab5598eedf164792299a017eb7745 /ld/testsuite
parent7cbe16e99d8a61a168579354487902ee50413e08 (diff)
downloadfsf-binutils-gdb-cbac223123dd1b460fa10c31d779c5f73f637849.zip
fsf-binutils-gdb-cbac223123dd1b460fa10c31d779c5f73f637849.tar.gz
fsf-binutils-gdb-cbac223123dd1b460fa10c31d779c5f73f637849.tar.bz2
ld/testsuite: XFAIL pr20995-2 on aarch64*-*-elf*
ld/ * testsuite/ld-elf/shared.exp (pr20995-2): XFAIL on aarch64*-*-elf*, another target without RELRO.
Diffstat (limited to 'ld/testsuite')
-rw-r--r--ld/testsuite/ld-elf/shared.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-elf/shared.exp b/ld/testsuite/ld-elf/shared.exp
index 435b8e1..b0bcc0e 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" \