Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / cpu-spu.c
index 25127f477918394d34a45833c00612993a924c00..590826c86586b5b99ef79ad9466258da4268aefd 100644 (file)
@@ -1,10 +1,10 @@
-/* Copyright 2006 Free Software Foundation, Inc.
+/* Copyright (C) 2006-2016 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
-   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,
@@ -16,8 +16,8 @@
    with this program; if not, write to the Free Software Foundation, Inc.,
    51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
 
-#include "bfd.h"
 #include "sysdep.h"
+#include "bfd.h"
 #include "libbfd.h"
 
 
@@ -49,6 +49,7 @@ const bfd_arch_info_type bfd_spu_arch[] =
     TRUE,              /* the default machine for the architecture */
     spu_compatible,    /* the spu is only compatible with itself, see above */
     bfd_default_scan,
+    bfd_arch_default_fill,
     0,                 /* next -- there are none! */
   }
 };
This page took 0.023969 seconds and 4 git commands to generate.