summaryrefslogtreecommitdiffstats
path: root/contrib/elftoolchain/elfcopy
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/elfcopy
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/elfcopy')
-rw-r--r--contrib/elftoolchain/elfcopy/sections.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/elftoolchain/elfcopy/sections.c b/contrib/elftoolchain/elfcopy/sections.c
index a6fd25d..02516ef 100644
--- a/contrib/elftoolchain/elfcopy/sections.c
+++ b/contrib/elftoolchain/elfcopy/sections.c
@@ -34,7 +34,7 @@
#include "elfcopy.h"
-ELFTC_VCSID("$Id: sections.c 3220 2015-05-24 23:42:39Z kaiwang27 $");
+ELFTC_VCSID("$Id: sections.c 3225 2015-06-06 02:35:23Z kaiwang27 $");
static void add_gnu_debuglink(struct elfcopy *ecp);
static uint32_t calc_crc32(const char *p, size_t len, uint32_t crc);
OpenPOWER on IntegriCloud