From: Marcus Comstedt Date: Wed, 6 Jan 2021 10:36:54 +0000 (-0800) Subject: ld: xfail riscv64*-*-* for ld-scripts/empty-address-2 tests. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4d4490b8d772321e9634541b81be25095a5a06ef;p=binutils-gdb.git 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 --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 + + * testsuite/ld-scripts/empty-address-2a.d: xfail riscv64*-*-*. + * testsuite/ld-scripts/empty-address-2b.d: Likewise. + 2021-01-07 Alan Modra * 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 #...