cvs commit: src/lib/libc/i386/gen _ctx_start.S

2006-07-05 Thread Konstantin Belousov
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

cvs commit: src/lib/libc/i386/gen _ctx_start.S

2006-06-05 Thread Konstantin Belousov
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: