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.
This commit is contained in:
Marcus Comstedt
2021-01-06 02:36:54 -08:00
committed by Nelson Chu
parent 9446bcf6be
commit 4d4490b8d7
3 changed files with 7 additions and 2 deletions

View File

@ -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.

View File

@ -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
#...

View File

@ -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
#...