mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
Add xscale to list of Rel targets
This commit is contained in:
parent
fe8bc63d5e
commit
eaf99ab9a9
@ -38,6 +38,11 @@ if { ([istarget "*-*-elf*"]
|
||||
return
|
||||
}
|
||||
|
||||
# not yet supported by ARC
|
||||
if {[istarget "arc*-*-*"]} {
|
||||
return
|
||||
}
|
||||
|
||||
run_dump_test "inherit0"
|
||||
run_list_test "inherit1" "-al"
|
||||
|
||||
@ -45,6 +50,7 @@ if { ([istarget "*-*-elf*"]
|
||||
if {[istarget "i*86-*-*"]
|
||||
|| [istarget "mips*-*-*"]
|
||||
|| [istarget "strongarm*-*-*"]
|
||||
|| [istarget "xscale*-*-*"]
|
||||
|| [istarget "arm*-*-*"]} then {
|
||||
|
||||
run_dump_test "entry0"
|
||||
|
Loading…
Reference in New Issue
Block a user