diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-10-30 21:49:30 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-10-30 21:49:30 +0000 |
commit | b7cbf173ac114cb7f8bc5cca12079d8d9137acc5 (patch) | |
tree | 1cb90a6de4c05fc1d8ef89d1b0a998ff7c633500 /gdb | |
parent | d1180b0f305684a9ee6fcf1e362f61df20bdae75 (diff) | |
download | binutils-b7cbf173ac114cb7f8bc5cca12079d8d9137acc5.zip binutils-b7cbf173ac114cb7f8bc5cca12079d8d9137acc5.tar.gz binutils-b7cbf173ac114cb7f8bc5cca12079d8d9137acc5.tar.bz2 |
* gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
NetBSD/ELF targets.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/gdb.asm/asm-source.exp | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 56bce55..d78f74d 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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 diff --git a/gdb/testsuite/gdb.asm/asm-source.exp b/gdb/testsuite/gdb.asm/asm-source.exp index fcd0ae0..60650ce 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" } |