Automatic date update in version.in
[external/binutils.git] / bfd / cpu-mcore.c
index fc41259..7273831 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD library support routines for Motorola's MCore architecture
-   Copyright 1993, 1999, 2000, 2002, 2007 Free Software Foundation, Inc.
+   Copyright (C) 1993-2018 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
 
 const bfd_arch_info_type bfd_mcore_arch =
 {
-  32,                          /* 32 bits in a word */
-  32,                          /* 32 bits in an address */
-  8,                           /* 8 bits in a byte */
-  bfd_arch_mcore,              /* Architecture */
-  0,                           /* Machine number - 0 for now */
-  "MCore",                     /* Architecture name */
-  "MCore",                     /* Printable name */
-  3,                           /* Section align power */
-  TRUE,                                /* Is this the default architecture ? */
+  32,                          /* 32 bits in a word */
+  32,                          /* 32 bits in an address */
+  8,                           /* 8 bits in a byte */
+  bfd_arch_mcore,              /* Architecture */
+  0,                           /* Machine number - 0 for now */
+  "MCore",                     /* Architecture name */
+  "MCore",                     /* Printable name */
+  3,                           /* Section align power */
+  TRUE,                                /* Is this the default architecture ? */
   bfd_default_compatible,      /* Architecture comparison function */
-  bfd_default_scan,            /* String to architecture conversion */
-  NULL                         /* Next in list */
+  bfd_default_scan,            /* String to architecture conversion */
+  bfd_arch_default_fill,       /* Default fill.  */
+  NULL                         /* Next in list */
 };