Add support for non-contiguous memory regions
[deliverable/binutils-gdb.git] / bfd / ecoff.c
index 84eab99398339fa31aae67b68753ce184a212627..ce8eb89a57a0c4bd4d05599e0dc649e81f6daa30 100644 (file)
@@ -78,8 +78,10 @@ static asection bfd_debug_section =
      NULL,
   /* symbol_ptr_ptr,                                              */
      NULL,
-  /* map_head, map_tail                                                   */
-     { NULL }, { NULL }
+  /* map_head, map_tail,                                          */
+     { NULL }, { NULL },
+  /* already_assigned                                             */
+     NULL,
 };
 
 /* Create an ECOFF object.  */
This page took 0.028919 seconds and 4 git commands to generate.