Date: Fri, 20 Jul 2012 15:41:40 GMT From: henning petersen <henning.petersen@t-online.de> To: freebsd-gnats-submit@FreeBSD.org Subject: gnu/170025: Typo in libsupc++ Version.map Message-ID: <201207201541.q6KFfewJ014570@red.freebsd.org> Resent-Message-ID: <201207201550.q6KFo554081173@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207201541.q6KFfewJ014570>
