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]

Re: [PATCH] Add preliminary OpenBSD/amd64 support


   Date: Wed, 18 Feb 2004 20:51:42 +0200
   From: "Eli Zaretskii" <eliz@elta.co.il>
   Sender: halo1@zahav.net.il
   CC: gdb-patches@sources.redhat.com
   Reply-to: Eli Zaretskii <eliz@elta.co.il>
   X-Spam-Level: 
   X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on 
	   elgar.kettenis.dyndns.org
   X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham 
	   version=2.60

   > Date: Wed, 18 Feb 2004 18:46:13 +0100 (CET)
   > From: Mark Kettenis <kettenis@chello.nl>
   >  
   > 	* amd64obsd-tdep.c, amd64obsd-nat.c: New files.

   Nag, nag.  These two files need an entry in fnchange.lst.

Thanks for the reminder.  I committed the attached patch.

Mark


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

	* config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
	"amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".

Index: config/djgpp/fnchange.lst
===================================================================
RCS file: /cvs/src/src/gdb/config/djgpp/fnchange.lst,v
retrieving revision 1.66
diff -u -p -r1.66 fnchange.lst
--- config/djgpp/fnchange.lst 19 Jan 2004 04:36:57 -0000 1.66
+++ config/djgpp/fnchange.lst 18 Feb 2004 20:10:59 -0000
@@ -69,6 +69,8 @@
 @V@/gdb/amd64fbsd-tdep.c @V@/gdb/a64fb-tdep.c
 @V@/gdb/amd64nbsd-nat.c @V@/gdb/a64nb-nat.c
 @V@/gdb/amd64nbsd-tdep.c @V@/gdb/a64nb-tdep.c
+@V@/gdb/amd64obsd-nat.c @V@/gdb/a64ob-nat.c
+@V@/gdb/amd64obsd-tdep.c @V@/gdb/a64ob-tdep.c
 @V@/gdb/alphabsd-nat.c @V@/gdb/alphb-nat.c
 @V@/gdb/alphabsd-tdep.c @V@/gdb/alphb-tdep.c
 @V@/gdb/alphanbsd-tdep.c @V@/gdb/alphnb-tdep.c


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