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

David Xu davidxu at FreeBSD.org
Tue Mar 28 06:09:25 UTC 2006


davidxu     2006-03-28 06:09:25 UTC

  FreeBSD src repository

  Modified files:
    libexec/rtld-elf     rtld.c 
    libexec/rtld-elf/amd64 reloc.c 
    libexec/rtld-elf/i386 reloc.c 
    libexec/rtld-elf/sparc64 reloc.c 
  Log:
  Allocate space for thread pointer, this allows thread library to access
  its pointer from begin, and simplifies _get_curthread() in libthr.
  
  Revision  Changes    Path
  1.18      +1 -1      src/libexec/rtld-elf/amd64/reloc.c
  1.20      +1 -1      src/libexec/rtld-elf/i386/reloc.c
  1.113     +1 -1      src/libexec/rtld-elf/rtld.c
  1.13      +1 -1      src/libexec/rtld-elf/sparc64/reloc.c


More information about the cvs-src mailing list