summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2017-07-06 18:30:52 +0000
committeremaste <emaste@FreeBSD.org>2017-07-06 18:30:52 +0000
commit26b466cddb56ff375b07488c2b9248a090f1530a (patch)
tree6c97a19275f9b0dd5a6c55ffdf4b2d470ec20e9e /lib
parentcbe5474a24a8fe027453201cf4eb7ca9473b01e3 (diff)
downloadFreeBSD-src-26b466cddb56ff375b07488c2b9248a090f1530a.zip
FreeBSD-src-26b466cddb56ff375b07488c2b9248a090f1530a.tar.gz
MF11 r320685: Update to ELF Tool Chain snapshot at r3561
This update is primarily bug fixes in C++ symbol demangling, including: - rvalue reference - builtin type auto and decltype(auto) - revamped support for function return types - formatting fixes - omit void when its the only param - ref-qualifiers and others in function types - type qualifiers in pointer-to-member function types - incorrect handling regarding CV-qualifiers in function types - ref-qualifier found in nested-name - properly handle <name> ::= <substitute><template-args> - make sure that nested function name is not a substitute candidate - correctly handle expression in template args - skip unknown substitution abbreviations Also r320663 libelftc: bump version, tracking import in r320343 Approved by: re (gjb) 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 22a29ed..3d0023d 100644
--- a/lib/libelftc/elftc_version.c
+++ b/lib/libelftc/elftc_version.c
@@ -6,5 +6,5 @@
const char *
elftc_version(void)
{
- return "elftoolchain r3520M";
+ return "elftoolchain r3561M";
}
OpenPOWER on IntegriCloud