diff options
author | John Gilmore <gnu@cygnus> | 1991-10-27 22:26:52 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-10-27 22:26:52 +0000 |
commit | a23075bc5a477c09ef9691df016671f0d6c3deb1 (patch) | |
tree | 9046bb27e46167ea79bb653031bde72378cd4cbc /gdb/tm-sparc.h | |
parent | 4137c5fc0d1b24d00ceec0981ea5d9da77477f0e (diff) | |
download | gdb-a23075bc5a477c09ef9691df016671f0d6c3deb1.zip gdb-a23075bc5a477c09ef9691df016671f0d6c3deb1.tar.gz gdb-a23075bc5a477c09ef9691df016671f0d6c3deb1.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/tm-sparc.h')
-rw-r--r-- | gdb/tm-sparc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tm-sparc.h b/gdb/tm-sparc.h index 866788b..0f96c38 100644 --- a/gdb/tm-sparc.h +++ b/gdb/tm-sparc.h @@ -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 ? \ |