* gdb.asm/asm-source.exp: Add v850 as supported target.

* gdb.asm/v850.inc: New file.
This commit is contained in:
Corinna Vinschen
2002-05-14 10:25:33 +00:00
parent 5d085aafc8
commit db5897415c
3 changed files with 50 additions and 0 deletions

View File

@@ -67,6 +67,10 @@ if [istarget "xstormy16-*-*"] then {
set asm-arch xstormy16
set asm-flags "-gdwarf2 -I${srcdir}/${subdir} -I${objdir}/${subdir}"
}
if [istarget "v850-*-*"] then {
set asm-arch v850
set gdb_wrapper_initialized 1
}
if { "${asm-arch}" == "" } {
gdb_suppress_entire_file "Assembly source test -- not implemented for this target."
}