[PATCH] Repair OpenBSD/amd64

Mark Kettenis kettenis@chello.nl
Sun Feb 22 16:30:00 GMT 2004


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;



More information about the Gdb-patches mailing list