From: Steve Chamberlain Date: Fri, 9 Sep 1994 00:43:50 +0000 (+0000) Subject: * config/sh/tm-sh.h (EXTRA_FRAME_INFO): Add f_offset and leaf_function X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e4483b9901a111734e47d371a37ea727df90e4a0;p=binutils-gdb.git * config/sh/tm-sh.h (EXTRA_FRAME_INFO): Add f_offset and leaf_function fields. --- diff --git a/gdb/config/sh/tm-sh.h b/gdb/config/sh/tm-sh.h index d5304497a5c..4dbe79e7f37 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)