aboutsummaryrefslogtreecommitdiff
path: root/gdb/frame.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-05-12 00:26:19 +0000
committerAndrew Cagney <cagney@redhat.com>2003-05-12 00:26:19 +0000
commit30e221b4d32a44919e816c807d7dda1d552f8de0 (patch)
treed3c3b7edb102923e0659e2631993bcb1687b7803 /gdb/frame.h
parent18d09ed4b182b1c350d4018d4bcee0abd935e441 (diff)
downloadfsf-binutils-gdb-30e221b4d32a44919e816c807d7dda1d552f8de0.zip
fsf-binutils-gdb-30e221b4d32a44919e816c807d7dda1d552f8de0.tar.gz
fsf-binutils-gdb-30e221b4d32a44919e816c807d7dda1d552f8de0.tar.bz2
Index: gdb/ChangeLog
2003-05-11 Andrew Cagney <cagney@redhat.com> * Makefile.in (mi-symbol-cmds.o): Rename mi-cmd-symbol. * config/djgpp/fnchange.lst: Rename include/xtensa-isa-internal.h, include/xtensa-isa.h, sim/testsuite/sim/arm/misaligned1.ms, sim/testsuite/sim/arm/misaligned2.ms, and sim/testsuite/sim/arm/misaligned3.ms. * disasm.h (struct ui_file): Add opaque struct declaration. * config/pa/tm-hppa64.h (struct type, struct frame_info): Ditto. * frame.h (struct ui_file): Ditto. Index: gdb/mi/ChangeLog 2003-05-11 Andrew Cagney <cagney@redhat.com> * mi-symbol-cmds.c: Rename "mi-cmd-symbol.c", avoid 8.3 problem.
Diffstat (limited to 'gdb/frame.h')
-rw-r--r--gdb/frame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/frame.h b/gdb/frame.h
index a8f05f3..0abb08e 100644
--- a/gdb/frame.h
+++ b/gdb/frame.h
@@ -28,6 +28,7 @@ struct frame_unwind;
struct frame_base;
struct block;
struct gdbarch;
+struct ui_file;
/* A legacy unwinder to prop up architectures using the old style
saved regs array. */