mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
NetBSD/ELF targets.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2006-05-02 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
|
||||||
|
NetBSD/ELF targets.
|
||||||
|
|
||||||
2006-04-30 Mark Kettenis <kettenis@gnu.org>
|
2006-04-30 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
* gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
|
* gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
|
||||||
|
@ -163,6 +163,7 @@ if { "${asm-arch}" == "" } {
|
|||||||
# On NetBSD/ELF we need a special NetBSD-identifying note section.
|
# On NetBSD/ELF we need a special NetBSD-identifying note section.
|
||||||
if { [istarget "*-*-netbsdelf*"]
|
if { [istarget "*-*-netbsdelf*"]
|
||||||
|| [istarget "mips*-*-netbsd*"]
|
|| [istarget "mips*-*-netbsd*"]
|
||||||
|
|| [istarget "powerpc-*-netbsd*"]
|
||||||
|| [istarget "x86_64-*-netbsd*"] } then {
|
|| [istarget "x86_64-*-netbsd*"] } then {
|
||||||
set asm-note "netbsd"
|
set asm-note "netbsd"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user