forked from Imagelibrary/binutils-gdb
2001-11-21 Michael Snyder <msnyder@redhat.com>
* gdb.asm/m32r.inc: New file. * gdb.asm/asm-source.exp: Recognize m32r target. * gdb.asm/configure.in: Recognize m32r target. * gdb.asm/configure: Regenerate.
This commit is contained in:
@@ -41,6 +41,9 @@ if [istarget "d10v-*-*"] then {
|
||||
if [istarget "i\[3456\]86-*-*"] then {
|
||||
set asm-arch i386
|
||||
}
|
||||
if [istarget "m32r*-*"] then {
|
||||
set asm-arch m32r
|
||||
}
|
||||
if { "${asm-arch}" == "" } {
|
||||
gdb_suppress_entire_file "Assembly source test -- not implemented for this target."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user