[PATCH] ld: xfail riscv64be-*-* for ld-scripts/empty-address-2 tests.

Nelson Chu nelson.chu@sifive.com
Wed Jan 6 10:36:54 GMT 2021


From: Marcus Comstedt <marcus@mc.pp.se>

Same as the the riscv64-*-* (little endian), we need to xfail
riscv64be-*-* (big endian), too.

ld/
    * testsuite/ld-scripts/empty-address-2a.d: xfail riscv64-*-*.
    * testsuite/ld-scripts/empty-address-2b.d: Likewise.
---
 ld/testsuite/ld-scripts/empty-address-2a.d | 2 +-
 ld/testsuite/ld-scripts/empty-address-2b.d | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ld/testsuite/ld-scripts/empty-address-2a.d b/ld/testsuite/ld-scripts/empty-address-2a.d
index 3b5a2d6..2619c48 100644
--- a/ld/testsuite/ld-scripts/empty-address-2a.d
+++ b/ld/testsuite/ld-scripts/empty-address-2a.d
@@ -1,7 +1,7 @@
 #source: empty-address-2.s
 #ld: -Ttext 0x0000000 -Tdata 0x200 -T empty-address-2a.t
 #nm: -n
-#xfail: frv-*-*linux* riscv64-*-* tic54x-*-*
+#xfail: frv-*-*linux* riscv64-*-* riscv64be-*-* tic54x-*-*
 #...
 0+0 T _start
 #...
diff --git a/ld/testsuite/ld-scripts/empty-address-2b.d b/ld/testsuite/ld-scripts/empty-address-2b.d
index 3b530c9..ebe8461 100644
--- a/ld/testsuite/ld-scripts/empty-address-2b.d
+++ b/ld/testsuite/ld-scripts/empty-address-2b.d
@@ -1,7 +1,7 @@
 #source: empty-address-2.s
 #ld: -Ttext 0x0000000 -Tdata 0x200 -T empty-address-2b.t
 #nm: -n
-#xfail: frv-*-*linux* riscv64-*-* tic54x-*-*
+#xfail: frv-*-*linux* riscv64-*-* riscv64be-*-* tic54x-*-*
 #...
 0+0 T _start
 #...
-- 
2.7.4



More information about the Binutils mailing list