diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 56bce5599e..d78f74da61 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-10-30 Mark Kettenis + + * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of + NetBSD/ELF targets. + 2004-10-29 Joel Brobecker * gdb.threads/bp_in_thread.c: New file, copied from diff --git a/gdb/testsuite/gdb.asm/asm-source.exp b/gdb/testsuite/gdb.asm/asm-source.exp index fcd0ae0190..60650ceb6a 100644 --- a/gdb/testsuite/gdb.asm/asm-source.exp +++ b/gdb/testsuite/gdb.asm/asm-source.exp @@ -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" }