diff options
author | Fred Fish <fnf@specifix.com> | 1996-07-26 04:12:12 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-07-26 04:12:12 +0000 |
commit | ed393c169bc7fc344b3574f26d4529e70ec5e081 (patch) | |
tree | 988d7cf9e016b6de33a082e72fb5aecb6a60212c /gdb/config/m68k/tm-m68k.h | |
parent | b607efe7149f91512dc5fd9dbfc4c6156cdf9a93 (diff) | |
download | gdb-ed393c169bc7fc344b3574f26d4529e70ec5e081.zip gdb-ed393c169bc7fc344b3574f26d4529e70ec5e081.tar.gz gdb-ed393c169bc7fc344b3574f26d4529e70ec5e081.tar.bz2 |
See the huge ChangeLog entry that has the header:
Thu Jul 25 19:41:31 1996 Fred Fish <fnf@cygnus.com>
for details about these changes. I was going to include the complete
entry in the checkin message but it was apparently so large it caused
cvs to dump core.
Diffstat (limited to 'gdb/config/m68k/tm-m68k.h')
-rw-r--r-- | gdb/config/m68k/tm-m68k.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/config/m68k/tm-m68k.h b/gdb/config/m68k/tm-m68k.h index 4d284b5..0c98e1d 100644 --- a/gdb/config/m68k/tm-m68k.h +++ b/gdb/config/m68k/tm-m68k.h @@ -44,9 +44,11 @@ extern CORE_ADDR m68k_skip_prologue PARAMS ((CORE_ADDR ip)); #ifdef __STDC__ struct frame_info; +struct frame_saved_regs; #endif extern CORE_ADDR m68k_saved_pc_after_call PARAMS ((struct frame_info *)); +extern void m68k_find_saved_regs PARAMS ((struct frame_info *, struct frame_saved_regs *)); #define SAVED_PC_AFTER_CALL(frame) \ m68k_saved_pc_after_call(frame) |