2003-05-15 Andrew Cagney <cagney@redhat.com>
* dummy-frame.h (deprecated_find_dummy_frame_regcache): Rename generic_find_dummy_frame. * dummy-frame.c (deprecated_find_dummy_frame_regcache): Update. (deprecated_generic_find_dummy_frame): Update. (deprecated_read_register_dummy): Update. * frame.c (deprecated_generic_get_saved_register): Update.
This commit is contained in:
parent
909cd28efc
commit
cc8c88f3a7
4 changed files with 16 additions and 7 deletions
|
@ -81,6 +81,6 @@ extern int pc_in_dummy_frame (CORE_ADDR pc);
|
|||
deprecated_generic_get_saved_register. Eliminate that function and
|
||||
this, to, can go. */
|
||||
|
||||
extern struct regcache *generic_find_dummy_frame (CORE_ADDR pc,
|
||||
CORE_ADDR fp);
|
||||
extern struct regcache *deprecated_find_dummy_frame_regcache (CORE_ADDR pc,
|
||||
CORE_ADDR fp);
|
||||
#endif /* !defined (DUMMY_FRAME_H) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue