csky ld testsuite fixes
authorAlan Modra <amodra@gmail.com>
Mon, 18 Mar 2019 00:41:39 +0000 (11:11 +1030)
committerAlan Modra <amodra@gmail.com>
Mon, 18 Mar 2019 12:07:26 +0000 (22:37 +1030)
* testsuite/ld-elf/merge.d: Remove csky from xfails, add moxie.
* testsuite/ld-elf/pr21884.d: Remove csky from xfails.
* testsuite/ld-elf/shared.exp: Add csky to list not xfailing pr22374.
* testsuite/ld-unique/pr21529.d: Remove csky from xfails

ld/ChangeLog
ld/testsuite/ld-elf/merge.d
ld/testsuite/ld-elf/pr21884.d
ld/testsuite/ld-elf/shared.exp
ld/testsuite/ld-unique/pr21529.d

index 76e2c719bab4d8921e941f05740f27b26f956133..9000cabf9deaa7a433d1d347e3f2086a0027d093 100644 (file)
@@ -1,3 +1,10 @@
+2019-03-18  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/ld-elf/merge.d: Remove csky from xfails, add moxie.
+       * testsuite/ld-elf/pr21884.d: Remove csky from xfails.
+       * testsuite/ld-elf/shared.exp: Add csky to list not xfailing pr22374.
+       * testsuite/ld-unique/pr21529.d: Remove csky from xfails
+
 2019-03-15  Nick Clifton  <nickc@redhat.com>
 
        PR 24262
index 28c713cd2f6b2f9e0418bcec9f9bb80472373dfb..dc0bcc50ccd104f1d899caf0539255100dee0a22 100644 (file)
@@ -1,11 +1,11 @@
 #source: merge.s
 #ld: -T merge.ld
 #objdump: -s
-#xfail: bfin-*-* cr16-*-* cris*-*-* crx-*-* csky-*-* d10v-*-* d30v-*-* dlx-*-*
+#xfail: bfin-*-* cr16-*-* cris*-*-* crx-*-* d10v-*-* d30v-*-* dlx-*-*
 #xfail: fr30-*-* frv-*-* ft32-*-* h8300-*-* hppa*64*-*-* ip2k-*-* iq2000-*-*
-#xfail: lm32-*-* m68hc11-*-* mcore-*-* mep-*-* metag-*-* mn102*-*-* ms1-*-*
-#xfail: nds32*-*-* nios2-*-* or32-*-* pj-*-* pru-*-* s12z-*-* score-*-* tic6x-*-*
-#xfail: vax-*-* xgate-*-* xstormy16-*-* xtensa*-*-*
+#xfail: lm32-*-* m68hc11-*-* mcore-*-* mep-*-* metag-*-* mn102*-*-* moxie-*-*
+#xfail: ms1-*-* nds32*-*-* nios2-*-* or32-*-* pj-*-* pru-*-* s12z-*-* score-*-*
+#xfail: tic6x-*-* vax-*-* xgate-*-* xstormy16-*-* xtensa*-*-*
 
 .*:     file format .*elf.*
 
index c230924156d7737604bde724a851985e37939c7d..3d44ccfe6021f3823c422c1cda4ef55cae8787c4 100644 (file)
@@ -3,7 +3,7 @@
 #ld: -T pr21884.t
 #objdump: -b binary -s
 #xfail: aarch64*-*-* arm*-*-* avr-*-* ia64-*-* m68hc1*-*-* nds32*-*-*
-#xfail: riscv*-*-* score-*-* v850-*-* csky-*-*
+#xfail: riscv*-*-* score-*-* v850-*-*
 # Skip targets which can't change output format to binary.
 
 .*:     file format binary
index 217694c5185fd615288ec630a81678c136470dd2..fc19bc056b98a23c82e1e8419a0f910220958f8d 100644 (file)
@@ -459,6 +459,7 @@ run_ld_link_tests [list \
        "-shared" "" "$AFLAGS_PIC" "pr22374b.s" {} "pr22374.so" ] \
 ]
 if { ![istarget "alpha-*-*"]
+     && ![istarget "csky-*-*"]
      && ![istarget "frv-*-*"]
      && ![istarget "hppa*-*-*"]
      && ![istarget "i?86-*-*"]
index 0e6332e42f4db1cda68a3937dc05d721ac576329..fb637943909b3d54f9d3d2cfcc7ca4cdf235fc25 100644 (file)
@@ -1,6 +1,6 @@
 #ld: --oformat binary -T pr21529.ld -e main
 #objdump: -s -b binary
-#xfail: aarch64*-*-* arm*-*-* avr-*-* ia64-*-* m68hc1*-*-* nds32*-*-* riscv*-*-* score-*-* v850-*-* csky-*-*
+#xfail: aarch64*-*-* arm*-*-* avr-*-* ia64-*-* m68hc1*-*-* nds32*-*-* riscv*-*-* score-*-* v850-*-*
 # Skip targets which can't change output format to binary.
 
 #pass
This page took 0.028813 seconds and 4 git commands to generate.