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/bfd/cpu-m32r.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    11/* BFD support for the M32R processor.
    2    Copyright 1996, 1999, 2000 Free Software Foundation, Inc.
     2   Copyright 1996, 1999, 2000, 2002 Free Software Foundation, Inc.
    33
    44This file is part of BFD, the Binary File Descriptor library.
     
    3030static const bfd_arch_info_type arch_info_struct[] =
    3131{
    32   N (bfd_mach_m32rx, "m32rx", false, NULL)
     32  N (bfd_mach_m32rx, "m32rx", FALSE, NULL)
    3333};
    3434
     
    3737
    3838const bfd_arch_info_type bfd_m32r_arch =
    39   N (bfd_mach_m32r, "m32r", true, NEXT);
     39  N (bfd_mach_m32r, "m32r", TRUE, NEXT);
Note: See TracChangeset for help on using the changeset viewer.