* 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 56bce5599ea20cc7f8f2d0227668fa8111cc220c..d78f74da618f327b902c70522f96481e622432b6 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 fcd0ae0190ba2399d81508a48765eb035daee046..60650ceb6a90b28a901b7b6a55784ddcc36974c3 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"
 }