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/frame.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/frame.h')
-rw-r--r-- | gdb/frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/frame.h b/gdb/frame.h index 6dda5ff..ee2934d 100644 --- a/gdb/frame.h +++ b/gdb/frame.h @@ -650,7 +650,7 @@ extern void deprecated_update_frame_pc_hack (struct frame_info *frame, /* FIXME: cagney/2002-12-18: Has the frame's base changed? Or to be more exact, was that initial guess at the frame's base as returned - by deprecated_read_fp() wrong? If it was, fix it. This shouldn't + by the deleted read_fp() wrong? If it was, fix it. This shouldn't be necessary since the code should be getting the frame's base correct from the outset. |