cvs commit: src/lib/libc/i386/gen _set_tp.c src/lib/libpthread/arch/i386/i386 pthread_md.c src/lib/libpthread/arch/i386/include pthread_md.h src/libexec/rtld-elf/i386 reloc.c

Peter Wemm peter at FreeBSD.org
Wed Jun 29 23:15:36 GMT 2005


peter       2005-06-29 23:15:36 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/i386/gen    _set_tp.c 
    lib/libpthread/arch/i386/i386 pthread_md.c 
    lib/libpthread/arch/i386/include pthread_md.h 
    libexec/rtld-elf/i386 reloc.c 
  Log:
  Clean out the leftovers from the i386_set_gsbase() TLS conversion.
  
  Like on libthr, there is an i386_set_gsbase() stub implementation here
  to avoid libc.so.5 issues.  This should likely be a weak symbol and I
  expect this will be fixed soon.
  
  Approved by:    re
  
  Revision  Changes    Path
  1.6       +1 -18     src/lib/libc/i386/gen/_set_tp.c
  1.7       +7 -39     src/lib/libpthread/arch/i386/i386/pthread_md.c
  1.16      +1 -12     src/lib/libpthread/arch/i386/include/pthread_md.h
  1.18      +1 -17     src/libexec/rtld-elf/i386/reloc.c


More information about the cvs-src mailing list