Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/opcodes/m32r-desc.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    33THIS FILE IS MACHINE GENERATED WITH CGEN.
    44
    5 Copyright 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
     5Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
    66
    77This file is part of the GNU Binutils and/or GDB, the GNU debugger.
     
    2929
    3030/* 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
    3237
    3338/* Selected cpu families.  */
     
    4550#define CGEN_INT_INSN_P 1
    4651
    47 /* Maximum nymber of syntax bytes in an instruction.  */
    48 #define CGEN_ACTUAL_MAX_SYNTAX_BYTES 15
     52/* Maximum number of syntax elements in an instruction.  */
     53#define CGEN_ACTUAL_MAX_SYNTAX_ELEMENTS 15
    4954
    5055/* CGEN_MNEMONIC_OPERANDS is defined if mnemonics have operands.
Note: See TracChangeset for help on using the changeset viewer.