OSDN Git Service

2000-11-16 Kazu Hirata <kazu@hxi.com>
[pf3gnuchains/pf3gnuchains3x.git] / bfd / cpu-m68hc12.c
index 830ddb5..1810438 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,
 };