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:
parent
5483d879bd
commit
e6e5e94cb8
4 changed files with 9 additions and 1 deletions
|
@ -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>
|
2003-07-18 Kris Warkentin <kewarken@qnx.com>
|
||||||
|
|
||||||
* nto-procfs.c: Clean ARI hits. Change #include <..> to
|
* nto-procfs.c: Clean ARI hits. Change #include <..> to
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
#define DWARF2_FRAME_H 1
|
#define DWARF2_FRAME_H 1
|
||||||
|
|
||||||
struct objfile;
|
struct objfile;
|
||||||
|
struct frame_info;
|
||||||
|
|
||||||
/* Return the frame unwind methods for the function that contains PC,
|
/* Return the frame unwind methods for the function that contains PC,
|
||||||
or NULL if it can't be handled by DWARF CFI frame unwinder. */
|
or NULL if it can't be handled by DWARF CFI frame unwinder. */
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
struct ui_out;
|
struct ui_out;
|
||||||
struct ui_out_data;
|
struct ui_out_data;
|
||||||
|
struct ui_file;
|
||||||
|
|
||||||
/* the current ui_out */
|
/* the current ui_out */
|
||||||
|
|
||||||
|
|
|
@ -40,6 +40,7 @@
|
||||||
register descriptor that contains all the relvent access methods. */
|
register descriptor that contains all the relvent access methods. */
|
||||||
|
|
||||||
struct frame_info;
|
struct frame_info;
|
||||||
|
struct gdbarch;
|
||||||
|
|
||||||
/* Given an architecture, map a user visible register name onto its
|
/* Given an architecture, map a user visible register name onto its
|
||||||
index. */
|
index. */
|
||||||
|
|
Loading…
Reference in a new issue