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] Fix OpenBSD/m68k native build


Oh, oh.  This one slipped through the cracks.  Forgot to check in my
modifications to m68k-tdep.h.

Committed,

Mark


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

	* m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.

Index: m68k-tdep.h
===================================================================
RCS file: /cvs/src/src/gdb/m68k-tdep.h,v
retrieving revision 1.5
diff -u -p -r1.5 m68k-tdep.h
--- m68k-tdep.h 18 Apr 2004 13:03:13 -0000 1.5
+++ m68k-tdep.h 1 May 2004 14:06:41 -0000
@@ -83,4 +83,8 @@ struct gdbarch_tdep
   enum struct_return struct_return;
 };
 
+/* Functions exported from m68kbsd-tdep.c.  */
+
+extern int m68kbsd_fpreg_offset (int regnum);
+
 #endif /* m68k-tdep.h */


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