gdb/testsuite:
[deliverable/binutils-gdb.git] / gdb / xcoffread.c
index 1a1b5decee1c8d9a13f142054aa7b90bd75df7ae..d46944517660d255aa3bed241c24d16ffd345e63 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 */
@@ -3136,6 +3137,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.024017 seconds and 4 git commands to generate.