This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[commit] Fix asm-source.exp for NetBSD/alpha
- From: Mark Kettenis <mark dot kettenis at xs4all dot nl>
- To: gdb-patches at sourceware dot org
- Date: Sat, 29 Jul 2006 21:15:05 +0200 (CEST)
- Subject: [commit] Fix asm-source.exp for NetBSD/alpha
Committed as obvious,
Mark
Index: ChangeLog
from Mark Kettenis <kettenis@gnu.org>
* gdb.asm/asm-source.exp: Add alpha-*-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.63
diff -u -p -r1.63 asm-source.exp
--- gdb.asm/asm-source.exp 1 May 2006 22:21:35 -0000 1.63
+++ gdb.asm/asm-source.exp 29 Jul 2006 19:13:17 -0000
@@ -162,6 +162,7 @@ if { "${asm-arch}" == "" } {
# On NetBSD/ELF we need a special NetBSD-identifying note section.
if { [istarget "*-*-netbsdelf*"]
+ || [istarget "alpha-*-netbsd*"]
|| [istarget "mips*-*-netbsd*"]
|| [istarget "powerpc-*-netbsd*"]
|| [istarget "x86_64-*-netbsd*"] } then {