jit: c++-ify gdb_block
[deliverable/binutils-gdb.git] / bfd / cpu-arm.c
index 8d70b84b8b69f6db47bf65bfea29cfd833f74846..4a8c340f70e8b8e378895e47b7258ffc14b58fc8 100644 (file)
@@ -23,6 +23,7 @@
 #include "bfd.h"
 #include "libbfd.h"
 #include "libiberty.h"
+#include "cpu-arm.h"
 
 /* This routine is provided two arch_infos and works out which ARM
    machine which would be compatible with both and returns a pointer
@@ -221,7 +222,7 @@ scan (const struct bfd_arch_info *info, const char *string)
 
 #define N(number, print, default, next)  \
 {  32, 32, 8, bfd_arch_arm, number, "arm", print, 4, default, compatible, \
-   scan, bfd_arch_default_fill, next }
+    scan, bfd_arch_default_fill, next, 0 }
 
 static const bfd_arch_info_type arch_info_struct[] =
 {
This page took 0.023593 seconds and 4 git commands to generate.