From f0bd9b16be9a08f7efde72adaa5de8a67048dc72 Mon Sep 17 00:00:00 2001 From: emaste Date: Mon, 1 May 2017 01:52:03 +0000 Subject: 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 --- lib/libelftc/elftc_version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libelftc') 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"; } -- cgit v1.1