Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Mar 2006 06:09:25 +0000 (UTC)
From:      David Xu <davidxu@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <200603280609.k2S69PCU093195@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603280609.k2S69PCU093195>