Changeset 609 for branches/GNU/src/binutils/bfd/cpu-cris.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-cris.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 1 1 /* BFD support for the Axis CRIS architecture. 2 Copyright 2000 Free Software Foundation, Inc.2 Copyright 2000, 2002 Free Software Foundation, Inc. 3 3 Contributed by Axis Communications AB. 4 4 Written by Hans-Peter Nilsson. … … 39 39 1, /* Section alignment power; each section 40 40 is aligned to (only) 2^1 bytes. */ 41 true, /* This is the default "machine", since41 TRUE, /* This is the default "machine", since 42 42 there's only one. */ 43 43 bfd_default_compatible, /* A default function for testing 44 44 "machine" compatibility of two 45 45 bfd_arch_info_type. */ 46 bfd_default_scan, /* Check if a nbfd_arch_info_type is a46 bfd_default_scan, /* Check if a bfd_arch_info_type is a 47 47 match. */ 48 48 NULL /* Pointer to next bfd_arch_info_type in -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.