Author: pfg
Date: Wed Jun 8 00:29:48 2016
New Revision: 301570
URL: https://svnweb.freebsd.org/changeset/base/301570
Log:
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
MFC after: 3 days
Modified:
head/gnu/lib/libsupc++/Version.map
Modified: head/gnu/lib/libsupc++/Version.map
==============================================================================
--- head/gnu/lib/libsupc++/Version.map Tue Jun 7 21:40:42 2016
(r301569)
+++ head/gnu/lib/libsupc++/Version.map Wed Jun 8 00:29:48 2016
(r301570)
@@ -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;
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"