gnu/170025: Typo in libsupc++ Version.map

henning petersen henning.petersen at t-online.de
Fri Jul 20 15:50:06 UTC 2012


>Number:         170025
>Category:       gnu
>Synopsis:       Typo in libsupc++ Version.map
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 20 15:50:05 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     henning petersen
>Release:        FreeBSD-current
>Organization:
>Environment:
>Description:
Typo in libsupc++ Version.map.
>How-To-Repeat:

>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:

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;


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list