* 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:
Corinna Vinschen
2001-12-20 22:12:20 +00:00
parent d4473757f1
commit 7d159115bf
5 changed files with 51 additions and 0 deletions

View File

@@ -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
}