cvs commit: src/sys/kern imgact_elf.c
David Xu
davidxu at crater.dragonflybsd.org
Tue Mar 8 04:32:47 PST 2005
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
More information about the Commits
mailing list