mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-21 18:11:31 +00:00
* gas/elf/elf.exp: Recognise additional arm elf targets.
This commit is contained in:
parent
d092d1a2b8
commit
4403997d24
@ -1,3 +1,7 @@
|
||||
2004-09-19 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
* gas/elf/elf.exp: Recognise additional arm elf targets.
|
||||
|
||||
2004-09-17 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
* gas/arm/pic.s: Add (target2).
|
||||
|
@ -31,12 +31,13 @@ proc run_list_test { name suffix opts readelf_pipe } {
|
||||
}
|
||||
|
||||
# We're testing bits in obj-elf -- don't run on anything else.
|
||||
if { ([istarget "*-*-elf*"]
|
||||
if { ([istarget "*-*-*elf*"]
|
||||
|| [istarget "*-*-linux*"]
|
||||
|| [istarget "m6811-*"]
|
||||
|| [istarget "m6812-*"]
|
||||
|| [istarget "sparc*-*-solaris*"]
|
||||
|| [istarget "mips*-*-irix6*"])
|
||||
|| [istarget "mips*-*-irix6*"]
|
||||
|| [istarget "arm*-*-eabi"])
|
||||
&& ![istarget *-*-linux*aout*]
|
||||
&& ![istarget *-*-linux*coff*]
|
||||
&& ![istarget *-*-linux*oldld*]
|
||||
|
Loading…
x
Reference in New Issue
Block a user