From f2c1c738da55f30dc90d87776c639c20912f3012 Mon Sep 17 00:00:00 2001 From: pfg Date: Sat, 11 Jun 2016 03:58:59 +0000 Subject: [PATCH] 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 git-svn-id: svn://svn.freebsd.org/base/stable/10@301822 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- gnu/lib/libsupc++/Version.map | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/lib/libsupc++/Version.map b/gnu/lib/libsupc++/Version.map index 26fc124d3..31e6cc61f 100644 --- a/gnu/lib/libsupc++/Version.map +++ b/gnu/lib/libsupc++/Version.map @@ -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; -- 2.45.0