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 /opcodes/m32r-opc.h | |
parent | d03400279434c79d8471f275d2533704a239a5ad (diff) | |
download | gdb-35e689de711eb68f2c43235f637947d05bc91481.zip gdb-35e689de711eb68f2c43235f637947d05bc91481.tar.gz gdb-35e689de711eb68f2c43235f637947d05bc91481.tar.bz2 |
* m32r-opc.h (HAVE_CPU_M32R): Define.
Diffstat (limited to 'opcodes/m32r-opc.h')
-rw-r--r-- | opcodes/m32r-opc.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |