]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MF11 r320685: Update to ELF Tool Chain snapshot at r3561
authoremaste <emaste@FreeBSD.org>
Thu, 6 Jul 2017 18:30:52 +0000 (18:30 +0000)
committeremaste <emaste@FreeBSD.org>
Thu, 6 Jul 2017 18:30:52 +0000 (18:30 +0000)
commit26b466cddb56ff375b07488c2b9248a090f1530a
tree6c97a19275f9b0dd5a6c55ffdf4b2d470ec20e9e
parentcbe5474a24a8fe027453201cf4eb7ca9473b01e3
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
contrib/elftoolchain/elfdump/elfdump.c
contrib/elftoolchain/libelftc/_libelftc.h
contrib/elftoolchain/libelftc/libelftc_dem_gnu3.c
contrib/elftoolchain/libelftc/libelftc_vstr.c
lib/libelftc/elftc_version.c