K 10 svn:author V 5 peter K 8 svn:date V 27 1996-10-01T00:54:48.000000Z K 7 svn:log V 408 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 END