summaryrefslogtreecommitdiffstats
path: root/contrib/elftoolchain/libdwarf
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2015-10-09 17:46:05 +0000
committeremaste <emaste@FreeBSD.org>2015-10-09 17:46:05 +0000
commitac41e8b0a6a86647d95d96654473088399a00a56 (patch)
tree3bd6905dc0a31e28ae318cfa49b4c6a5691f0ff5 /contrib/elftoolchain/libdwarf
parenta74309d279605965878b1d80d3466c661c64e2a8 (diff)
downloadFreeBSD-src-ac41e8b0a6a86647d95d96654473088399a00a56.zip
FreeBSD-src-ac41e8b0a6a86647d95d96654473088399a00a56.tar.gz
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
Diffstat (limited to 'contrib/elftoolchain/libdwarf')
-rw-r--r--contrib/elftoolchain/libdwarf/dwarf_sections.c2
1 files changed, 1 insertions, 1 deletions
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 { \
OpenPOWER on IntegriCloud