aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/z8k
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-11-27 20:44:10 +0000
committerAndrew Cagney <cagney@redhat.com>2002-11-27 20:44:10 +0000
commited5cedc51588853831c7248caed0a24cd000dce5 (patch)
tree9fcb8e78dcfa62404e97a1e1a7d966ba3a98236a /gdb/config/z8k
parent7c9c73bedd44f1f463297615ff6923c85ab69deb (diff)
downloadfsf-binutils-gdb-ed5cedc51588853831c7248caed0a24cd000dce5.zip
fsf-binutils-gdb-ed5cedc51588853831c7248caed0a24cd000dce5.tar.gz
fsf-binutils-gdb-ed5cedc51588853831c7248caed0a24cd000dce5.tar.bz2
2002-11-27 Andrew Cagney <cagney@redhat.com>
* config/z8k/tm-z8k.h (PC_IN_CALL_DUMMY): Update definition to use deprecated pc_in_call_dummy function. * config/sparc/tm-sparc.h (PC_IN_CALL_DUMMY): Ditto. * config/sparc/tm-sp64.h (PC_IN_CALL_DUMMY): Ditto. * config/pa/tm-hppa.h (PC_IN_CALL_DUMMY): Ditto. * config/mn10200/tm-mn10200.h (PC_IN_CALL_DUMMY): Ditto. * config/h8500/tm-h8500.h (PC_IN_CALL_DUMMY): Ditto.
Diffstat (limited to 'gdb/config/z8k')
-rw-r--r--gdb/config/z8k/tm-z8k.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/z8k/tm-z8k.h b/gdb/config/z8k/tm-z8k.h
index 6197d6d..f4407e5 100644
--- a/gdb/config/z8k/tm-z8k.h
+++ b/gdb/config/z8k/tm-z8k.h
@@ -23,7 +23,7 @@
/* NOTE: cagney/2002-11-24: This is a guess. */
#define USE_GENERIC_DUMMY_FRAMES 0
#define CALL_DUMMY_LOCATION ON_STACK
-#define PC_IN_CALL_DUMMY(pc, sp, frame_address) pc_in_call_dummy_on_stack (pc, sp, frame_address)
+#define PC_IN_CALL_DUMMY(pc, sp, frame_address) deprecated_pc_in_call_dummy_on_stack (pc, sp, frame_address)
#undef TARGET_INT_BIT
#undef TARGET_LONG_BIT