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

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    11/* BFD back-end for rs6000 support
    2    Copyright 1990, 1991, 1993, 1995, 2000 Free Software Foundation, Inc.
     2   Copyright 1990, 1991, 1993, 1995, 2000, 2002
     3   Free Software Foundation, Inc.
    34   FIXME: Can someone provide a transliteration of this name into ASCII?
    45   Using the following chars caused a compiler warning on HIUX (so I replaced
     
    4748      return bfd_default_compatible (a, b);
    4849    case bfd_arch_powerpc:
    49       if (b->mach == 0)
     50      if (b->mach == bfd_mach_rs6k)
    5051        return b;
    5152      return NULL;
     
    6566    "rs6000:rs1",
    6667    3,
    67     false, /* not the default */
     68    FALSE, /* not the default */
    6869    rs6000_compatible,
    6970    bfd_default_scan,
     
    7980    "rs6000:rsc",
    8081    3,
    81     false, /* not the default */
     82    FALSE, /* not the default */
    8283    rs6000_compatible,
    8384    bfd_default_scan,
     
    9394    "rs6000:rs2",
    9495    3,
    95     false, /* not the default */
     96    FALSE, /* not the default */
    9697    rs6000_compatible,
    9798    bfd_default_scan,
     
    110111    "rs6000:6000",
    111112    3,
    112     true, /* the default */
     113    TRUE, /* the default */
    113114    rs6000_compatible,
    114115    bfd_default_scan,
Note: See TracChangeset for help on using the changeset viewer.