Fix the MSP430 assembler's parsing of register names.
[deliverable/binutils-gdb.git] / bfd / cpu-frv.c
index 44d7ccb7a446daab2ef7ad79b01e0ca0986539a6..84313964ad590de3df638b7124a655f16ad1c3cb 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD support for the FRV processor.
-   Copyright (C) 2002-2015 Free Software Foundation, Inc.
+   Copyright (C) 2002-2018 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -24,9 +24,9 @@
 
 #define FRV_ARCH(MACHINE, NAME, DEFAULT, NEXT)                         \
 {                                                                      \
-  32,                          /* 32 bits in a word */                 \
-  32,                          /* 32 bits in an address */             \
-  8,                           /* 8 bits in a byte */                  \
+  32,                          /* 32 bits in a word */                 \
+  32,                          /* 32 bits in an address */             \
+  8,                           /* 8 bits in a byte */                  \
   bfd_arch_frv,                        /* architecture */                      \
   MACHINE,                     /* which machine */                     \
   "frv",                       /* architecture name */                 \
This page took 0.058159 seconds and 4 git commands to generate.