cvs commit: src/libexec/rtld-elf/i386 reloc.c

Jiawei Ye leafy7382 at gmail.com
Tue Apr 26 22:15:35 PDT 2005


On 4/27/05, Peter Wemm <peter at 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:

===> libexec/rtld-elf (all)
cc -O2 -fno-strict-aliasing -pipe -march=pentium4 -Wall -DFREEBSD_ELF
-DIN_RTLD -I/usr/src/libexec/rtld-elf/i386 -I/usr/src/libexec/rtld-elf
-elf -fpic -DPIC -Wformat=2 -Wno-format-extra-args -Werror -c
/usr/src/libexec/rtld-elf/i386/rtld_start.S
cc -O2 -fno-strict-aliasing -pipe -march=pentium4 -Wall -DFREEBSD_ELF
-DIN_RTLD -I/usr/src/libexec/rtld-elf/i386 -I/usr/src/libexec/rtld-elf
-elf -fpic -DPIC -Wformat=2 -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


-- 
"Without the userland, the kernel is useless."
               --inspired by The Tao of Programming


More information about the cvs-src mailing list