Subject: sun-lamp CVS commits
To: None <source-changes@sun-lamp.cs.berkeley.edu>
From: The Source Master <srcmastr@NetBSD.ORG>
List: source-changes
Date: 12/23/1994 12:40:02
pk
Fri Dec 23 12:33:02 PST 1994
Update of /b/source/CVS/src/gnu/usr.bin/ld
In directory sun-lamp.cs.berkeley.edu:/d/users/pk/ld

Modified Files:
	ld.c ld.h lib.c rrs.c warnings.c 
Log Message:
"weak symbol" support (fudged into `a.out' by means of the n_other field).
Weak symbols are to replace indirect (type N_INDR) symbols and will help
to clean up name spaces in libraries.

Also, some misc. bug fixes, including PR 586, and use stdio for the output
file entirely.