forked from Imagelibrary/binutils-gdb
* gdb.asm/arm.inc: New file.
* gdb.asm/asm-source.exp: Add arm targets. * gdb.asm/configure.in: Ditto. * gdb.asm/configure: Recreated from configure.in.
This commit is contained in:
@@ -35,6 +35,12 @@ set asm-arch ""
|
||||
set asm-flags ""
|
||||
set link-flags ""
|
||||
|
||||
if [istarget "*arm-*-*"] then {
|
||||
set asm-arch arm
|
||||
}
|
||||
if [istarget "xscale-*-*"] then {
|
||||
set asm-arch arm
|
||||
}
|
||||
if [istarget "d10v-*-*"] then {
|
||||
set asm-arch d10v
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user