Changeset 609 for branches/GNU/src/binutils/bfd/cpu-hppa.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-hppa.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 1 1 /* BFD support for the HP Precision Architecture architecture. 2 Copyright 1992, 1995, 1998, 1999, 2000 Free Software Foundation, Inc. 2 Copyright 1992, 1995, 1998, 1999, 2000, 2002 3 Free Software Foundation, Inc. 3 4 4 5 This file is part of BFD, the Binary File Descriptor library. … … 32 33 "hppa1.0", 33 34 3, 34 true, /* Unless we use 1.1 specific features */35 TRUE, /* Unless we use 1.1 specific features */ 35 36 bfd_default_compatible, 36 37 bfd_default_scan , … … 49 50 "hppa2.0", 50 51 3, 51 false, /* Unless we use 1.1 specific features */52 FALSE, /* Unless we use 1.1 specific features */ 52 53 bfd_default_compatible, 53 54 bfd_default_scan , … … 66 67 "hppa2.0w", 67 68 3, 68 false, /* Unless we use 1.1 specific features */69 FALSE, /* Unless we use 1.1 specific features */ 69 70 bfd_default_compatible, 70 71 bfd_default_scan , … … 82 83 "hppa1.1", 83 84 3, 84 false, /* 1.1 specific features used */85 FALSE, /* 1.1 specific features used */ 85 86 bfd_default_compatible, 86 87 bfd_default_scan , -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.