aboutsummaryrefslogtreecommitdiff
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
commit80bb239e1e3da9ff0cb193bc5a9eeabd0c915535 (patch)
treebd20c5f7e91379d59b380344c4ecee517907cc87 /gdb/dummy-frame.h
parentb2a871dd6ed171ba997b1bf4889f57edc500890c (diff)
downloadgdb-80bb239e1e3da9ff0cb193bc5a9eeabd0c915535.zip
gdb-80bb239e1e3da9ff0cb193bc5a9eeabd0c915535.tar.gz
gdb-80bb239e1e3da9ff0cb193bc5a9eeabd0c915535.tar.bz2
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 7f4c38f..07f8f5a 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) */