From owner-cvs-src@FreeBSD.ORG Wed Apr 27 09:46:41 2005 Return-Path: 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 1080416A4CE; Wed, 27 Apr 2005 09:46:41 +0000 (GMT) Received: from mx0.thekeelecentre.com (mx0.thekeelecentre.com [217.206.238.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id A581F43D55; Wed, 27 Apr 2005 09:46:40 +0000 (GMT) (envelope-from richardtector@thekeelecentre.com) Received: from av.mx0.thekeelecentre.com (av.mx0.thekeelecentre.com [217.206.238.166]) by mx0.thekeelecentre.com (Postfix) with ESMTP id 98F084094; Wed, 27 Apr 2005 10:46:39 +0100 (BST) Received: from mx0.thekeelecentre.com ([217.206.238.167]) [217.206.238.166]) (amavisd-new, port 10024) with ESMTP id 73450-04; Wed, 27 Apr 2005 10:46:39 +0100 (BST) Received: from webmail.thekeelecentre.com (webmail.thekeelecentre.com [217.206.238.169]) by mx0.thekeelecentre.com (Postfix) with ESMTP id 19CAB408E; Wed, 27 Apr 2005 10:46:38 +0100 (BST) Received: from gateway.home.tector.org.uk (gateway.home.tector.org.uk with; Wed, 27 Apr 2005 10:46:38 +0100 Message-ID: <20050427104638.7mdcmx6gn4488owg@webmail.thekeelecentre.com> Date: Wed, 27 Apr 2005 10:46:38 +0100 From: Richard Tector To: Doug Barton References: <200504262038.j3QKciVI039099@repoman.freebsd.org> <426F2065.4030703@FreeBSD.org> In-Reply-To: <426F2065.4030703@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) / FreeBSD-5.4 X-Virus-Scanned: by amavisd-new at mx0.thekeelecentre.com cc: cvs-src@freebsd.org cc: alsrc-committers@freebsd.org cc: Jiawei Ye cc: Peter Wemm Subject: Re: cvs commit: src/libexec/rtld-elf/i386 reloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2005 09:46:41 -0000 Quoting Doug Barton : > Jiawei Ye wrote: >> On 4/27/05, Peter Wemm wrote: >> >>> peter 2005-04-26 20:38:44 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> libexec/rtld-elf/i386 reloc.c >>> Log: >>> Stop calling _amd64_set_gsbase() for COMPAT_32BIT. The amd64 kernel >>> implements i386_set_gsbase(), so there is no need for the variation. >>> >>> Revision Changes Path >>> 1.16 +2 -9 src/libexec/rtld-elf/i386/reloc.c >> >> This seem to break builworld: >> >> /usr/src/libexec/rtld-elf/i386/reloc.c >> /usr/src/libexec/rtld-elf/i386/reloc.c: In function `allocate_initial_tls': >> /usr/src/libexec/rtld-elf/i386/reloc.c:339: warning: implicit >> declaration of function `alloca_tls' >> /usr/src/libexec/rtld-elf/i386/reloc.c:339: warning: assignment makes >> pointer from integer without a cast >> *** Error code 1 > On line 339, chaning alloca_tls to allocate_tls fixed the build for me last night. Regards, Richard Tector