From owner-cvs-all@FreeBSD.ORG Fri Jun 18 21:23:08 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 847F816A4CF; Fri, 18 Jun 2004 21:23:08 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F6F743D45; Fri, 18 Jun 2004 21:23:08 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.10) with ESMTP id i5ILMmwf030990; Fri, 18 Jun 2004 14:22:48 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i5ILMmSH030989; Fri, 18 Jun 2004 14:22:48 -0700 (PDT) (envelope-from obrien) Date: Fri, 18 Jun 2004 14:22:48 -0700 From: "David O'Brien" To: Thomas Moestl Message-ID: <20040618212248.GA27009@dragon.nuxi.com> References: <200406180201.i5I21cTL071613@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200406180201.i5I21cTL071613@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/libexec/rtld-elf rtld.c src/libexec/rtld-elf/sparc64 rtld_machdep.h rtld_start.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jun 2004 21:23:08 -0000 On Fri, Jun 18, 2004 at 02:01:38AM +0000, Thomas Moestl wrote: > FreeBSD src repository > > Modified files: > libexec/rtld-elf rtld.c > libexec/rtld-elf/sparc64 rtld_machdep.h rtld_start.S > Log: > Fix the problem that surfaced with the new binutils import on sparc64 > (and that is for now being worked around by a binutils patch). THIS IS GREAT!!