diff options
author | gdb-3.5 <gdb@fsf.org> | 1990-02-08 06:14:00 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-06-03 15:36:32 +0100 |
commit | 7a67dd45ca1c191a0220697a3ec9fa92993caf8c (patch) | |
tree | ea93641dd0b45fbca686b5e989b0f1085a7541b7 /gdb/m-sun3os4.h | |
parent | 1c997a4ae86938343edb715efc3fc742c5f668fe (diff) | |
download | gdb-7a67dd45ca1c191a0220697a3ec9fa92993caf8c.zip gdb-7a67dd45ca1c191a0220697a3ec9fa92993caf8c.tar.gz gdb-7a67dd45ca1c191a0220697a3ec9fa92993caf8c.tar.bz2 |
gdb-3.5
Diffstat (limited to 'gdb/m-sun3os4.h')
-rw-r--r-- | gdb/m-sun3os4.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/m-sun3os4.h b/gdb/m-sun3os4.h index cd9179a..8082154 100644 --- a/gdb/m-sun3os4.h +++ b/gdb/m-sun3os4.h @@ -22,6 +22,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define FPU /* There is a bug which can cause alloca to fail to allocate large - areas of memory one time in every 4096 (we think). Hard to reproduce - so it will be hard to detect when this bug is fixed. */ + areas of memory one time in every 4096 (we think). */ +/* chase@orc.olivetti.com says that 4 megabyte alloca's consistently fail, + even though the stack limit (SET_STACK_LIMIT_HUGE) has been set + to 250 megabytes. */ #define BROKEN_LARGE_ALLOCA |