This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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"
 }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]