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] Add missing opaque declaration to amd64-nat.h


Obviously this was missing.

Checked in now.

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>
 
	* amd64-nat.h (struct regcache): Add opaque declaration.

Index: amd64-nat.h
===================================================================
RCS file: /cvs/src/src/gdb/amd64-nat.h,v
retrieving revision 1.1
diff -u -p -r1.1 amd64-nat.h
--- amd64-nat.h 29 Aug 2003 13:58:26 -0000 1.1
+++ amd64-nat.h 29 Aug 2003 17:16:34 -0000
@@ -22,6 +22,8 @@
 #ifndef AMD64_NAT_H
 #define AMD64_NAT_H 1
 
+struct regcache;
+
 /* General-purpose register set description for native 32-bit code.  */
 extern int *amd64_native_gregset32_reg_offset;
 extern int amd64_native_gregset32_num_regs;


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