projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c22bde
)
* config/sh/tm-sh.h (EXTRA_FRAME_INFO): Add f_offset and leaf_function
author
Steve Chamberlain
<sac@cygnus>
Fri, 9 Sep 1994 00:43:50 +0000
(
00:43
+0000)
committer
Steve Chamberlain
<sac@cygnus>
Fri, 9 Sep 1994 00:43:50 +0000
(
00:43
+0000)
fields.
gdb/config/sh/tm-sh.h
patch
|
blob
|
history
diff --git
a/gdb/config/sh/tm-sh.h
b/gdb/config/sh/tm-sh.h
index d5304497a5c466e148d3b2ee862ccc3d208444ce..4dbe79e7f37b8a489f4b4edf797646a70c2d5c61 100644
(file)
--- 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)