From: kettenis Date: Mon, 1 May 2006 22:21:35 +0000 (+0000) Subject: * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c7c3f7f26742dce1436e6ad4401e4bd95d186f6a;p=pf3gnuchains%2Fpf3gnuchains3x.git * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of NetBSD/ELF targets. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index a5a673c285..9e4ab828da 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2006-05-02 Mark Kettenis + + * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of + NetBSD/ELF targets. + 2006-04-30 Mark Kettenis * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a diff --git a/gdb/testsuite/gdb.asm/asm-source.exp b/gdb/testsuite/gdb.asm/asm-source.exp index 03cc355331..41c2d7216b 100644 --- a/gdb/testsuite/gdb.asm/asm-source.exp +++ b/gdb/testsuite/gdb.asm/asm-source.exp @@ -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" }