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

NetBSD/ELF targets.
This commit is contained in:
Mark Kettenis 2006-07-29 19:15:00 +00:00
parent 777b13b958
commit 8dd4540b7d
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-07-29 Mark Kettenis <kettenis@gnu.org>
* gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
NetBSD/ELF targets.
2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
* gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary

View File

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