Changeset 609 for branches/GNU/src/binutils/bfd/cpu-d10v.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-d10v.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 1 1 /* BFD support for the D10V processor 2 Copyright 1996, 1999, 2000 Free Software Foundation, Inc.2 Copyright 1996, 1999, 2000, 2002 Free Software Foundation, Inc. 3 3 Contributed by Martin Hunt (hunt@cygnus.com). 4 4 … … 33 33 "d10v:ts3", 34 34 4, /* section alignment power */ 35 false,35 FALSE, 36 36 bfd_default_compatible, 37 37 bfd_default_scan, … … 49 49 "d10v:ts2", 50 50 4, /* section alignment power */ 51 false,51 FALSE, 52 52 bfd_default_compatible, 53 53 bfd_default_scan, … … 65 65 "d10v", 66 66 4, /* section alignment power */ 67 true,67 TRUE, 68 68 bfd_default_compatible, 69 69 bfd_default_scan, -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.