diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-08-05 14:12:40 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-08-05 14:12:40 +0000 |
commit | 9c8dbfa93743cdd33e6502bc2e2359212b742949 (patch) | |
tree | b6619ff5031172c69936d756eee59f7df99de3f0 /gdb/inferior.h | |
parent | 92868b6eba6bd5e0f6f88aa2ec219a7cd5cfc3b8 (diff) | |
download | gdb-9c8dbfa93743cdd33e6502bc2e2359212b742949.zip gdb-9c8dbfa93743cdd33e6502bc2e2359212b742949.tar.gz gdb-9c8dbfa93743cdd33e6502bc2e2359212b742949.tar.bz2 |
2004-08-05 Andrew Cagney <cagney@gnu.org>
* gdbarch.sh (deprecated_frame_saved_pc): Delete.
* gdbarch.h, gdbarch.c: Re-generate.
* regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
* inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
* frame.h: Delete deprecated_read_fp from comments.
* arch-utils.c (deprecated_init_frame_pc_default): Delete.
* arch-utils.h (deprecated_init_frame_pc_default): Delete.
Index: doc/ChangeLog
2004-08-05 Andrew Cagney <cagney@gnu.org>
* gdbint.texinfo (Target Architecture Definition): Delete
reference to deprecated_read_fp.
Diffstat (limited to 'gdb/inferior.h')
-rw-r--r-- | gdb/inferior.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/inferior.h b/gdb/inferior.h index 76ec0b0..e80f2d7 100644 --- a/gdb/inferior.h +++ b/gdb/inferior.h @@ -176,10 +176,6 @@ extern void generic_target_write_pc (CORE_ADDR, ptid_t); extern CORE_ADDR read_sp (void); -extern void deprecated_write_sp (CORE_ADDR); - -extern CORE_ADDR deprecated_read_fp (void); - extern CORE_ADDR unsigned_pointer_to_address (struct type *type, const void *buf); extern void unsigned_address_to_pointer (struct type *type, void *buf, |