summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-06-11 03:58:59 +0000
committerpfg <pfg@FreeBSD.org>2016-06-11 03:58:59 +0000
commit2c7ed6001525c898672c7037aa94e033b57a81ae (patch)
treebccdb258dd2575769e1c88a833c2589de60b6d3c /gnu
parent836f6cf130b3c379c1146adf201487fe83ac1622 (diff)
downloadFreeBSD-src-2c7ed6001525c898672c7037aa94e033b57a81ae.zip
FreeBSD-src-2c7ed6001525c898672c7037aa94e033b57a81ae.tar.gz
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libsupc++/Version.map2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libsupc++/Version.map b/gnu/lib/libsupc++/Version.map
index 26fc124..31e6cc6 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;
OpenPOWER on IntegriCloud