From: Ian Lance Taylor Date: Wed, 2 Aug 1995 22:48:21 +0000 (+0000) Subject: * m68kmri.h: Remove. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bad44fedb1993edf34c981924edadcc9edf6f23a;p=binutils-gdb.git * m68kmri.h: Remove. --- diff --git a/include/opcode/.Sanitize b/include/opcode/.Sanitize index 52db263115b..818c72f8f0c 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 92f87ddf291..00000000000 --- 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"