From 311219368ae8a18c86f8dca5e4d8dfb5f56b02b2 Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Wed, 8 Jun 2016 00:29:48 +0000 Subject: [PATCH] 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 --- 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 26fc124d3eab..31e6cc61f6ef 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;