kib 2006-07-05 12:43:13 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
lib/libc/i386/gen_ctx_start.S
Log:
MFC rev. 1.4.
Replace absolute addressing in the call instructions with position-independend
calls. This eliminates TEXTREL from libc, makin
kib 2006-06-05 14:59:33 UTC
FreeBSD src repository
Modified files:
lib/libc/i386/gen_ctx_start.S
Log:
Replace absolute addressing in the call instructions with position-independend
calls. This eliminates TEXTREL from libc, making its text segment relocatable.
PR: