diff options
author | David Carlton <carlton@bactrian.org> | 2004-01-26 19:11:55 +0000 |
---|---|---|
committer | David Carlton <carlton@bactrian.org> | 2004-01-26 19:11:55 +0000 |
commit | feff3e492f1aff01b62a61e38e20fc7e8fc89946 (patch) | |
tree | 08c456fb63098f7b46e1dfa74746c8ab87a74e8c /gdb/libunwind-frame.h | |
parent | aa0e88e3d758559942e192f3075a3edc0b2f222d (diff) | |
download | gdb-feff3e492f1aff01b62a61e38e20fc7e8fc89946.zip gdb-feff3e492f1aff01b62a61e38e20fc7e8fc89946.tar.gz gdb-feff3e492f1aff01b62a61e38e20fc7e8fc89946.tar.bz2 |
2004-01-26 David Carlton <carlton@kealia.com>carlton_dictionary-branch
* Merge with mainline; tag is carlton_dictionary-20040126-merge.
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); |