summaryrefslogtreecommitdiffstats
path: root/gdb/xcoffread.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2011-07-27 14:45:37 +0000
committerTom Tromey <tromey@redhat.com>2011-07-27 14:45:37 +0000
commit24d3216fd914347928f66a31c5b3be7c98e90be8 (patch)
tree13fa18ab74e50457dbe6474cfd28bac94599518a /gdb/xcoffread.c
parent088b3cd0cecf4795b1b58224c03bcffeebe2dc73 (diff)
downloadppe42-binutils-24d3216fd914347928f66a31c5b3be7c98e90be8.tar.gz
ppe42-binutils-24d3216fd914347928f66a31c5b3be7c98e90be8.zip
* xcoffread.c (dwarf2_xcoff_names): Add 'macro' and 'sentinel'
entries. * symfile.h (struct dwarf2_debug_sections) <sentinel>: New field. * dwarf2read.c (dwarf2_elf_names): Add sentinel entry.
Diffstat (limited to 'gdb/xcoffread.c')
-rw-r--r--gdb/xcoffread.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/xcoffread.c b/gdb/xcoffread.c
index 0c4cbd1520..d7760ee25e 100644
--- a/gdb/xcoffread.c
+++ b/gdb/xcoffread.c
@@ -160,12 +160,14 @@ static const struct dwarf2_debug_sections dwarf2_xcoff_names = {
{ ".dwline", NULL },
{ ".dwloc", NULL },
{ NULL, NULL }, /* debug_macinfo */
+ { NULL, NULL }, /* debug_macro */
{ ".dwstr", NULL },
{ ".dwrnges", NULL },
{ NULL, NULL }, /* debug_types */
{ ".dwframe", NULL },
{ NULL, NULL }, /* eh_frame */
- { NULL, NULL } /* gdb_index */
+ { NULL, NULL }, /* gdb_index */
+ 23
};
static void
OpenPOWER on IntegriCloud