csky ld testsuite fixes
* 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
This commit is contained in:
parent
58785d9888
commit
28a66f07f0
5 changed files with 14 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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.*
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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-*-*"]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue