Output hex with local_hex_string for Modula-2 support.
[deliverable/binutils-gdb.git] / gdb / xm-sun3os4.h
index 82fd4675c1016a212d262b92043378b12acc4dec..ac61c6cb230e456cdb757844dd49fd2fd045c852 100644 (file)
@@ -20,9 +20,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "xm-sun3.h"
 #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).  */
-/* 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.  */
+/* Large alloca's fail because the attempt to increase the stack limit in
+   main() fails because shared libraries are allocated just below the initial
+   stack limit.  The SunOS kernel will not allow the stack to grow into
+   the area occupied by the shared libraries.  Sun knows about this bug
+   but has no obvious fix for it.  */
 #define BROKEN_LARGE_ALLOCA
+
+#define HAVE_STRSTR
This page took 0.023008 seconds and 4 git commands to generate.