mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 02:20:51 +00:00
* gdb.asm/asm-source.exp: Add "spu*-*-*" target.
* gdb.asm/spu.inc: New file. * gdb.base/term.exp: Disable if [target_info exists noargs]. * gdb.gdb/complaints.exp: Disable if ![isnative]. * gdb.gdb/selftest.exp: Likewise. * gdb.gdb/observer.exp: Likewise. * gdb.gdb/xfullpath.exp: Likewise. * gdb.base/attach.exp: Disable on SPU target. * gdb.cp/bs145503.exp: Likewise. * gdb.cp/exception.exp: Likewise. * gdb.cp/userdef.exp: Likewise.
This commit is contained in:
@@ -120,6 +120,11 @@ switch -glob -- [istarget] {
|
||||
set asm-flags "-xarch=v9 -I${srcdir}/${subdir} -I${objdir}/${subdir}"
|
||||
set debug-flags "-gdwarf-2"
|
||||
}
|
||||
"spu*-*-*" {
|
||||
set asm-arch spu
|
||||
set asm-flags "-I${srcdir}/${subdir} -I${objdir}/${subdir} --no-warn"
|
||||
set debug-flags "-gdwarf-2"
|
||||
}
|
||||
"xstormy16-*-*" {
|
||||
set asm-arch xstormy16
|
||||
set debug-flags "-gdwarf-2"
|
||||
|
||||
Reference in New Issue
Block a user