看板 DFBSD_commit 關於我們 聯絡資訊
davidxu 2005/03/08 04:30:32 PST DragonFly src repository Modified files: sys/kern imgact_elf.c Log: Merge from FreeBSD: Make sure that AT_PHDR has a useful value even for static programs. This header will be accessed via environ variable in libc, as crt0 stores the address into the variable. We use this header to phase TLS info in libc for static programs. Revision Changes Path 1.26 +11 -0 src/sys/kern/imgact_elf.c http://www.dragonflybsd.org/cvsweb/src/sys/kern/imgact_elf.c.diff?r1=1.25&r2=1.26&f=u