mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-16 20:38:26 +00:00
Zap another #ifdef INIT_EXTRA_FRAME_INFO
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2001-11-06 Andrew Cagney <ac131313@redhat.com>
|
||||||
|
|
||||||
|
* blockframe.c (get_prev_frame): Replace #ifdef
|
||||||
|
INIT_EXTRA_FRAME_INFO with run-time test.
|
||||||
|
|
||||||
2001-11-05 Andrew Cagney <ac131313@redhat.com>
|
2001-11-05 Andrew Cagney <ac131313@redhat.com>
|
||||||
|
|
||||||
* gdbarch.sh (push_return_address): Change to a function with
|
* gdbarch.sh (push_return_address): Change to a function with
|
||||||
|
|||||||
@@ -437,9 +437,8 @@ get_prev_frame (struct frame_info *next_frame)
|
|||||||
|
|
||||||
INIT_FRAME_PC_FIRST (fromleaf, prev);
|
INIT_FRAME_PC_FIRST (fromleaf, prev);
|
||||||
|
|
||||||
#ifdef INIT_EXTRA_FRAME_INFO
|
if (INIT_EXTRA_FRAME_INFO_P ())
|
||||||
INIT_EXTRA_FRAME_INFO (fromleaf, prev);
|
INIT_EXTRA_FRAME_INFO (fromleaf, prev);
|
||||||
#endif
|
|
||||||
|
|
||||||
/* This entry is in the frame queue now, which is good since
|
/* This entry is in the frame queue now, which is good since
|
||||||
FRAME_SAVED_PC may use that queue to figure out its value
|
FRAME_SAVED_PC may use that queue to figure out its value
|
||||||
|
|||||||
Reference in New Issue
Block a user