From owner-cvs-lib Sat Jan 11 15:59:41 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA15843 for cvs-lib-outgoing; Sat, 11 Jan 1997 15:59:41 -0800 (PST) Received: (from jdp@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA15835; Sat, 11 Jan 1997 15:59:38 -0800 (PST) Date: Sat, 11 Jan 1997 15:59:38 -0800 (PST) From: John Polstra Message-Id: <199701112359.PAA15835@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/csu/i386 crt0.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 97/01/11 15:59:37 Modified: lib/csu/i386 crt0.c Log: Set the "crt_ldso" member of the crt-to-ld.so interface structure. This was apparently overlooked at the time the member was added. Its absence causes some error messages from the dynamic linker to begin with "(null):" instead of with the pathname of the dynamic linker as they should. I am also adding a work-around to the dynamic linker, to cope with legacy binaries that were built with older versions of crt0. Revision Changes Path 1.27 +2 -1 src/lib/csu/i386/crt0.c