ld sec64k test fix

* testsuite/ld-elf/sec64k.exp: Don't run on h8300 and ip2k.
This commit is contained in:
Alan Modra 2017-03-14 22:01:34 +10:30
parent b4fcfd3b4d
commit 1d3fa25f58
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2017-03-17 Alan Modra <amodra@gmail.com>
* testsuite/ld-elf/sec64k.exp: Don't run on h8300 and ip2k.
2017-03-15 Tristan Gingold <gingold@adacore.com>
* testsuite/ld-checks/checks.exp (overflow_check): Disable for

View File

@ -36,8 +36,10 @@ if { [istarget "d30v-*-*"]
return
}
# ft32, m68hc11, m68hc12 and xgate run out of address space.
if { [istarget "ft32-*-*"]
# ft32, h8300, ip2k, m68hc11, m68hc12 and xgate run out of address space.
if {[istarget "ft32-*-*"]
|| [istarget "h8300-*-*"]
|| [istarget "ip2k-*-*"]
|| [istarget "m68hc1*-*"]
|| [istarget "xgate-*"] } {
return