From owner-cvs-src@FreeBSD.ORG Wed Apr 12 13:01:24 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CED216A400; Wed, 12 Apr 2006 13:01:24 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id E13A843D45; Wed, 12 Apr 2006 13:01:23 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.ntplx.net (8.13.6/8.13.6/NETPLEX) with ESMTP id k3CD19CW022966; Wed, 12 Apr 2006 09:01:10 -0400 (EDT) Date: Wed, 12 Apr 2006 09:01:09 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Marius Strobl In-Reply-To: <20060412085603.K25742@newtrinity.zeist.de> Message-ID: References: <200604111943.k3BJha5Q009375@repoman.freebsd.org> <20060412085603.K25742@newtrinity.zeist.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc/sparc64 Symbol.map X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Apr 2006 13:01:24 -0000 On Wed, 12 Apr 2006, Marius Strobl wrote: > On Tue, Apr 11, 2006 at 05:24:34PM -0400, Daniel Eischen wrote: >> On Tue, 11 Apr 2006, Marius Strobl wrote: >> >>> marius 2006-04-11 19:43:36 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> lib/libc/sparc64 Symbol.map >>> Log: >>> - Move _Qp_* and __dtoul from FBSDprivate to the list of FBSD_1.0 symbols >>> as well as add __sparc_utrap_install to FBSD_1.0; these are required by >>> the SCD libc 64 psABI and thus meant to be officially exported symbols. >> >> FYI, there are no public _Qp_* symbols in Solaris' libc. There are >> public _Q_* symbols, however. I'm not sure what the SCD libc 64 psABI >> is... >> > > I guess you looked at the 32bit libc; in the 64bit libc there are. Ahh, we run 64-bit but I forgot that Solaris doesn't keep its 64-bit libraries in /usr/lib. When I was coming up with the original sparc64 symbol map and wasn't sure about some of those symbols, I mistakenly looked in the 32-bit Solaris libc for some guidance. -- DE