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] Provide opaque declaration of struct regset in i386-tdep.h


Somehow I missed this.

Checked in,

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>
 
	* i386-tdep.h (struct regset): Declare opaque.

Index: i386-tdep.h
===================================================================
RCS file: /cvs/src/src/gdb/i386-tdep.h,v
retrieving revision 1.27
diff -u -p -r1.27 i386-tdep.h
--- i386-tdep.h 5 Oct 2003 21:31:33 -0000 1.27
+++ i386-tdep.h 11 Oct 2003 13:31:30 -0000
@@ -26,6 +26,7 @@
 struct frame_info;
 struct gdbarch;
 struct reggroup;
+struct regset;
 
 /* GDB's i386 target supports both the 32-bit Intel Architecture
    (IA-32) and the 64-bit AMD x86-64 architecture.  Internally it uses


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