aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/sh/tm-sh.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/config/sh/tm-sh.h b/gdb/config/sh/tm-sh.h
index d530449..4dbe79e 100644
--- a/gdb/config/sh/tm-sh.h
+++ b/gdb/config/sh/tm-sh.h
@@ -169,7 +169,9 @@ extern CORE_ADDR sh_skip_prologue ();
is a useful bit of info */
#define EXTRA_FRAME_INFO \
- CORE_ADDR return_pc;
+ CORE_ADDR return_pc; \
+ int leaf_function; \
+ int f_offset;
#define INIT_EXTRA_FRAME_INFO(fromleaf, fi) \
init_extra_frame_info(fromleaf, fi)