Changeset 609 for branches/GNU/src/binutils/bfd/cpu-m32r.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-m32r.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 1 1 /* BFD support for the M32R processor. 2 Copyright 1996, 1999, 2000 Free Software Foundation, Inc.2 Copyright 1996, 1999, 2000, 2002 Free Software Foundation, Inc. 3 3 4 4 This file is part of BFD, the Binary File Descriptor library. … … 30 30 static const bfd_arch_info_type arch_info_struct[] = 31 31 { 32 N (bfd_mach_m32rx, "m32rx", false, NULL)32 N (bfd_mach_m32rx, "m32rx", FALSE, NULL) 33 33 }; 34 34 … … 37 37 38 38 const bfd_arch_info_type bfd_m32r_arch = 39 N (bfd_mach_m32r, "m32r", true, NEXT);39 N (bfd_mach_m32r, "m32r", TRUE, NEXT); -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.