aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2020-06-07 11:52:01 -0700
committerH.J. Lu <hjl.tools@gmail.com>2020-06-07 11:52:18 -0700
commit656e4a22f37255dbc86c17c4e61ef2d5324e8cd4 (patch)
treeb2db267192807eaa1be47b98989af4c1b9c2c8c1 /ld
parent0fd91d25e21fd32c5defb26c98be3d17306860f2 (diff)
downloadgdb-656e4a22f37255dbc86c17c4e61ef2d5324e8cd4.zip
gdb-656e4a22f37255dbc86c17c4e61ef2d5324e8cd4.tar.gz
gdb-656e4a22f37255dbc86c17c4e61ef2d5324e8cd4.tar.bz2
ld: Xfail pr20995 and pr20995-2 for tic6x-*-*
Xfail pr20995 and pr20995-2 for tic6x-*-* since GNU_RELRO is not supported. * testsuite/ld-elf/shared.exp: Xfail pr20995/pr20995-2 for tic6x-*-*.
Diffstat (limited to 'ld')
-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 3322803..995d527 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,10 @@
2020-06-07 H.J. Lu <hongjiu.lu@intel.com>
+ * testsuite/ld-elf/shared.exp: Xfail pr20995/pr20995-2 for
+ tic6x-*-*.
+
+2020-06-07 H.J. Lu <hongjiu.lu@intel.com>
+
* testsuite/ld-elf/pr11304.d: Skip tic6x-*-elf.
2020-06-06 Alan Modra <amodra@gmail.com>
diff --git a/ld/testsuite/ld-elf/shared.exp b/ld/testsuite/ld-elf/shared.exp
index da750b2..20ed2c2 100644
--- a/ld/testsuite/ld-elf/shared.exp
+++ b/ld/testsuite/ld-elf/shared.exp
@@ -467,7 +467,7 @@ run_ld_link_tests [list \
# These targets don't copy dynamic variables into .bss.
setup_xfail "alpha-*-*" "bfin-*-*" "ia64-*-*" "xtensa-*-*"
# or don't have .data.rel.ro
-setup_xfail "hppa*64*-*-hpux*"
+setup_xfail "hppa*64*-*-hpux*" "tic6x-*-*"
run_ld_link_tests [list \
[list \
"pr20995" \
@@ -477,7 +477,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*" "aarch64*-*-elf*"
+setup_xfail "hppa*64*-*-hpux*" "aarch64*-*-elf*" "tic6x-*-*"
run_ld_link_tests [list \
[list \
"pr20995-2" \