diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-03-27 15:29:45 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-03-27 15:29:45 +0000 |
commit | 378bfd1b7a2a1afc6553da2ae148a3908cf6d147 (patch) | |
tree | bc9527fd134df416332ccaf41d56604ec600256b /gdb/inferior.h | |
parent | 56056df7357ad45c335b21b9432ac7133b8db34e (diff) | |
download | gdb-378bfd1b7a2a1afc6553da2ae148a3908cf6d147.zip gdb-378bfd1b7a2a1afc6553da2ae148a3908cf6d147.tar.gz gdb-378bfd1b7a2a1afc6553da2ae148a3908cf6d147.tar.bz2 |
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.
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r-- | gdb/inferior.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h index 10da8ee..99316cc 100644 --- a/gdb/inferior.h +++ b/gdb/inferior.h @@ -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); |