From b7cbf173ac114cb7f8bc5cca12079d8d9137acc5 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sat, 30 Oct 2004 21:49:30 +0000 Subject: [PATCH] * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of NetBSD/ELF targets. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.asm/asm-source.exp | 1 + 2 files changed, 6 insertions(+) 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" }