From: Doug Evans Date: Thu, 29 Jan 1998 21:04:25 +0000 (+0000) Subject: * m32r-opc.h (HAVE_CPU_M32R): Define. X-Git-Tag: gdb-4_18~3600 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=35e689de711eb68f2c43235f637947d05bc91481;p=external%2Fbinutils.git * m32r-opc.h (HAVE_CPU_M32R): Define. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index e640321..5722761 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +Thu Jan 29 13:02:56 1998 Doug Evans + + * m32r-opc.h (HAVE_CPU_M32R): Define. + start-sanitize-sky Wed Jan 28 13:46:19 1998 Doug Evans @@ -6,6 +10,7 @@ Wed Jan 28 13:46:19 1998 Doug Evans * configure: Regenerate. * Makefile.am (ALL_MACHINES): Add dvp-{dis,opc}.lo. (dvp-dis.lo,dvp-opc.lo): Add rules for. + (mips-dis.lo): Compile with @archdefs@. * Makefile.in: Regenerate. * disassemble.c: Define ARCH_mips ifdef ARCH_dvp. * mips-dis.c (print_insn_little_mips): Check for DVP insns. diff --git a/opcodes/m32r-opc.h b/opcodes/m32r-opc.h index ce2ffe4..62b3f6c 100644 --- a/opcodes/m32r-opc.h +++ b/opcodes/m32r-opc.h @@ -24,9 +24,13 @@ with this program; if not, write to the Free Software Foundation, Inc., #define m32r_OPC_H #define CGEN_ARCH m32r + /* Given symbol S, return m32r_cgen_. */ #define CGEN_SYM(s) CGEN_CAT3 (m32r,_cgen_,s) +/* Selected cpu families. */ +#define HAVE_CPU_M32R + #define CGEN_WORD_BITSIZE 32 #define CGEN_DEFAULT_INSN_BITSIZE 32 #define CGEN_BASE_INSN_BITSIZE 32