aboutsummaryrefslogtreecommitdiff
path: root/include/opcode
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-08-02 22:48:21 +0000
committerIan Lance Taylor <ian@airs.com>1995-08-02 22:48:21 +0000
commitbad44fedb1993edf34c981924edadcc9edf6f23a (patch)
treec1eabd76179356de5453c5a46cf3287666091a9b /include/opcode
parent86b58ca2aa6f95c8d457a8720bc4a9ca32f443e8 (diff)
downloadgdb-bad44fedb1993edf34c981924edadcc9edf6f23a.zip
gdb-bad44fedb1993edf34c981924edadcc9edf6f23a.tar.gz
gdb-bad44fedb1993edf34c981924edadcc9edf6f23a.tar.bz2
* m68kmri.h: Remove.
Diffstat (limited to 'include/opcode')
-rw-r--r--include/opcode/.Sanitize1
-rw-r--r--include/opcode/m68kmri.h9
2 files changed, 0 insertions, 10 deletions
diff --git a/include/opcode/.Sanitize b/include/opcode/.Sanitize
index 52db263..818c72f 100644
--- a/include/opcode/.Sanitize
+++ b/include/opcode/.Sanitize
@@ -42,7 +42,6 @@ i386.h
i860.h
i960.h
m68k.h
-m68kmri.h
m88k.h
mips.h
np1.h
diff --git a/include/opcode/m68kmri.h b/include/opcode/m68kmri.h
deleted file mode 100644
index 92f87dd..0000000
--- a/include/opcode/m68kmri.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#define MOTOROLA_SYNTAX
-
-/* Allow OP as an alias for OP.l (or OP.w or OP.b, depend on OP). */
-#define ALLOW_DEFAULT_SIZES
-
-/* Customers want bhi and friends to be variable sized - stolen from jhi */
-#define BRANCH_IS_VARIABLE_SIZED
-
-#include "m68k.h"