From owner-cvs-lib Mon Sep 30 17:55:19 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA28287 for cvs-lib-outgoing; Mon, 30 Sep 1996 17:55:19 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA27972; Mon, 30 Sep 1996 17:54:54 -0700 (PDT) Date: Mon, 30 Sep 1996 17:54:54 -0700 (PDT) From: Peter Wemm Message-Id: <199610010054.RAA27972@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 peter 96/09/30 17:54:53 Modified: lib/csu/i386 crt0.c Log: Support crt0 <-> ld.so interface version 4. This should be both backwards and forwards compatable with version 3. This is needed to enable storing a run-time library path in the dynamic linking headers. The crt startup tries version 4 first, and falls back to version 3, so an executable that is linked on -current will work with the ld.so on 2.1.x and less. Reviewed by: nate, jdp Obtained from: NetBSD Revision Changes Path 1.24 +11 -5 src/lib/csu/i386/crt0.c