diff options
| author | John Polstra <jdp@FreeBSD.org> | 1997-01-11 23:59:34 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 1997-01-11 23:59:34 +0000 |
| commit | 65eabc34243643afc09828ecfff13b4fc925338c (patch) | |
| tree | 54d6e5662141eb2cb7b99c5a4cd2fb035d87559b | |
| parent | 8b3cccfc043adb40ce466aef00ebf74d8dada064 (diff) | |
Notes
| -rw-r--r-- | lib/csu/i386/crt0.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/csu/i386/crt0.c b/lib/csu/i386/crt0.c index 6ff4f0b242a4..20123ecb80e9 100644 --- a/lib/csu/i386/crt0.c +++ b/lib/csu/i386/crt0.c @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: crt0.c,v 1.25 1996/10/06 03:19:26 steve Exp $ + * $Id: crt0.c,v 1.26 1996/12/28 17:10:52 peter Exp $ */ #include <sys/param.h> @@ -250,6 +250,7 @@ __do_dynamic_link () crt.crt_ep = environ; crt.crt_bp = (caddr_t)_callmain; crt.crt_prog = __progname; + crt.crt_ldso = ldso; crt.crt_ldentry = NULL; entry = (int (*)())(crt.crt_ba + sizeof hdr); |
