mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:49:54 +08:00
* ld-elf/exclude.exp: Don't run for cris-*-elf.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2004-10-19 Hans-Peter Nilsson <hp@bitrange.com>
|
||||||
|
|
||||||
|
* ld-elf/exclude.exp: Don't run for cris-*-elf.
|
||||||
|
|
||||||
2004-10-16 Daniel Jacobowitz <dan@debian.org>
|
2004-10-16 Daniel Jacobowitz <dan@debian.org>
|
||||||
|
|
||||||
* ld-elf/exclude1.s, ld-elf/exclude2.s, ld-elf/exclude.exp: New.
|
* ld-elf/exclude1.s, ld-elf/exclude2.s, ld-elf/exclude.exp: New.
|
||||||
|
@ -23,8 +23,8 @@ if ![is_elf_format] {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
# No shared lib support on this target.
|
# No shared lib support on these targets.
|
||||||
if { [istarget "mcore-*-*"] } {
|
if { [istarget "mcore-*-*"] || [istarget "cris-*-elf"] } {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user