* archive.c (_bfd_archive_close_and_cleanup): Clear parent
[binutils-gdb.git] / bfd / cpu-microblaze.c
index 45a4a2b95e663af4c3952e2d74563c968e881b16..2cf6bc68afb5ce50e5d9d36a01fa6bb0ad787b36 100644 (file)
@@ -1,6 +1,6 @@
 /* BFD Xilinx MicroBlaze architecture definition
 
-   Copyright 2009 Free Software Foundation, Inc.
+   Copyright 2009, 2012 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -19,8 +19,8 @@
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
    MA 02110-1301, USA.  */
 
-#include "bfd.h"
 #include "sysdep.h"
+#include "bfd.h"
 #include "libbfd.h"
 
 const bfd_arch_info_type bfd_microblaze_arch =
@@ -36,5 +36,6 @@ const bfd_arch_info_type bfd_microblaze_arch =
   TRUE,                                /* Is this the default architecture ?  */
   bfd_default_compatible,      /* Architecture comparison function.  */
   bfd_default_scan,            /* String to architecture conversion.  */
+  bfd_arch_default_fill,       /* Default fill.  */
   NULL                         /* Next in list.  */
 };