aboutsummaryrefslogtreecommitdiff
path: root/gdb/frame.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-03-22 16:58:08 +0000
committerAndrew Cagney <cagney@redhat.com>2004-03-22 16:58:08 +0000
commit8adf9e781b1b67596348ab95877cf6f012ec6a68 (patch)
tree684f11982aa2e0ab919c9e0ed73d4157e363360d /gdb/frame.h
parent90ba813f1fcbda33d35d1dac4fda91ce26eb12d8 (diff)
downloadfsf-binutils-gdb-8adf9e781b1b67596348ab95877cf6f012ec6a68.zip
fsf-binutils-gdb-8adf9e781b1b67596348ab95877cf6f012ec6a68.tar.gz
fsf-binutils-gdb-8adf9e781b1b67596348ab95877cf6f012ec6a68.tar.bz2
2004-03-22 Andrew Cagney <cagney@redhat.com>
* frame.h (generic_pop_current_frame): Delete declaration. (deprecate_pop_dummy_frame): Deprecate generic_pop_dummy_frame. * dummy-frame.c (deprecated_pop_dummy_frame): Update. (generic_pop_current_frame): Delete function. * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to generic_pop_current_frame. * v850-tdep.c (v850_pop_frame): Update. * mcore-tdep.c (mcore_pop_frame): Update. * sh64-tdep.c (sh64_pop_frame): Update. * h8300-tdep.c (h8300_pop_frame): Update.
Diffstat (limited to 'gdb/frame.h')
-rw-r--r--gdb/frame.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/frame.h b/gdb/frame.h
index 8d7ff1a..927403a 100644
--- a/gdb/frame.h
+++ b/gdb/frame.h
@@ -565,8 +565,7 @@ extern struct frame_info *block_innermost_frame (struct block *);
extern CORE_ADDR deprecated_read_register_dummy (CORE_ADDR pc,
CORE_ADDR fp, int);
extern void generic_push_dummy_frame (void);
-extern void generic_pop_current_frame (void (*)(struct frame_info *));
-extern void generic_pop_dummy_frame (void);
+extern void deprecated_pop_dummy_frame (void);
extern int deprecated_pc_in_call_dummy (CORE_ADDR pc, CORE_ADDR sp,
CORE_ADDR fp);