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

NetBSD/ELF targets.
This commit is contained in:
Mark Kettenis 2004-10-30 21:49:30 +00:00
parent d1180b0f30
commit b7cbf173ac
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2004-10-30 Mark Kettenis <kettenis@gnu.org>
* gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
NetBSD/ELF targets.
2004-10-29 Joel Brobecker <brobecker@gnat.com>
* gdb.threads/bp_in_thread.c: New file, copied from

View File

@ -135,6 +135,7 @@ if { "${asm-arch}" == "" } {
# On NetBSD/ELF we need a special NetBSD-identifying note section.
if { [istarget "*-*-netbsdelf*"]
|| [istarget "mips*-*-netbsd*"]
|| [istarget "x86_64-*-netbsd*"] } then {
set asm-note "netbsd"
}