diff options
author | Tom Tromey <tromey@redhat.com> | 2011-07-27 14:45:37 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2011-07-27 14:45:37 +0000 |
commit | 24d3216fd914347928f66a31c5b3be7c98e90be8 (patch) | |
tree | 13fa18ab74e50457dbe6474cfd28bac94599518a /gdb/dwarf2read.c | |
parent | 088b3cd0cecf4795b1b58224c03bcffeebe2dc73 (diff) | |
download | gdb-24d3216fd914347928f66a31c5b3be7c98e90be8.zip gdb-24d3216fd914347928f66a31c5b3be7c98e90be8.tar.gz gdb-24d3216fd914347928f66a31c5b3be7c98e90be8.tar.bz2 |
* 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/dwarf2read.c')
-rw-r--r-- | gdb/dwarf2read.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c index 505f576..c009aac 100644 --- a/gdb/dwarf2read.c +++ b/gdb/dwarf2read.c @@ -271,7 +271,8 @@ static const struct dwarf2_debug_sections dwarf2_elf_names = { { ".debug_types", ".zdebug_types" }, { ".debug_frame", ".zdebug_frame" }, { ".eh_frame", NULL }, - { ".gdb_index", ".zgdb_index" } + { ".gdb_index", ".zgdb_index" }, + 23 }; /* local data types */ |