Automatic date update in version.in
[external/binutils.git] / bfd / cpu-crx.c
index 9605dd5..eb07c45 100644 (file)
@@ -1,11 +1,11 @@
 /* BFD support for the CRX processor.
 /* BFD support for the CRX processor.
-   Copyright 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004-2018 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
 
    This file is part of BFD, the Binary File Descriptor library.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2 of the License, or
+   the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.
 
    This program is distributed in the hope that it will be useful,
    (at your option) any later version.
 
    This program is distributed in the hope that it will be useful,
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
+   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
+   MA 02110-1301, USA.  */
 
 
-#include "bfd.h"
 #include "sysdep.h"
 #include "sysdep.h"
+#include "bfd.h"
 #include "libbfd.h"
 
 
 #include "libbfd.h"
 
 
@@ -29,11 +30,12 @@ const bfd_arch_info_type bfd_crx_arch =
     8,         /*  8 bits in a byte.  */
     bfd_arch_crx, /* enum bfd_architecture arch.  */
     bfd_mach_crx,
     8,         /*  8 bits in a byte.  */
     bfd_arch_crx, /* enum bfd_architecture arch.  */
     bfd_mach_crx,
-    "crx",     /* Arch name.  */
-    "crx",     /* Printable name.  */
-    1,         /* Unsigned int section alignment power.  */
-    TRUE,      /* The one and only.  */
-    bfd_default_compatible, 
-    bfd_default_scan ,
+    "crx",     /* Arch name.  */
+    "crx",     /* Printable name.  */
+    1,         /* Unsigned int section alignment power.  */
+    TRUE,      /* The one and only.  */
+    bfd_default_compatible,
+    bfd_default_scan,
+    bfd_arch_default_fill,
     0,
   };
     0,
   };