* gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
NetBSD/ELF targets.
This commit is contained in:
parent
aa149cf7d1
commit
27ce9a6de2
|
@ -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>
|
||||
|
||||
* 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.
|
||||
if { [istarget "*-*-netbsdelf*"]
|
||||
|| [istarget "mips*-*-netbsd*"]
|
||||
|| [istarget "powerpc-*-netbsd*"]
|
||||
|| [istarget "x86_64-*-netbsd*"] } then {
|
||||
set asm-note "netbsd"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue