summaryrefslogtreecommitdiff
path: root/gdb/blockframe.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-06-15 23:10:55 +0000
committerAndrew Cagney <cagney@redhat.com>2001-06-15 23:10:55 +0000
commit517e789368ab9e12acccd633339f5f6dec0ead73 (patch)
treeeed714a01b88dfbf1f4fa0a2204a2553e5db0326 /gdb/blockframe.c
parent1aae84275e79c4eb1483f67cf11028c4923eba73 (diff)
downloadgdb-517e789368ab9e12acccd633339f5f6dec0ead73.tar.gz
Multi-arch INIT_FRAME_PC() and INIT_FRAME_PC_FIRST().
Diffstat (limited to 'gdb/blockframe.c')
-rw-r--r--gdb/blockframe.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/blockframe.c b/gdb/blockframe.c
index 2f520d99b4d..68da4fd53d7 100644
--- a/gdb/blockframe.c
+++ b/gdb/blockframe.c
@@ -442,9 +442,7 @@ get_prev_frame (struct frame_info *next_frame)
Some machines won't use it.
kingdon@cygnus.com, 13Apr93, 31Jan94, 14Dec94. */
-#ifdef INIT_FRAME_PC_FIRST
INIT_FRAME_PC_FIRST (fromleaf, prev);
-#endif
#ifdef INIT_EXTRA_FRAME_INFO
INIT_EXTRA_FRAME_INFO (fromleaf, prev);