Subject: CVS commit: gnusrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 01/12/2000 15:58:44
Module Name:	gnusrc
Committed By:	mycroft
Date:		Wed Jan 12 23:58:44 UTC 2000

Modified Files:
	gnusrc/gnu/usr.bin/ld/ld [comdex-fall-1999]: Makefile ld.c lib.c rrs.c
	    warnings.c

Log Message:
More alloca() -> malloc().  Needed to make some shared libraries link when
compiled with -g.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.6.2.1 gnusrc/gnu/usr.bin/ld/ld/Makefile
cvs rdiff -r1.65 -r1.65.2.1 gnusrc/gnu/usr.bin/ld/ld/ld.c
cvs rdiff -r1.20 -r1.20.2.1 gnusrc/gnu/usr.bin/ld/ld/lib.c
cvs rdiff -r1.29 -r1.29.4.1 gnusrc/gnu/usr.bin/ld/ld/rrs.c
cvs rdiff -r1.24 -r1.24.4.1 gnusrc/gnu/usr.bin/ld/ld/warnings.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.