Date: Wed, 27 Apr 2005 10:46:38 +0100 From: Richard Tector <richardtector@thekeelecentre.com> To: Doug Barton <dougb@FreeBSD.org> Cc: Peter Wemm <peter@freebsd.org> Subject: Re: cvs commit: src/libexec/rtld-elf/i386 reloc.c Message-ID: <20050427104638.7mdcmx6gn4488owg@webmail.thekeelecentre.com> In-Reply-To: <426F2065.4030703@FreeBSD.org> References: <200504262038.j3QKciVI039099@repoman.freebsd.org> <426F2065.4030703@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Quoting Doug Barton <dougb@FreeBSD.org>: > Jiawei Ye wrote: >> On 4/27/05, Peter Wemm <peter@freebsd.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050427104638.7mdcmx6gn4488owg>