From owner-cvs-src@FreeBSD.ORG Tue Apr 11 21:24:36 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 5DCE616A403; Tue, 11 Apr 2006 21:24:36 +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 8F3BC43D48; Tue, 11 Apr 2006 21:24:35 +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 k3BLOYKV025031; Tue, 11 Apr 2006 17:24:34 -0400 (EDT) Date: Tue, 11 Apr 2006 17:24:34 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Marius Strobl In-Reply-To: <200604111943.k3BJha5Q009375@repoman.freebsd.org> Message-ID: References: <200604111943.k3BJha5Q009375@repoman.freebsd.org> 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: Tue, 11 Apr 2006 21:24:36 -0000 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... -- DE