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]

[PATCH] Repair OpenBSD/amd64


Oops, forgot to check this in.

Committed,

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>
 
	* x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.

Index: x86-64-tdep.h
===================================================================
RCS file: /cvs/src/src/gdb/x86-64-tdep.h,v
retrieving revision 1.22
diff -u -p -r1.22 x86-64-tdep.h
--- x86-64-tdep.h 10 Jan 2004 12:52:41 -0000 1.22
+++ x86-64-tdep.h 22 Feb 2004 16:28:46 -0000
@@ -66,6 +66,9 @@ void x86_64_fill_fxsave (char *fxsave, i
 /* Variables exported from amd64nbsd-tdep.c.  */
 extern int amd64nbsd_r_reg_offset[];
 
+/* Variables exported from amd64obsd-tdep.c.  */
+extern int amd64obsd_r_reg_offset[];
+
 /* Variables exported from amd64fbsd-tdep.c.  */
 extern CORE_ADDR amd64fbsd_sigtramp_start;
 extern CORE_ADDR amd64fbsd_sigtramp_end;


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