summaryrefslogtreecommitdiffstats
path: root/contrib/elftoolchain/strings/strings.c
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 /contrib/elftoolchain/strings/strings.c
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 'contrib/elftoolchain/strings/strings.c')
-rw-r--r--contrib/elftoolchain/strings/strings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/elftoolchain/strings/strings.c b/contrib/elftoolchain/strings/strings.c
index a936b6b..fbc8001 100644
--- a/contrib/elftoolchain/strings/strings.c
+++ b/contrib/elftoolchain/strings/strings.c
@@ -46,7 +46,7 @@
#include "_elftc.h"
-ELFTC_VCSID("$Id: strings.c 3446 2016-05-03 01:31:17Z emaste $");
+ELFTC_VCSID("$Id: strings.c 3498 2016-10-26 19:25:13Z emaste $");
enum radix_style {
RADIX_DECIMAL,
OpenPOWER on IntegriCloud