[COMMIT/TESTSUITE] Add mips*-*-netbsd* to list of NetBSD/ELF targets in asm-source.exp

Mark Kettenis mark.kettenis@xs4all.nl
Sat Oct 30 21:49:00 GMT 2004


We only support ELF for NetBSD/mips.

Tested on mipseb-unknown-netbsd2.0 (NetBSD/sgimips).

Committed as obvious,

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
	NetBSD/ELF targets.

Index: gdb.asm/asm-source.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.asm/asm-source.exp,v
retrieving revision 1.53
diff -u -p -r1.53 asm-source.exp
--- gdb.asm/asm-source.exp 5 Oct 2004 04:13:42 -0000 1.53
+++ gdb.asm/asm-source.exp 30 Oct 2004 21:46:07 -0000
@@ -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"
 }



More information about the Gdb-patches mailing list