Changeset 609 for branches/GNU/src/binutils/bfd/cpu-rs6000.c
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/bfd/cpu-rs6000.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 1 1 /* 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. 3 4 FIXME: Can someone provide a transliteration of this name into ASCII? 4 5 Using the following chars caused a compiler warning on HIUX (so I replaced … … 47 48 return bfd_default_compatible (a, b); 48 49 case bfd_arch_powerpc: 49 if (b->mach == 0)50 if (b->mach == bfd_mach_rs6k) 50 51 return b; 51 52 return NULL; … … 65 66 "rs6000:rs1", 66 67 3, 67 false, /* not the default */68 FALSE, /* not the default */ 68 69 rs6000_compatible, 69 70 bfd_default_scan, … … 79 80 "rs6000:rsc", 80 81 3, 81 false, /* not the default */82 FALSE, /* not the default */ 82 83 rs6000_compatible, 83 84 bfd_default_scan, … … 93 94 "rs6000:rs2", 94 95 3, 95 false, /* not the default */96 FALSE, /* not the default */ 96 97 rs6000_compatible, 97 98 bfd_default_scan, … … 110 111 "rs6000:6000", 111 112 3, 112 true, /* the default */113 TRUE, /* the default */ 113 114 rs6000_compatible, 114 115 bfd_default_scan, -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.