gdb: Remove a VEC from gdbsupport/btrace-common.h
[deliverable/binutils-gdb.git] / bfd / cpu-microblaze.c
index 9bc2eb3de9870b794949699941cc81ccd2b5ad40..4e05d73f01ba673f5b3df0b0eb2fee15421c215c 100644 (file)
 
 const bfd_arch_info_type bfd_microblaze_arch =
 {
-  32,                          /* 32 bits in a word.  */
-  32,                          /* 32 bits in an address.  */
-  8,                           /* 8 bits in a byte.  */
-  bfd_arch_microblaze,         /* Architecture.  */
+  32,                          /* Bits in a word.  */
+  32,                          /* Bits in an address.  */
+  8,                           /* Bits in a byte.  */
+  bfd_arch_microblaze,         /* Architecture number.  */
   0,                           /* Machine number - 0 for now.  */
   "microblaze",                        /* Architecture name.  */
   "MicroBlaze",                        /* Printable name.  */
@@ -37,5 +37,6 @@ const bfd_arch_info_type bfd_microblaze_arch =
   bfd_default_compatible,      /* Architecture comparison function.  */
   bfd_default_scan,            /* String to architecture conversion.  */
   bfd_arch_default_fill,       /* Default fill.  */
-  NULL                         /* Next in list.  */
+  NULL,                                /* Next in list.  */
+  0 /* Maximum offset of a reloc from the start of an insn.  */
 };
This page took 0.02299 seconds and 4 git commands to generate.