2003-07-18 Andrew Cagney <cagney@redhat.com>

* user-regs.h (struct gdbarch): Declare opaque.
	* ui-out.h (struct ui_file): Declare opaque.
	* dwarf2-frame.h (struct frame_info): Declare opaque.
This commit is contained in:
Andrew Cagney 2003-07-18 19:01:14 +00:00
parent 5483d879bd
commit e6e5e94cb8
4 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2003-07-18 Andrew Cagney <cagney@redhat.com>
* user-regs.h (struct gdbarch): Declare opaque.
* ui-out.h (struct ui_file): Declare opaque.
* dwarf2-frame.h (struct frame_info): Declare opaque.
2003-07-18 Kris Warkentin <kewarken@qnx.com>
* nto-procfs.c: Clean ARI hits. Change #include <..> to

View file

@ -25,6 +25,7 @@
#define DWARF2_FRAME_H 1
struct objfile;
struct frame_info;
/* Return the frame unwind methods for the function that contains PC,
or NULL if it can't be handled by DWARF CFI frame unwinder. */

View file

@ -27,7 +27,7 @@
struct ui_out;
struct ui_out_data;
struct ui_file;
/* the current ui_out */

View file

@ -40,6 +40,7 @@
register descriptor that contains all the relvent access methods. */
struct frame_info;
struct gdbarch;
/* Given an architecture, map a user visible register name onto its
index. */