* ld-elf/frame.exp: Don't run on mcore.
This commit is contained in:
parent
62b51c0b7b
commit
3874ed78d9
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-06-29 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* ld-elf/frame.exp: Don't run on mcore.
|
||||
|
||||
2004-06-26 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* ld-bootstrap/bootstrap.exp: Handle timestamps in more pe targets.
|
||||
|
|
|
@ -25,6 +25,11 @@ if ![is_elf_format] {
|
|||
return
|
||||
}
|
||||
|
||||
# No shared lib support on this target.
|
||||
if { [istarget "mcore-*-*"] } {
|
||||
return
|
||||
}
|
||||
|
||||
set test1 "read-only .eh_frame section"
|
||||
set test2 "read-only .gcc_except_table section"
|
||||
|
||||
|
|
Loading…
Reference in a new issue