* config/tc-v850.c (CHECK_): Remove token pasting operator.
[deliverable/binutils-gdb.git] / bfd / cpu-m68hc12.c
index 830ddb51ae5b63d52aa797240295bf88964dee58..1810438b291ac559d4e4b5aa0340ff84f6f7f551 100644 (file)
@@ -21,18 +21,18 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #include "sysdep.h"
 #include "libbfd.h"
 
-const bfd_arch_info_type bfd_m68hc12_arch = 
-{                                      
+const bfd_arch_info_type bfd_m68hc12_arch =
+{
     16,        /* 16 bits in a word */
-    16,        /* 16 bits in an address */     
-    8, /* 8 bits in a byte */          
+    16,        /* 16 bits in an address */
+    8, /* 8 bits in a byte */
     bfd_arch_m68hc12,
-    0,         
+    0,
     "m68hc12",
-    "m68hc12",                         
-    4, /* section alignment power */   
-    true,                              
-    bfd_default_compatible,            
-    bfd_default_scan,                  
-    0,                         
+    "m68hc12",
+    4, /* section alignment power */
+    true,
+    bfd_default_compatible,
+    bfd_default_scan,
+    0,
 };
This page took 0.036826 seconds and 4 git commands to generate.