From owner-svn-src-all@FreeBSD.ORG Tue Feb 4 19:13:28 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F1E93C10 for ; Tue, 4 Feb 2014 19:13:28 +0000 (UTC) Received: from mo6-p00-ob.smtp.rzone.de (mo6-p00-ob.smtp.rzone.de [IPv6:2a01:238:20a:202:5300::8]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 82F7C1FD7 for ; Tue, 4 Feb 2014 19:13:28 +0000 (UTC) X-RZG-AUTH: :JiIXek6mfvEEUpFQdo7Fj1/zg48CFjWjQv0cW+St/nW/auYssS93lq9DChTU X-RZG-CLASS-ID: mo00 Received: from britannica.bec.de (ip-2-202-1-119.web.vodafone.de [2.202.1.119]) by smtp.strato.de (RZmta 32.23 DYNA|AUTH) with ESMTPSA id i03e34q14JDFoi2 (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) for ; Tue, 4 Feb 2014 20:13:15 +0100 (CET) Received: by britannica.bec.de (sSMTP sendmail emulation); Tue, 04 Feb 2014 20:13:14 +0100 Date: Tue, 4 Feb 2014 20:13:14 +0100 From: Joerg Sonnenberger To: svn-src-all@freebsd.org Subject: Re: svn commit: r261283 - in head: contrib/libc++ contrib/libc++/include contrib/libc++/include/experimental contrib/libc++/include/ext contrib/libc++/src etc/mtree lib/libc++ sys/sys tools/build/mk Message-ID: <20140204191314.GA10910@britannica.bec.de> References: <201401300744.s0U7iNLt016044@svn.freebsd.org> <20140203123235.GA1540@mole.fafoe.narf.at> <20140203133254.243db1cd@kan.dyndns.org> <73ED697C-09CC-49D6-8EBD-0F0E20232729@FreeBSD.org> <20140203170031.2166661c@kan.dyndns.org> <8A874F96-67A8-41B9-AC99-22D2ED3A5A1C@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2014 19:13:29 -0000 On Tue, Feb 04, 2014 at 12:07:29PM -0700, Warner Losh wrote: > > On Feb 4, 2014, at 1:41 AM, David Chisnall wrote: > > It sounds like you're just looking at the output from nm, without bothering to check how the symbols are used. > > With all due respect, if it is in nm output, it is part of the ABI, > intended or not. With all due respect, a lot of people disagree with that. Now, whether or not those symbol should have been hidden is a separate issue. Joerg