diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-01-05 19:53:08 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-01-05 19:53:08 +0000 |
commit | 5439edaaeadfbbcb50120c72dd9febfefb4e355f (patch) | |
tree | 9cd939d0d1bf2eae330bcbd095e429fe00007681 /gdb/libunwind-frame.h | |
parent | 19703c4ab89f8b138e455396799aa5a6bb5a3f6c (diff) | |
download | gdb-5439edaaeadfbbcb50120c72dd9febfefb4e355f.zip gdb-5439edaaeadfbbcb50120c72dd9febfefb4e355f.tar.gz gdb-5439edaaeadfbbcb50120c72dd9febfefb4e355f.tar.bz2 |
2004-01-05 Andrew Cagney <cagney@redhat.com>
* libunwind-frame.h (struct frame_id): Add opaque declaration,
move to start of file.
* i386-tdep.h (struct regcache): Add opaque declaration.
* config/ia64/nm-linux.h (struct target_ops): Add opaque
declaration.
* ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
(ia64_gdbarch_init): Use "GNU/Linux" in comment.
* win32-nat.c (fake_create_process): Use ISO C style definition.
* stabsread.c (define_symbol): Delete #ifndef
DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
stabs_argument_has_addr call, macro never defined.
Diffstat (limited to 'gdb/libunwind-frame.h')
-rw-r--r-- | gdb/libunwind-frame.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/libunwind-frame.h b/gdb/libunwind-frame.h index bacdf87..e47a792 100644 --- a/gdb/libunwind-frame.h +++ b/gdb/libunwind-frame.h @@ -23,13 +23,14 @@ #ifdef HAVE_LIBUNWIND_H +struct frame_info; +struct frame_id; + #ifndef LIBUNWIND_FRAME_H #define LIBUNWIND_FRAME_H 1 #include "libunwind.h" -struct frame_info; - struct libunwind_descr { int (*gdb2uw) (int); |