Date: Wed, 27 Apr 2005 13:15:33 +0800 From: Jiawei Ye <leafy7382@gmail.com> To: Peter Wemm <peter@freebsd.org> Cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/libexec/rtld-elf/i386 reloc.c Message-ID: <c21e92e205042622153ec59df2@mail.gmail.com> In-Reply-To: <200504262038.j3QKciVI039099@repoman.freebsd.org> References: <200504262038.j3QKciVI039099@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 4/27/05, Peter Wemm <peter@freebsd.org> wrote: > peter 2005-04-26 20:38:44 UTC >=20 > FreeBSD src repository >=20 > 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. >=20 > Revision Changes Path > 1.16 +2 -9 src/libexec/rtld-elf/i386/reloc.c This seem to break builworld: =3D=3D=3D> libexec/rtld-elf (all) cc -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 -Wall -DFREEBSD_ELF -DIN_RTLD -I/usr/src/libexec/rtld-elf/i386 -I/usr/src/libexec/rtld-elf -elf -fpic -DPIC -Wformat=3D2 -Wno-format-extra-args -Werror -c /usr/src/libexec/rtld-elf/i386/rtld_start.S cc -O2 -fno-strict-aliasing -pipe -march=3Dpentium4 -Wall -DFREEBSD_ELF -DIN_RTLD -I/usr/src/libexec/rtld-elf/i386 -I/usr/src/libexec/rtld-elf -elf -fpic -DPIC -Wformat=3D2 -Wno-format-extra-args -Werror -c /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 --=20 "Without the userland, the kernel is useless." --inspired by The Tao of Programming
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c21e92e205042622153ec59df2>