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:
Michael Snyder 2001-11-22 01:13:10 +00:00
parent 017ac23d72
commit 9a4d72d52a
5 changed files with 59 additions and 9 deletions

View file

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