diff options
Diffstat (limited to 'binutils/dwarf.h')
-rw-r--r-- | binutils/dwarf.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/dwarf.h b/binutils/dwarf.h index 68e93f1..1cd4201 100644 --- a/binutils/dwarf.h +++ b/binutils/dwarf.h @@ -108,6 +108,8 @@ typedef struct } DWARF2_Internal_ARange; +/* N.B. The order here must match the order in debug_displays. */ + enum dwarf_section_display_enum { abbrev = 0, @@ -116,12 +118,14 @@ enum dwarf_section_display_enum info, line, pubnames, + gnu_pubnames, eh_frame, macinfo, macro, str, loc, pubtypes, + gnu_pubtypes, ranges, static_func, static_vars, |