aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/m68k
diff options
context:
space:
mode:
authorPeter Schauer <Peter.Schauer@mytum.de>1994-01-07 21:02:39 +0000
committerPeter Schauer <Peter.Schauer@mytum.de>1994-01-07 21:02:39 +0000
commitf0d2557ca41c45e3e39b5a1e9f92877f1f882005 (patch)
tree33dcfe50760dc29e1813978242e64a6694295a41 /gdb/config/m68k
parent9d51b3c5f4cffb73634deb26d68c741e8e800f93 (diff)
downloadfsf-binutils-gdb-f0d2557ca41c45e3e39b5a1e9f92877f1f882005.zip
fsf-binutils-gdb-f0d2557ca41c45e3e39b5a1e9f92877f1f882005.tar.gz
fsf-binutils-gdb-f0d2557ca41c45e3e39b5a1e9f92877f1f882005.tar.bz2
* config/i386/tm-i386v.h, config/m68k/tm-m68k.h, config/mips/tm-mips.h,
config/vax/tm-vax.h (CALL_DUMMY_BREAKPOINT_OFFSET): Define.
Diffstat (limited to 'gdb/config/m68k')
-rw-r--r--gdb/config/m68k/tm-m68k.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/config/m68k/tm-m68k.h b/gdb/config/m68k/tm-m68k.h
index c7f64e0..9b830fd 100644
--- a/gdb/config/m68k/tm-m68k.h
+++ b/gdb/config/m68k/tm-m68k.h
@@ -360,6 +360,7 @@ extern const struct ext_format ext_format_68881;
#define CALL_DUMMY {0xf227e0ff, 0x48e7fffc, 0x426742e7, 0x4eb93232, 0x3232dffc, 0x69696969, (0x4e404e71 | (BPT_VECTOR << 16))}
#define CALL_DUMMY_LENGTH 28 /* Size of CALL_DUMMY */
#define CALL_DUMMY_START_OFFSET 12 /* Offset to jsr instruction*/
+#define CALL_DUMMY_BREAKPOINT_OFFSET (CALL_DUMMY_START_OFFSET + 12)
/* Insert the specified number of args and function address
into a call sequence of the above form stored at DUMMYNAME.