svn commit: r301823 - stable/9/gnu/lib/libsupc++
Pedro F. Giffuni
pfg at FreeBSD.org
Sat Jun 11 03:59:46 UTC 2016
Author: pfg
Date: Sat Jun 11 03:59:44 2016
New Revision: 301823
URL: https://svnweb.freebsd.org/changeset/base/301823
Log:
MFC r301570:
libsupc++: Fix typo in symbol map.
This went mostly unnoticed with the deprecation of the GNU toolchain
in tier 1 platforms. Fix it now for the rest.
PR: 169901
Modified:
stable/9/gnu/lib/libsupc++/Version.map
Directory Properties:
stable/9/gnu/lib/libsupc++/ (props changed)
Modified: stable/9/gnu/lib/libsupc++/Version.map
==============================================================================
--- stable/9/gnu/lib/libsupc++/Version.map Sat Jun 11 03:58:59 2016 (r301822)
+++ stable/9/gnu/lib/libsupc++/Version.map Sat Jun 11 03:59:44 2016 (r301823)
@@ -132,7 +132,7 @@ CXXABI_1.3 {
GLIBCXX_3.4 {
# operator new and new[]
- _Znai[jm];
+ _Zna[jm];
_Zna[jm]RKSt9nothrow_t;
_Znw[jm];
_Znw[jm]RKSt9nothrow_t;
More information about the svn-src-stable-9
mailing list