Subject: CVS commit: gnusrc
To: None <source-changes@netbsd.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 10/04/1999 10:54:17
Module Name:	gnusrc
Committed By:	tron
Date:		Mon Oct  4 17:54:16 UTC 1999

Modified Files:
	gnusrc/gnu/usr.bin/ld/ld: lib.c

Log Message:
Don't abuse alloca() for allocating memory for string sections which can
easily have a size of several megabytes exceeding the hard stack limit
of some ports. Patch supplied by Richard Earnshaw in PR bin/8547.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 gnusrc/gnu/usr.bin/ld/ld/lib.c

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