From: Mark Kettenis Date: Sat, 29 Jul 2006 19:15:00 +0000 (+0000) Subject: * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8dd4540b7d5165ee50f937580816c8ae47da9e6e;p=binutils-gdb.git * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of NetBSD/ELF targets. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 30189cc9acc..85071e7697c 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2006-07-29 Mark Kettenis + + * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of + NetBSD/ELF targets. + 2006-07-25 Daniel Jacobowitz * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary diff --git a/gdb/testsuite/gdb.asm/asm-source.exp b/gdb/testsuite/gdb.asm/asm-source.exp index 41c2d7216be..edb8b4306b1 100644 --- a/gdb/testsuite/gdb.asm/asm-source.exp +++ b/gdb/testsuite/gdb.asm/asm-source.exp @@ -162,6 +162,7 @@ if { "${asm-arch}" == "" } { # On NetBSD/ELF we need a special NetBSD-identifying note section. if { [istarget "*-*-netbsdelf*"] + || [istarget "alpha-*-netbsd*"] || [istarget "mips*-*-netbsd*"] || [istarget "powerpc-*-netbsd*"] || [istarget "x86_64-*-netbsd*"] } then {