Browse Source

2003-09-13 Andrew Cagney <cagney@redhat.com>

* config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
	* ppc-tdep.h (struct regcache): Declare opaque.
	* objfiles.h (struct objfile_data): Declare opaque.
	* cp-support.h (struct objfile): Declare opaque.
	* linux-nat.h (target_waitstatus): Declare opaque.
ezannoni_pie-20030916-branch
Andrew Cagney 23 years ago
parent
commit
4a4b3fedfe
  1. 8
      gdb/ChangeLog
  2. 2
      gdb/config/pa/tm-hppa64.h
  3. 1
      gdb/cp-support.h
  4. 1
      gdb/linux-nat.h
  5. 1
      gdb/objfiles.h
  6. 1
      gdb/ppc-tdep.h
  7. 4
      gdb/tui/ChangeLog
  8. 2
      gdb/tui/tui.h

8
gdb/ChangeLog

@ -1,3 +1,11 @@
2003-09-13 Andrew Cagney <cagney@redhat.com>
* config/pa/tm-hppa64.h (struct frame_info): Declare opaque.
* ppc-tdep.h (struct regcache): Declare opaque.
* objfiles.h (struct objfile_data): Declare opaque.
* cp-support.h (struct objfile): Declare opaque.
* linux-nat.h (target_waitstatus): Declare opaque.
2003-09-14 Mark Kettenis <kettenis@gnu.org>
* cris-tdep.c (cris_gdbarch_init): Set

2
gdb/config/pa/tm-hppa64.h

@ -24,6 +24,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* PA 64-bit specific definitions. Override those which are in
tm-hppa.h */
struct frame_info;
/* jimb: this must go. I'm just using it to disable code I haven't
gotten working yet. */
#define GDB_TARGET_IS_HPPA_20W

1
gdb/cp-support.h

@ -33,6 +33,7 @@
struct symbol;
struct obstack;
struct block;
struct objfile;
/* This struct is designed to store data from using directives. It
says that names from namespace INNER should be visible within

1
gdb/linux-nat.h

@ -60,6 +60,7 @@ struct lwp_info
system". */
struct mem_attrib;
struct target_ops;
struct target_waitstatus;
extern int linux_proc_xfer_memory (CORE_ADDR addr, char *myaddr, int len,
int write, struct mem_attrib *attrib,

1
gdb/objfiles.h

@ -29,6 +29,7 @@
struct bcache;
struct htab;
struct symtab;
struct objfile_data;
/* This structure maintains information on a per-objfile basis about the
"entry point" of the objfile, and the scope within which the entry point

1
gdb/ppc-tdep.h

@ -25,6 +25,7 @@
struct gdbarch;
struct frame_info;
struct value;
struct regcache;
/* From ppc-linux-tdep.c... */
CORE_ADDR ppc_linux_frame_saved_pc (struct frame_info *fi);

4
gdb/tui/ChangeLog

@ -1,3 +1,7 @@
2003-09-13 Andrew Cagney <cagney@redhat.com>
* tui.h (struct ui_file): Add opaque declaration.
2003-08-04 Daniel Jacobowitz <drow@mvista.com>
* tui-interp.c: Include "cli-out.h".

2
gdb/tui/tui.h

@ -33,6 +33,8 @@
#undef chtype
#endif
struct ui_file;
/* Opaque data type */
typedef char *Opaque;
typedef

Loading…
Cancel
Save