Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jun 2016 03:58:59 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r301822 - stable/10/gnu/lib/libsupc++
Message-ID:  <201606110358.u5B3wxtF041257@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pfg
Date: Sat Jun 11 03:58:59 2016
New Revision: 301822
URL: https://svnweb.freebsd.org/changeset/base/301822

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

Modified:
  stable/10/gnu/lib/libsupc++/Version.map
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/gnu/lib/libsupc++/Version.map
==============================================================================
--- stable/10/gnu/lib/libsupc++/Version.map	Sat Jun 11 01:44:27 2016	(r301821)
+++ stable/10/gnu/lib/libsupc++/Version.map	Sat Jun 11 03:58:59 2016	(r301822)
@@ -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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606110358.u5B3wxtF041257>