Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 09/12/1996 17:00:02
cgd
Thu Sep 12 09:59:04 PDT 1996
Update of /cvsroot/src/lib/csu/alpha
In directory netbsd1:/var/slash-tmp/cvs-serv14413
Modified Files:
Makefile
Added Files:
crt0.c crtbegin.c crtend.c
Removed Files:
crt0.s
Log Message:
Reimplement in C, adding ELF support. if compiled with -DECOFF_COMPAT
(currently the default), then it compiles on both an ECOFF toolchain
and on an ELF toolchain (but w/o support for dynamic linking or C++
constructors & destructors). If compiled without -DECOFF_COMPAT, it
supports statically- or dynamically-linked ELF binaries (and shared
libraries).