diff options
Diffstat (limited to 'gdb/dwarf2/macro.h')
-rw-r--r-- | gdb/dwarf2/macro.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/dwarf2/macro.h b/gdb/dwarf2/macro.h index d874068..0a7ac55 100644 --- a/gdb/dwarf2/macro.h +++ b/gdb/dwarf2/macro.h @@ -28,6 +28,9 @@ extern void dwarf_decode_macros (dwarf2_per_objfile *per_objfile, const struct line_header *lh, unsigned int offset_size, unsigned int offset, + dwarf2_section_info *str_section, + dwarf2_section_info *str_offsets_section, + ULONGEST str_offsets_base, int section_is_gnu); #endif /* GDB_DWARF2_MACRO_H */ |