OSDN Git Service

* gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
authorMark Kettenis <kettenis@gnu.org>
Sat, 30 Oct 2004 21:49:30 +0000 (21:49 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sat, 30 Oct 2004 21:49:30 +0000 (21:49 +0000)
NetBSD/ELF targets.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.asm/asm-source.exp

index 56bce55..d78f74d 100644 (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
index fcd0ae0..60650ce 100644 (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"
 }