forked from Imagelibrary/binutils-gdb
2003-03-27 Andrew Cagney <cagney@redhat.com>
* regcache.c (write_sp): Delete function and references. * inferior.h (write_sp): Delete declaration. * valops.c (hand_function_call): Replace write_sp with TARGET_WRITE_SP. * sparc-tdep.c (sparc_push_dummy_frame): Ditto. (sparc_pop_frame): Ditto. Index: doc/ChangeLog 2003-03-27 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Remove references to write_sp.
This commit is contained in:
@@ -178,8 +178,6 @@ extern CORE_ADDR read_sp (void);
|
||||
|
||||
extern CORE_ADDR generic_target_read_sp (void);
|
||||
|
||||
extern void write_sp (CORE_ADDR);
|
||||
|
||||
extern void generic_target_write_sp (CORE_ADDR);
|
||||
|
||||
extern CORE_ADDR read_fp (void);
|
||||
|
||||
Reference in New Issue
Block a user