[binutils-gdb] ld rgn-at10 and rgn-at11 test
Alan Modra
amodra@sourceware.org
Wed Jan 6 10:34:42 GMT 2021
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=73624512cf1d982953539ef538dc9ceb067885a6
commit 73624512cf1d982953539ef538dc9ceb067885a6
Author: Alan Modra <amodra@gmail.com>
Date: Wed Jan 6 11:56:14 2021 +1030
ld rgn-at10 and rgn-at11 test
These fail on v850 due to that target using different .tbss section flags.
* testsuite/ld-scripts/rgn-at10.d: xfail v850.
* testsuite/ld-scripts/rgn-at11.d: Likewise.
Diff:
---
ld/ChangeLog | 5 +++++
ld/testsuite/ld-scripts/rgn-at10.d | 2 +-
ld/testsuite/ld-scripts/rgn-at11.d | 3 +--
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 23a07195318..00b05a0e9e6 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2021-01-06 Alan Modra <amodra@gmail.com>
+
+ * testsuite/ld-scripts/rgn-at10.d: xfail v850.
+ * testsuite/ld-scripts/rgn-at11.d: Likewise.
+
2021-01-06 Marcus Comstedt <marcus@mc.pp.se>
* testsuite/ld-riscv-elf/ld-riscv-elf.exp: Added
diff --git a/ld/testsuite/ld-scripts/rgn-at10.d b/ld/testsuite/ld-scripts/rgn-at10.d
index bd0623c5da8..dd52644634b 100644
--- a/ld/testsuite/ld-scripts/rgn-at10.d
+++ b/ld/testsuite/ld-scripts/rgn-at10.d
@@ -1,7 +1,7 @@
#source: rgn-at10.s
#ld: -T rgn-at10.t
#objdump: -h --wide
-#xfail: hppa*64*-*-hpux*
+#xfail: hppa*64*-*-hpux* v850*-*-*
# Test that lma is adjusted in case the section start vma is aligned and
# lma_region != region if requested by script. Make sure this works with
# non-load sections.
diff --git a/ld/testsuite/ld-scripts/rgn-at11.d b/ld/testsuite/ld-scripts/rgn-at11.d
index ebfc420ee7a..865cf710dc6 100644
--- a/ld/testsuite/ld-scripts/rgn-at11.d
+++ b/ld/testsuite/ld-scripts/rgn-at11.d
@@ -1,10 +1,9 @@
#source: rgn-at11.s
#ld: -T rgn-at11.t
#objdump: -h --wide
-#xfail: hppa*64*-*-hpux*
+#xfail: hppa*64*-*-hpux* v850*-*-*
# Test that lma is not adjusted in case the section start vma is aligned and
# lma_region != region if not requested by script.
-# Fails for RX because it ignores the LMA (for compatibility with Renesas tools)
#...
.* 0+10000 +0+20000 .*
More information about the Binutils-cvs
mailing list