aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-10-31 22:38:22 +0000
committerAndrew Cagney <cagney@redhat.com>2003-10-31 22:38:22 +0000
commite8bcf01f1b65ef438a40698ce2e2a116d9fc3767 (patch)
tree1c350f7df2ba7ec9c4f5ab1c3d994cf26e69e6ff /gdb/config
parent4c05fe5325cd1dc599999f503214fede4875e368 (diff)
downloadgdb-e8bcf01f1b65ef438a40698ce2e2a116d9fc3767.zip
gdb-e8bcf01f1b65ef438a40698ce2e2a116d9fc3767.tar.gz
gdb-e8bcf01f1b65ef438a40698ce2e2a116d9fc3767.tar.bz2
2003-10-31 Andrew Cagney <cagney@redhat.com>
* stack.c (return_command): Use get_frame_type, instead of CALL_DUMMY_HAS_COMPLETED. * inferior.h (CALL_DUMMY_HAS_COMPLETED): Delete definition. * config/pa/tm-hppa.h (CALL_DUMMY_HAS_COMPLETED): Delete macro.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/pa/tm-hppa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/pa/tm-hppa.h b/gdb/config/pa/tm-hppa.h
index c6504ab..9d4b134 100644
--- a/gdb/config/pa/tm-hppa.h
+++ b/gdb/config/pa/tm-hppa.h
@@ -208,7 +208,7 @@ extern void hppa_frame_init_saved_regs (struct frame_info *);
/* If we've reached a trap instruction within the call dummy, then
we'll consider that to mean that we've reached the call dummy's
end after its successful completion. */
-#define CALL_DUMMY_HAS_COMPLETED(pc, sp, frame_address) \
+#define DEPRECATED_CALL_DUMMY_HAS_COMPLETED(pc, sp, frame_address) \
(DEPRECATED_PC_IN_CALL_DUMMY((pc), (sp), (frame_address)) && \
(read_memory_integer((pc), 4) == BREAKPOINT32))