diff options
author | Doug Evans <dje@google.com> | 1998-01-29 21:04:25 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-01-29 21:04:25 +0000 |
commit | 35e689de711eb68f2c43235f637947d05bc91481 (patch) | |
tree | c7765200b97fa22a6d45e5f90f00f9808e9b3c6c | |
parent | d03400279434c79d8471f275d2533704a239a5ad (diff) | |
download | gdb-35e689de711eb68f2c43235f637947d05bc91481.zip gdb-35e689de711eb68f2c43235f637947d05bc91481.tar.gz gdb-35e689de711eb68f2c43235f637947d05bc91481.tar.bz2 |
* m32r-opc.h (HAVE_CPU_M32R): Define.
-rw-r--r-- | opcodes/ChangeLog | 5 | ||||
-rw-r--r-- | opcodes/m32r-opc.h | 4 |
2 files changed, 9 insertions, 0 deletions
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 <devans@canuck.cygnus.com> + + * m32r-opc.h (HAVE_CPU_M32R): Define. + start-sanitize-sky Wed Jan 28 13:46:19 1998 Doug Evans <devans@canuck.cygnus.com> @@ -6,6 +10,7 @@ Wed Jan 28 13:46:19 1998 Doug Evans <devans@canuck.cygnus.com> * 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_<s>. */ #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 |