summaryrefslogtreecommitdiff
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
commit7beed2deec2c45c7d5b7617c784d5d8d6b3200ba (patch)
treebefc1c0fff467c0c1f4b4bd632ba8a3094539360 /gdb/testsuite/gdb.asm
parent2347906867ecf90c1f1ff036f2cb73ab44302bad (diff)
downloadgdb-7beed2deec2c45c7d5b7617c784d5d8d6b3200ba.tar.gz
* 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 fcd0ae0190b..60650ceb6a9 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"
}