2004-03-23 Andrew Cagney <cagney@redhat.com>
* trad-frame.h (trad_frame_set_reg_addr): Declare.
This commit is contained in:
parent
5c4d9a4db0
commit
4be282b472
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-03-23 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* trad-frame.h (trad_frame_set_reg_addr): Declare.
|
||||
|
||||
2004-03-23 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
|
||||
|
|
|
@ -42,6 +42,8 @@ void trad_frame_get_id (struct trad_frame_cache *this_trad_cache,
|
|||
|
||||
void trad_frame_set_reg_unknown (struct trad_frame_cache *this_trad_cache,
|
||||
int regnum, CORE_ADDR addr);
|
||||
void trad_frame_set_reg_addr (struct trad_frame_cache *this_trad_cache,
|
||||
int regnum, CORE_ADDR addr);
|
||||
void trad_frame_get_register (struct trad_frame_cache *this_trad_cache,
|
||||
struct frame_info *next_frame,
|
||||
int regnum, int *optimizedp,
|
||||
|
|
Loading…
Reference in a new issue