Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 1996 17:54:54 -0700 (PDT)
From:      Peter Wemm <peter>
To:        CVS-committers, cvs-all, cvs-lib
Subject:   cvs commit:  src/lib/csu/i386 crt0.c
Message-ID:  <199610010054.RAA27972@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610010054.RAA27972>