summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-06-08 00:29:48 +0000
committerpfg <pfg@FreeBSD.org>2016-06-08 00:29:48 +0000
commitdcc3c0ceddd14b76e14d128d2a2a37d656393f4e (patch)
tree9a44616f4be3d359846b928eefcc75e8152d0ba6 /gnu
parent9751db15963eff495461584a851dbd63c427b045 (diff)
downloadFreeBSD-src-dcc3c0ceddd14b76e14d128d2a2a37d656393f4e.zip
FreeBSD-src-dcc3c0ceddd14b76e14d128d2a2a37d656393f4e.tar.gz
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
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