summaryrefslogtreecommitdiffstats
path: root/gdb/config/h8500/tm-h8500.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config/h8500/tm-h8500.h')
-rw-r--r--gdb/config/h8500/tm-h8500.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/config/h8500/tm-h8500.h b/gdb/config/h8500/tm-h8500.h
index 8c4ae455ef..3629343c40 100644
--- a/gdb/config/h8500/tm-h8500.h
+++ b/gdb/config/h8500/tm-h8500.h
@@ -22,6 +22,11 @@
#include "regcache.h"
+/* 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)
+
/* Contributed by Steve Chamberlain sac@cygnus.com */
#define GDB_TARGET_IS_H8500
OpenPOWER on IntegriCloud