mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-30 17:31:13 +08:00
* 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.
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user