Bug 170025 - [libsupc++] [patch] Typo in libsupc++ Version.map
Summary: [libsupc++] [patch] Typo in libsupc++ Version.map
Status: Closed DUPLICATE of bug 169901
Alias: None
Product: Base System
Classification: Unclassified
Component: gnu (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-20 16:50 UTC by henning.petersen
Modified: 2016-06-08 00:23 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (338 bytes, patch)
2012-07-20 16:50 UTC, henning.petersen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description henning.petersen 2012-07-20 16:50:05 UTC
Typo in libsupc++ Version.map.

Fix: diff -u -p -r1.4 Version.map
--- gnu/lib/libsupc++/Version.map	11 Jun 2012 15:40:57 -0000	1.4
+++ gnu/lib/libsupc++/Version.map	16 Jul 2012 13:40:14 -0000
@@ -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;


Patch attached with submission follows:
Comment 1 Pedro F. Giffuni freebsd_committer freebsd_triage 2016-06-08 00:23:18 UTC

*** This bug has been marked as a duplicate of bug 169901 ***