Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Curt Sampson <cjs@netbsd.org>
List: source-changes
Date: 12/30/1998 07:09:05
Module Name:	src
Committed By:	cjs
Date:		Wed Dec 30 15:09:05 UTC 1998

Modified Files:
	src/gnu/usr.bin/ld/ld: ld.c
Log Message:
Include sys/resource.h, because otherwise RLIMIT_STACK is not set
and ld does not bump up its stack limit. This causes large links
(such as the kernel) to segfault on machines with a small stack
limit (particularly sparc, .5 MB).