* gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
NetBSD/ELF targets.
This commit is contained in:
parent
777b13b958
commit
8dd4540b7d
|
@ -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>
|
2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
|
* gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
|
||||||
|
|
|
@ -162,6 +162,7 @@ if { "${asm-arch}" == "" } {
|
||||||
|
|
||||||
# On NetBSD/ELF we need a special NetBSD-identifying note section.
|
# On NetBSD/ELF we need a special NetBSD-identifying note section.
|
||||||
if { [istarget "*-*-netbsdelf*"]
|
if { [istarget "*-*-netbsdelf*"]
|
||||||
|
|| [istarget "alpha-*-netbsd*"]
|
||||||
|| [istarget "mips*-*-netbsd*"]
|
|| [istarget "mips*-*-netbsd*"]
|
||||||
|| [istarget "powerpc-*-netbsd*"]
|
|| [istarget "powerpc-*-netbsd*"]
|
||||||
|| [istarget "x86_64-*-netbsd*"] } then {
|
|| [istarget "x86_64-*-netbsd*"] } then {
|
||||||
|
|
Loading…
Reference in New Issue