mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
* gdb.asm/asm-source.exp: Add h8300 to supported targets.
* gdb.asm/h8300.inc: New file.
This commit is contained in:
@ -130,6 +130,10 @@ switch -glob -- [istarget] {
|
||||
set asm-flags "-I${srcdir}/${subdir} -I${objdir}/${subdir}"
|
||||
set debug-flags "-gdwarf-2"
|
||||
}
|
||||
"h83*-*" {
|
||||
set asm-arch h8300
|
||||
set asm-flags "-gdwarf2 -I${srcdir}/${subdir} -I${objdir}/${subdir}"
|
||||
}
|
||||
}
|
||||
|
||||
if { "${asm-arch}" == "" } {
|
||||
|
Reference in New Issue
Block a user