jb 2007-11-19 08:58:11 UTC
FreeBSD src repository
Modified files:
libexec/rtld-elf/powerpc reloc.c
Log:
Include an extra header to get a function prototype.
Revision ChangesPath
1.9 +1 -0 src/libexec/rtld-elf/powerpc/reloc.c
___
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 c
marcel 2006-09-02 00:59:35 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
libexec/rtld-elf/powerpc reloc.c
Log:
MFC TLS fixes.
Revision ChangesPath
1.5.2.1 +2 -2 src/libexec/rtld-elf/powerpc/reloc.c
___
marcel 2006-09-01 06:08:50 UTC
FreeBSD src repository
Modified files:
libexec/rtld-elf/powerpc reloc.c
Log:
o Fix the static TLS relocation. We were subtracting the size of
the TCB.
o Use NULL for null pointer argument.
o Replace magic 8 with TLS_TCB_SIZE.
Revis