Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 05/06/1998 13:50:01
ross
Wed May 6 13:45:55 PDT 1998
Update of /cvsroot/src/lib/csu/alpha
In directory nb00:/tmp/cvs-serv7271
Modified Files:
crtbegin.c crtend.c
Log Message:
Sigh, don't make global calls in repeated sharedlib components. It blows
away the dynamic loader.
ross
Wed May 6 13:46:56 PDT 1998
Update of /cvsroot/src/lib/csu/alpha
In directory nb00:/tmp/cvs-serv7329
Removed Files:
crt.h
Log Message:
No longer needed, calls begin crtbegin & crtend were just removed.