diff options
author | Marcus Comstedt <marcus@mc.pp.se> | 2021-01-06 02:36:54 -0800 |
---|---|---|
committer | Nelson Chu <nelson.chu@sifive.com> | 2021-01-07 15:08:04 +0800 |
commit | 4d4490b8d772321e9634541b81be25095a5a06ef (patch) | |
tree | 5cc95ec30b6e84b60e423358ab0d71d4b9f35e9c /ld/testsuite/ld-scripts | |
parent | 9446bcf6be53fadb9fd915abcb05aa29839a098f (diff) | |
download | binutils-gdb-4d4490b8d772321e9634541b81be25095a5a06ef.tar.gz |
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.
Diffstat (limited to 'ld/testsuite/ld-scripts')
-rw-r--r-- | ld/testsuite/ld-scripts/empty-address-2a.d | 2 | ||||
-rw-r--r-- | 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 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 #... |