ld sec64k test fix
* testsuite/ld-elf/sec64k.exp: Don't run on h8300 and ip2k.
This commit is contained in:
parent
b4fcfd3b4d
commit
1d3fa25f58
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user