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).
This commit is contained in:
parent
80710db636
commit
a5b9b9c815
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: ld.c,v 1.62 1998/12/17 14:34:51 pk Exp $ */
|
/* $NetBSD: ld.c,v 1.63 1998/12/30 15:09:04 cjs Exp $ */
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
@ -73,6 +73,7 @@
|
|||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/file.h>
|
#include <sys/file.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
#include <sys/resource.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
@ -87,7 +88,7 @@
|
|||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
/* from: "@(#)ld.c 6.10 (Berkeley) 5/22/91"; */
|
/* from: "@(#)ld.c 6.10 (Berkeley) 5/22/91"; */
|
||||||
__RCSID("$NetBSD: ld.c,v 1.62 1998/12/17 14:34:51 pk Exp $");
|
__RCSID("$NetBSD: ld.c,v 1.63 1998/12/30 15:09:04 cjs Exp $");
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#define GNU_BINUTIL_COMPAT /* forwards compatiblity with binutils 2.x */
|
#define GNU_BINUTIL_COMPAT /* forwards compatiblity with binutils 2.x */
|
||||||
|
Loading…
Reference in New Issue
Block a user