summaryrefslogtreecommitdiff
path: root/gdb/dummy-frame.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-05-01 22:41:34 +0000
committerAndrew Cagney <cagney@redhat.com>2004-05-01 22:41:34 +0000
commit87f4e1bcd9a61738b3b2c82662b7e45c2f3e3889 (patch)
treea6b03ffe81128fbddb2cfc6036c3386ca6ddd0cb /gdb/dummy-frame.h
parent47f0c770a120b24b31636fb11214adf51368ed78 (diff)
downloadgdb-87f4e1bcd9a61738b3b2c82662b7e45c2f3e3889.tar.gz
2004-05-01 Andrew Cagney <cagney@redhat.com>
* frame.c (deprecated_generic_get_saved_register): Delete function, moved to "xstormy16-tdep.c". * xstormy16-tdep.c (xstormy16_get_saved_register): Inline deprecated_generic_get_saved_register from "frame.c". (xstormy16_frame_saved_register): Call xstormy16_get_saved_register. * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make static. * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete. * frame.h (deprecated_generic_get_saved_register): Delete.
Diffstat (limited to 'gdb/dummy-frame.h')
-rw-r--r--gdb/dummy-frame.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/dummy-frame.h b/gdb/dummy-frame.h
index 7f4c38f6962..07f8f5a57fa 100644
--- a/gdb/dummy-frame.h
+++ b/gdb/dummy-frame.h
@@ -32,12 +32,4 @@ struct frame_id;
extern const struct frame_unwind *dummy_frame_sniffer (struct frame_info *next_frame);
-/* Return the regcache that belongs to the dummy-frame identifed by PC
- and FP, or NULL if no such frame exists. */
-/* FIXME: cagney/2002-11-08: The function only exists because of
- deprecated_generic_get_saved_register. Eliminate that function and
- this, to, can go. */
-
-extern struct regcache *deprecated_find_dummy_frame_regcache (CORE_ADDR pc,
- CORE_ADDR fp);
#endif /* !defined (DUMMY_FRAME_H) */