Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



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).




Home | Main Index | Thread Index | Old Index