From 4d4490b8d772321e9634541b81be25095a5a06ef Mon Sep 17 00:00:00 2001 From: Marcus Comstedt Date: Wed, 6 Jan 2021 02:36:54 -0800 Subject: [PATCH] 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. --- 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 + + * 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 #... -- 2.30.2