aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbarch.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-04-10 22:00:20 +0000
committerAndrew Cagney <cagney@redhat.com>2002-04-10 22:00:20 +0000
commit67a2b77effae04a5f6c050fd191149c26deb8a82 (patch)
tree33c2090719d3d506ea87e5989838839155e2182a /gdb/gdbarch.h
parent8d0da3c2f59a75ad13e0e1baf807e70e20e3bacf (diff)
downloadgdb-67a2b77effae04a5f6c050fd191149c26deb8a82.zip
gdb-67a2b77effae04a5f6c050fd191149c26deb8a82.tar.gz
gdb-67a2b77effae04a5f6c050fd191149c26deb8a82.tar.bz2
* 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/gdbarch.h')
-rw-r--r--gdb/gdbarch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h
index f68584d..ada28e3 100644
--- a/gdb/gdbarch.h
+++ b/gdb/gdbarch.h
@@ -37,7 +37,9 @@
#include "dis-asm.h" /* Get defs for disassemble_info, which unfortunately is a typedef. */
#if !GDB_MULTI_ARCH
+/* Pull in function declarations refered to, indirectly, via macros. */
#include "value.h" /* For default_coerce_float_to_double which is referenced by a macro. */
+#include "inferior.h" /* For unsigned_address_to_pointer(). */
#endif
struct frame_info;