* blockframe.c: Pass fromleaf to INIT_EXTRA_FRAME_INFO.

* tm-29k.h, tm-88k.h, tm-i960.h, tm-irix3.h, tm-mips.h, tm-pyr.h,
tm-sparc.h:  Accept fromleaf parameter.
This commit is contained in:
John Gilmore
1991-10-27 22:26:52 +00:00
parent 4137c5fc0d
commit a23075bc5a
7 changed files with 8 additions and 7 deletions

View File

@@ -339,7 +339,7 @@ CORE_ADDR sparc_extract_struct_value_address (
Otherwise the bottom of this frame is the top of the next frame. */
#define EXTRA_FRAME_INFO FRAME_ADDR bottom;
#define INIT_EXTRA_FRAME_INFO(fci) \
#define INIT_EXTRA_FRAME_INFO(fromleaf, fci) \
(fci)->bottom = \
((fci)->next ? \
((fci)->frame == (fci)->next_frame ? \