ld: xfail riscv64*-*-* for ld-scripts/empty-address-2 tests.
authorMarcus Comstedt <marcus@mc.pp.se>
Wed, 6 Jan 2021 10:36:54 +0000 (02:36 -0800)
committerNelson Chu <nelson.chu@sifive.com>
Thu, 7 Jan 2021 07:08:04 +0000 (15:08 +0800)
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
ld/testsuite/ld-scripts/empty-address-2a.d
ld/testsuite/ld-scripts/empty-address-2b.d

index bd3b2d24c4c64432ed04548a9de92733035fbb2b..b6bfe27682f259d455236d5a6b852d91c0e445cf 100644 (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.
index 3b5a2d68f72aadbe190c8d44dea16f5f08002341..0f1c0db69414f4b4585b7e43085d8948f63bcb66 100644 (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
 #...
index 3b530c94d8626bac7cd077b466d1819c34afcd9a..b571df67dc88b2e1556580b2c873e296c1f106be 100644 (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
 #...