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 | |
parent | 9446bcf6be53fadb9fd915abcb05aa29839a098f (diff) | |
download | gdb-4d4490b8d772321e9634541b81be25095a5a06ef.zip gdb-4d4490b8d772321e9634541b81be25095a5a06ef.tar.gz gdb-4d4490b8d772321e9634541b81be25095a5a06ef.tar.bz2 |
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')
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/empty-address-2a.d | 2 | ||||
-rw-r--r-- | 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 bd3b2d2..b6bfe27 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 3b5a2d6..0f1c0db 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 3b530c9..b571df6 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 #... |