gas: avoid spurious failures in non-ELF targets in the SPARC testsuite.
[deliverable/binutils-gdb.git] / bfd / cpu-microblaze.c
index 45a4a2b95e663af4c3952e2d74563c968e881b16..5b7f6e715169c2f2e227d925e44ef9e5f1bf3a82 100644 (file)
@@ -1,6 +1,6 @@
 /* BFD Xilinx MicroBlaze architecture definition
 
-   Copyright 2009 Free Software Foundation, Inc.
+   Copyright (C) 2009-2016 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.  */
 };
This page took 0.025814 seconds and 4 git commands to generate.