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

Marcel Moolenaar marcel at FreeBSD.org
Sun Jul 15 22:52:15 UTC 2007


marcel      2007-07-15 22:52:15 UTC

  FreeBSD src repository

  Modified files:
    libexec/rtld-elf/powerpc reloc.c 
  Log:
  Unbreak the dynamic linker by not creating a cache for rtld-elf
  itself. It needs mmap(2), which now needs getosreldate(3) and
  which in turn uses a global variable to cache the result. This
  cannot be done before linking is done.
  
  See also: ../sparc64/reloc.c:1.15
  Approved by: re (kensmith)
  
  Revision  Changes    Path
  1.8       +6 -2      src/libexec/rtld-elf/powerpc/reloc.c


More information about the cvs-src mailing list