mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
* gas/all/gas.exp: Don't run redef tests on a bunch of targets.
* gas/elf/elf.exp: Likewise.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2008-09-15 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* gas/all/gas.exp: Don't run redef tests on a bunch of targets.
|
||||||
|
* gas/elf/elf.exp: Likewise.
|
||||||
|
|
||||||
2008-09-14 Arnold Metselaar <arnold.metselaar@planet.nl>
|
2008-09-14 Arnold Metselaar <arnold.metselaar@planet.nl>
|
||||||
|
|
||||||
* gas/z80/ld-group.s, gas/z80/ld-group.d: New test.
|
* gas/z80/ld-group.s, gas/z80/ld-group.d: New test.
|
||||||
|
@ -81,30 +81,39 @@ case $target_triplet in {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# .set works differently on some targets.
|
# .set works differently on some targets.
|
||||||
|
# most of the tests won't work on targets that set linkrelax.
|
||||||
|
# 4 octet bytes confuse address matching on ti targets.
|
||||||
|
# pdp11 gets unexpected reloc types.
|
||||||
case $target_triplet in {
|
case $target_triplet in {
|
||||||
{ alpha*-*-* } { }
|
{ alpha*-*-* } { }
|
||||||
|
{ cr16*-*-* } { }
|
||||||
|
{ crx*-*-* } { }
|
||||||
|
{ h8300-*-* } { }
|
||||||
{ mips*-*-* } { }
|
{ mips*-*-* } { }
|
||||||
{ *c54x*-*-* } { }
|
{ mn10200-*-* } { }
|
||||||
|
{ mn10300-*-* } { }
|
||||||
|
{ pdp11-*-* } { }
|
||||||
|
{ tic30*-*-* } { }
|
||||||
|
{ tic4x*-*-* } { }
|
||||||
|
{ tic54x*-*-* } { }
|
||||||
|
{ xtensa*-*-* } { }
|
||||||
{ z80-*-* } { }
|
{ z80-*-* } { }
|
||||||
default {
|
default {
|
||||||
setup_xfail "*c30*-*-*" "*c4x*-*-*" "pdp11-*-*" "xtensa*-*-*"
|
|
||||||
run_dump_test redef
|
run_dump_test redef
|
||||||
# The next two tests can fail if the target does not convert fixups
|
# The next two tests can fail if the target does not convert fixups
|
||||||
# against ordinary symbols into relocations against section symbols.
|
# against ordinary symbols into relocations against section symbols.
|
||||||
# This is usually revealed by the error message:
|
# This is usually revealed by the error message:
|
||||||
# symbol `sym' required but not present
|
# symbol `sym' required but not present
|
||||||
setup_xfail "*c30*-*-*" "*c4x*-*-*" "*arm*-*-*aout*" "*arm*-*-*coff" \
|
setup_xfail "*arm*-*-*aout*" "*arm*-*-*coff" \
|
||||||
"*arm*-*-pe" "crx*-*-*" "h8300*-*-*" "m68hc*-*-*" "maxq-*-*" \
|
"*arm*-*-pe" "m68hc*-*-*" "maxq-*-*" \
|
||||||
"mn10300-*-*" "pdp11-*-*" "vax*-*-*" "z8k-*-*" "cr16-*-*"
|
"vax*-*-*" "z8k-*-*"
|
||||||
run_dump_test redef2
|
run_dump_test redef2
|
||||||
setup_xfail "*-*-aix*" "*-*-coff" "*-*-cygwin" "*-*-mingw*" "*-*-pe*" \
|
setup_xfail "*-*-aix*" "*-*-coff" "*-*-cygwin" "*-*-mingw*" "*-*-pe*" \
|
||||||
"bfin-*-*" "*c4x*-*-*" "crx*-*-*" "h8300*-*-*" "hppa*-*-hpux*" \
|
"bfin-*-*" "hppa*-*-hpux*" \
|
||||||
"m68hc*-*-*" "maxq-*-*" "mn10300-*-*" "or32-*-*" "pdp11-*-*" \
|
"m68hc*-*-*" "maxq-*-*" "or32-*-*" \
|
||||||
"vax*-*-*" "z8k-*-*" "cr16-*-*"
|
"vax*-*-*" "z8k-*-*"
|
||||||
run_dump_test redef3
|
run_dump_test redef3
|
||||||
setup_xfail "*c4x*-*-*"
|
|
||||||
gas_test_error "redef4.s" "" ".set for symbol already used as label"
|
gas_test_error "redef4.s" "" ".set for symbol already used as label"
|
||||||
setup_xfail "*c4x*-*-*"
|
|
||||||
gas_test_error "redef5.s" "" ".set for symbol already defined through .comm"
|
gas_test_error "redef5.s" "" ".set for symbol already defined through .comm"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -88,16 +88,20 @@ if { ([istarget "*-*-*elf*"]
|
|||||||
run_dump_test "group1b"
|
run_dump_test "group1b"
|
||||||
case $target_triplet in {
|
case $target_triplet in {
|
||||||
{ alpha*-*-* } { }
|
{ alpha*-*-* } { }
|
||||||
|
{ cr16*-*-* } { }
|
||||||
|
{ crx*-*-* } { }
|
||||||
|
{ h8300-*-* } { }
|
||||||
{ hppa*-*-* } { }
|
{ hppa*-*-* } { }
|
||||||
{ iq2000*-*-* } { }
|
{ iq2000*-*-* } { }
|
||||||
{ mips*-*-* } { }
|
{ mips*-*-* } { }
|
||||||
|
{ mn10200-*-* } { }
|
||||||
|
{ mn10300-*-* } { }
|
||||||
{ *c54x*-*-* } { }
|
{ *c54x*-*-* } { }
|
||||||
default {
|
default {
|
||||||
# The next test can fail if the target does not convert fixups
|
# The next test can fail if the target does not convert fixups
|
||||||
# against ordinary symbols into relocations against section symbols.
|
# against ordinary symbols into relocations against section symbols.
|
||||||
# This is usually revealed by the error message:
|
# This is usually revealed by the error message:
|
||||||
# symbol `sym' required but not present
|
# symbol `sym' required but not present
|
||||||
setup_xfail "cr16-*-*" "h8300-*-*" "mn10300-*-*"
|
|
||||||
run_dump_test redef
|
run_dump_test redef
|
||||||
run_dump_test equ-reloc
|
run_dump_test equ-reloc
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user