diff options
Diffstat (limited to 'bfd/cpu-msp430.c')
-rw-r--r-- | bfd/cpu-msp430.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/cpu-msp430.c b/bfd/cpu-msp430.c index bcaa4e7..09c0e54 100644 --- a/bfd/cpu-msp430.c +++ b/bfd/cpu-msp430.c @@ -78,7 +78,7 @@ static const bfd_arch_info_type arch_info_struct[] = /* msp430x15x. */ N (16, bfd_mach_msp15, "msp:15", FALSE, & arch_info_struct[6]), - + /* msp430x16x. */ N (16, bfd_mach_msp16, "msp:16", FALSE, & arch_info_struct[7]), @@ -86,14 +86,14 @@ static const bfd_arch_info_type arch_info_struct[] = N (16, bfd_mach_msp21, "msp:21", FALSE, & arch_info_struct[8]), /* msp430x31x. */ - N (16, bfd_mach_msp31, "msp:31", FALSE, & arch_info_struct[9]), + N (16, bfd_mach_msp31, "msp:31", FALSE, & arch_info_struct[9]), /* msp430x32x. */ - N (16, bfd_mach_msp32, "msp:32", FALSE, & arch_info_struct[10]), + N (16, bfd_mach_msp32, "msp:32", FALSE, & arch_info_struct[10]), /* msp430x33x. */ N (16, bfd_mach_msp33, "msp:33", FALSE, & arch_info_struct[11]), - + /* msp430x41x. */ N (16, bfd_mach_msp41, "msp:41", FALSE, & arch_info_struct[12]), |