diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-04-10 22:00:20 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-04-10 22:00:20 +0000 |
commit | 67a2b77effae04a5f6c050fd191149c26deb8a82 (patch) | |
tree | 33c2090719d3d506ea87e5989838839155e2182a /gdb/inferior.h | |
parent | 8d0da3c2f59a75ad13e0e1baf807e70e20e3bacf (diff) | |
download | ppe42-binutils-67a2b77effae04a5f6c050fd191149c26deb8a82.tar.gz ppe42-binutils-67a2b77effae04a5f6c050fd191149c26deb8a82.zip |
* maint.c (maint_print_section_info): Rename print_section_info.
(print_bfd_section_info, print_objfile_section_info): Update.
* inferior.h (struct gdbarch): Add opaque declaration.
* gdbarch.sh: Add include of "inferior.h" to gdbarch.sh.
* gdbarch.h: Regenerate.
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r-- | gdb/inferior.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h index 3a8161c91f..c0f100d083 100644 --- a/gdb/inferior.h +++ b/gdb/inferior.h @@ -23,6 +23,8 @@ #if !defined (INFERIOR_H) #define INFERIOR_H 1 +struct gdbarch; + /* For bpstat. */ #include "breakpoint.h" |