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-arc.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    11/* BFD support for the ARC processor
    2    Copyright 1994, 1995, 1997, 2001 Free Software Foundation, Inc.
     2   Copyright 1994, 1995, 1997, 2001, 2002 Free Software Foundation, Inc.
    33   Contributed by Doug Evans (dje@cygnus.com).
    44
     
    4141static const bfd_arch_info_type arch_info_struct[] =
    4242{
    43   ARC ( bfd_mach_arc_5, "arc5", false, &arch_info_struct[1] ),
    44   ARC ( bfd_mach_arc_5, "base", false, &arch_info_struct[2] ),
    45   ARC ( bfd_mach_arc_6, "arc6", false, &arch_info_struct[3] ),
    46   ARC ( bfd_mach_arc_7, "arc7", false, &arch_info_struct[4] ),
    47   ARC ( bfd_mach_arc_8, "arc8", false, NULL ),
     43  ARC ( bfd_mach_arc_5, "arc5", FALSE, &arch_info_struct[1] ),
     44  ARC ( bfd_mach_arc_5, "base", FALSE, &arch_info_struct[2] ),
     45  ARC ( bfd_mach_arc_6, "arc6", FALSE, &arch_info_struct[3] ),
     46  ARC ( bfd_mach_arc_7, "arc7", FALSE, &arch_info_struct[4] ),
     47  ARC ( bfd_mach_arc_8, "arc8", FALSE, NULL ),
    4848};
    4949
    5050const bfd_arch_info_type bfd_arc_arch =
    51   ARC ( bfd_mach_arc_6, "arc", true, &arch_info_struct[0] );
     51  ARC ( bfd_mach_arc_6, "arc", TRUE, &arch_info_struct[0] );
    5252
    5353/* Utility routines.  */
     
    5555/* Given cpu type NAME, return its bfd_mach_arc_xxx value.
    5656   Returns -1 if not found.  */
     57
     58int arc_get_mach PARAMS ((char *));
    5759
    5860int
Note: See TracChangeset for help on using the changeset viewer.