diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1991-05-02 04:37:28 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1991-05-02 04:37:28 +0000 |
commit | 8c8212900e553e703b16ad9845cb2ac05bbb37ab (patch) | |
tree | ce72a447770a9927546c85f72af15a911a96440f /gdb/xm-sun386.h | |
parent | 2d0c090e4842f6898429eacf3b2b4644d2f12775 (diff) | |
download | gdb-8c8212900e553e703b16ad9845cb2ac05bbb37ab.zip gdb-8c8212900e553e703b16ad9845cb2ac05bbb37ab.tar.gz gdb-8c8212900e553e703b16ad9845cb2ac05bbb37ab.tar.bz2 |
* xm-sun386.h: Don't define SET_STACK_LIMIT_HUGE.
Diffstat (limited to 'gdb/xm-sun386.h')
-rw-r--r-- | gdb/xm-sun386.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/xm-sun386.h b/gdb/xm-sun386.h index 730ac8a..68ab17f 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 |