powerpc-lynxos and powerpc-windiss fixes
[deliverable/binutils-gdb.git] / bfd / cpu-cr16.c
index 2b1af76ba9e1032d2aab3010003f79307a72fab3..7bf76643a8d8e20e429d5db9d685257a41d8ae17 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD support for the CR16 processor.
-   Copyright (C) 2007-2014 Free Software Foundation, Inc.
+   Copyright (C) 2007-2018 Free Software Foundation, Inc.
    Written by M R Swami Reddy
 
    This file is part of BFD, the Binary File Descriptor library.
 
 const bfd_arch_info_type bfd_cr16_arch =
   {
-    16,               /* 16 bits in a word.  */
-    32,               /* 32 bits in an address.  */
-    8,                /*  8 bits in a byte.  */
+    16,                      /* 16 bits in a word.  */
+    32,                      /* 32 bits in an address.  */
+    8,               /*  8 bits in a byte.  */
     bfd_arch_cr16,    /* enum bfd_architecture arch.  */
     bfd_mach_cr16,
-    "cr16",           /* Arch name.  */
-    "cr16",           /* Printable name.  */
-    1,                /* Unsigned int section alignment power.  */
-    TRUE,             /* The one and only.  */
+    "cr16",          /* Arch name.  */
+    "cr16",          /* Printable name.  */
+    1,               /* Unsigned int section alignment power.  */
+    TRUE,            /* The one and only.  */
     bfd_default_compatible,
     bfd_default_scan,
     bfd_arch_default_fill,
This page took 0.024628 seconds and 4 git commands to generate.