*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / xcoffread.c
index 1a1b5decee1c8d9a13f142054aa7b90bd75df7ae..af93a4345b67f13584f3a14a7a63fe8a2a2e72f9 100644 (file)
@@ -162,6 +162,7 @@ static const struct dwarf2_debug_sections dwarf2_xcoff_names = {
   { ".dwstr", NULL },
   { ".dwrnges", NULL },
   { NULL, NULL }, /* debug_types */
+  { NULL, NULL }, /* debug_addr */
   { ".dwframe", NULL },
   { NULL, NULL }, /* eh_frame */
   { NULL, NULL }, /* gdb_index */
@@ -911,7 +912,6 @@ record_minimal_symbol (const char *name, CORE_ADDR address,
                       int n_scnum,
                       struct objfile *objfile)
 {
-  struct find_targ_sec_arg args;
   int secnum;
   asection *bfd_sect;
 
@@ -3136,6 +3136,7 @@ static const struct sym_fns xcoff_sym_fns =
   default_symfile_segments,    /* Get segment information from a file.  */
   aix_process_linenos,
   default_symfile_relocate,    /* Relocate a debug section.  */
+  NULL,                                /* sym_probe_fns */
   &psym_functions
 };
 
This page took 0.028812 seconds and 4 git commands to generate.