[binutils-gdb] ld: xfail riscv64*-*-* for ld-scripts/empty-address-2 tests.
Nelson Chu
nelsonc1225@sourceware.org
Thu Jan 7 07:08:58 GMT 2021
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=4d4490b8d772321e9634541b81be25095a5a06ef
commit 4d4490b8d772321e9634541b81be25095a5a06ef
Author: Marcus Comstedt <marcus@mc.pp.se>
Date: Wed Jan 6 02:36:54 2021 -0800
ld: xfail riscv64*-*-* for ld-scripts/empty-address-2 tests.
For now we have supported the riscv big endian targets, so
xfail riscv64*-*-* for ld-scripts/empty-address-2 tests, to
cover both little endian and big endian targets.
ld/
* testsuite/ld-scripts/empty-address-2a.d: xfail riscv64*-*-*.
* testsuite/ld-scripts/empty-address-2b.d: Likewise.
Diff:
---
ld/ChangeLog | 5 +++++
ld/testsuite/ld-scripts/empty-address-2a.d | 2 +-
ld/testsuite/ld-scripts/empty-address-2b.d | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/ld/ChangeLog b/ld/ChangeLog
index bd3b2d24c4c..b6bfe27682f 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2021-01-07 Marcus Comstedt <marcus@mc.pp.se>
+
+ * testsuite/ld-scripts/empty-address-2a.d: xfail riscv64*-*-*.
+ * testsuite/ld-scripts/empty-address-2b.d: Likewise.
+
2021-01-07 Alan Modra <amodra@gmail.com>
* po/BLD-POTFILES.in: Regenerate.
diff --git a/ld/testsuite/ld-scripts/empty-address-2a.d b/ld/testsuite/ld-scripts/empty-address-2a.d
index 3b5a2d68f72..0f1c0db6941 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*-*-* 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 3b530c94d86..b571df67dc8 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*-*-* tic54x-*-*
#...
0+0 T _start
#...
More information about the Binutils-cvs
mailing list