diff options
Diffstat (limited to 'libdwarf/dwarf_sections.c')
-rw-r--r-- | libdwarf/dwarf_sections.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libdwarf/dwarf_sections.c b/libdwarf/dwarf_sections.c index d3c1379378fe..dc676a383b86 100644 --- a/libdwarf/dwarf_sections.c +++ b/libdwarf/dwarf_sections.c @@ -26,7 +26,7 @@ #include "_libdwarf.h" -ELFTC_VCSID("$Id: dwarf_sections.c 3036 2014-05-05 19:19:31Z kaiwang27 $"); +ELFTC_VCSID("$Id: dwarf_sections.c 3226 2015-06-23 13:00:16Z emaste $"); #define SET(N, V) \ do { \ @@ -104,8 +104,8 @@ dwarf_get_section_max_offsets(Dwarf_Debug dbg, Dwarf_Unsigned *debug_info, Dwarf_Unsigned *debug_ranges, Dwarf_Unsigned *debug_pubtypes) { - return (dwarf_get_section_max_offsets(dbg, debug_info, debug_abbrev, + return (dwarf_get_section_max_offsets_b(dbg, debug_info, debug_abbrev, debug_line, debug_loc, debug_aranges, debug_macinfo, debug_pubnames, debug_str, debug_frame, debug_ranges, - debug_pubtypes)); + debug_pubtypes, NULL)); } |