* gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of

NetBSD/ELF targets.
This commit is contained in:
Mark Kettenis 2006-05-01 22:21:35 +00:00
parent aa149cf7d1
commit 27ce9a6de2
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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"
}