summaryrefslogtreecommitdiffstats
path: root/lib/libelftc
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2014-12-29 19:16:40 +0000
committeremaste <emaste@FreeBSD.org>2014-12-29 19:16:40 +0000
commitac70b524c609ef66e4327559c42d771b26250ec6 (patch)
tree39384bc31a2520bce88895fd31d2a33ecb940fb4 /lib/libelftc
parent26a3ad9386bf869d784d11528eaaf1ef7924fe73 (diff)
parent46be049bf4ca89859159bdcdffee1da04d3ae080 (diff)
downloadFreeBSD-src-ac70b524c609ef66e4327559c42d771b26250ec6.zip
FreeBSD-src-ac70b524c609ef66e4327559c42d771b26250ec6.tar.gz
Update elftoolchain to upstream rev 3130
This includes a number of libdwarf improvements (particularly DWARF4 related) and updates to elftoolchain tools such as strip(1). It also includes a large number of miscellaneous fixes (memory leaks, sign and cast warnings, integer overflow and underflow, etc.). This is a merge of r276167,276170-276172 from the projects/elftoolchain-update-r3130 branch. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'lib/libelftc')
-rw-r--r--lib/libelftc/elftc_version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libelftc/elftc_version.c b/lib/libelftc/elftc_version.c
index f04781f..9f278e6 100644
--- a/lib/libelftc/elftc_version.c
+++ b/lib/libelftc/elftc_version.c
@@ -6,5 +6,5 @@
const char *
elftc_version(void)
{
- return "libelftc r2974";
+ return "libelftc r3130";
}
OpenPOWER on IntegriCloud