summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2017-05-01 01:52:03 +0000
committeremaste <emaste@FreeBSD.org>2017-05-01 01:52:03 +0000
commitf0bd9b16be9a08f7efde72adaa5de8a67048dc72 (patch)
tree4039f487800151cdf340a56e107ed863f9f8a97b /lib
parente5748c4457aeca479eab2224c7567dc48fab0b6e (diff)
downloadFreeBSD-src-f0bd9b16be9a08f7efde72adaa5de8a67048dc72.zip
FreeBSD-src-f0bd9b16be9a08f7efde72adaa5de8a67048dc72.tar.gz
MFC r317075: Update ELF Tool Chain to upstream r3520
Highlights of changes between r3490 and r3520: - Improve C++ demangling - Improve compatibility with Binutils tools wrt. error messages - Handle additional types/sections/etc. in readelf and elfdump - addr2line, cxxfilt: use setvbuf to set line buffering for filter use Also MFC r317076, version bump. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'lib')
-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 3115e28..22a29ed 100644
--- a/lib/libelftc/elftc_version.c
+++ b/lib/libelftc/elftc_version.c
@@ -6,5 +6,5 @@
const char *
elftc_version(void)
{
- return "elftoolchain r3490M";
+ return "elftoolchain r3520M";
}
OpenPOWER on IntegriCloud