Merge from FreeBSD:
authorDavid Xu <davidxu@dragonflybsd.org>
Tue, 8 Mar 2005 12:30:32 +0000 (12:30 +0000)
committerDavid Xu <davidxu@dragonflybsd.org>
Tue, 8 Mar 2005 12:30:32 +0000 (12:30 +0000)
commit22cc99716957bd7e3f70109deed2d322460ef231
tree13a4bcbe48ff1c98dd9f01839f618b64e5a08555
parent6d48f71c48a9fb12798cf10ebef8772c038e3e81
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.
sys/kern/imgact_elf.c