From ac41e8b0a6a86647d95d96654473088399a00a56 Mon Sep 17 00:00:00 2001 From: emaste Date: Fri, 9 Oct 2015 17:46:05 +0000 Subject: Update to ELF Tool Chain r3250 Highlights (not already in the FreeBSD tree): - addr2line: Fixed multiple memory leaks related to DIE allocation - readelf: improve sh_link validation - various man page improvements Sponsored by: The FreeBSD Foundation --- contrib/elftoolchain/libdwarf/dwarf_sections.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/elftoolchain/libdwarf') diff --git a/contrib/elftoolchain/libdwarf/dwarf_sections.c b/contrib/elftoolchain/libdwarf/dwarf_sections.c index 172573b..dc676a3 100644 --- a/contrib/elftoolchain/libdwarf/dwarf_sections.c +++ b/contrib/elftoolchain/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 { \ -- cgit v1.1