Changeset 609 for branches/GNU/src/binutils/opcodes/m32r-desc.h
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/opcodes/m32r-desc.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 3 3 THIS FILE IS MACHINE GENERATED WITH CGEN. 4 4 5 Copyright 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.5 Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. 6 6 7 7 This file is part of the GNU Binutils and/or GDB, the GNU debugger. … … 29 29 30 30 /* Given symbol S, return m32r_cgen_<S>. */ 31 #define CGEN_SYM(s) CONCAT3 (m32r,_cgen_,s) 31 #if defined (__STDC__) || defined (ALMOST_STDC) || defined (HAVE_STRINGIZE) 32 #define CGEN_SYM(s) m32r##_cgen_##s 33 #else 34 #define CGEN_SYM(s) m32r/**/_cgen_/**/s 35 #endif 36 32 37 33 38 /* Selected cpu families. */ … … 45 50 #define CGEN_INT_INSN_P 1 46 51 47 /* Maximum n ymber of syntax bytes in an instruction. */48 #define CGEN_ACTUAL_MAX_SYNTAX_ BYTES 1552 /* Maximum number of syntax elements in an instruction. */ 53 #define CGEN_ACTUAL_MAX_SYNTAX_ELEMENTS 15 49 54 50 55 /* CGEN_MNEMONIC_OPERANDS is defined if mnemonics have operands. -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.