From: Jim Kingdon Date: Thu, 2 May 1991 04:37:28 +0000 (+0000) Subject: * xm-sun386.h: Don't define SET_STACK_LIMIT_HUGE. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8c8212900e553e703b16ad9845cb2ac05bbb37ab;p=binutils-gdb.git * xm-sun386.h: Don't define SET_STACK_LIMIT_HUGE. --- diff --git a/gdb/xm-sun386.h b/gdb/xm-sun386.h index 730ac8ad22d..68ab17f8892 100644 --- a/gdb/xm-sun386.h +++ b/gdb/xm-sun386.h @@ -21,7 +21,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Get rid of any system-imposed stack limit if possible. */ -#define SET_STACK_LIMIT_HUGE +/* If I do this on SunOS 4.0.1, I get SIGSEGV's on (some) instructions which + try to access the stack. */ +/* #define SET_STACK_LIMIT_HUGE */ #define BROKEN_LARGE_ALLOCA