aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.asm
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-10-30 21:49:30 +0000
committerMark Kettenis <kettenis@gnu.org>2004-10-30 21:49:30 +0000
commitb7cbf173ac114cb7f8bc5cca12079d8d9137acc5 (patch)
tree1cb90a6de4c05fc1d8ef89d1b0a998ff7c633500 /gdb/testsuite/gdb.asm
parentd1180b0f305684a9ee6fcf1e362f61df20bdae75 (diff)
downloadgdb-b7cbf173ac114cb7f8bc5cca12079d8d9137acc5.zip
gdb-b7cbf173ac114cb7f8bc5cca12079d8d9137acc5.tar.gz
gdb-b7cbf173ac114cb7f8bc5cca12079d8d9137acc5.tar.bz2
* gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
NetBSD/ELF targets.
Diffstat (limited to 'gdb/testsuite/gdb.asm')
-rw-r--r--gdb/testsuite/gdb.asm/asm-source.exp1
1 files changed, 1 insertions, 0 deletions
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"
}