* config/decstation.mh: Add MMALLOC_LIB and MMALLOC_DISABLE
authorJohn Gilmore <gnu@cygnus>
Sat, 19 Sep 1992 10:21:04 +0000 (10:21 +0000)
committerJohn Gilmore <gnu@cygnus>
Sat, 19 Sep 1992 10:21:04 +0000 (10:21 +0000)
overrides, to avoid problem in xdr_bytes with malloc(0) => 0.

gdb/ChangeLog
gdb/config/decstation.mh

index 5475bbfea71e8e8e390e71ef09a9932e0bd77e8d..6723e500521a3e4095d06f40756405f5db4c3dec 100644 (file)
@@ -1,3 +1,8 @@
+Sat Sep 19 03:14:37 1992  John Gilmore  (gnu@cygnus.com)
+
+       * config/decstation.mh:  Add MMALLOC_LIB and MMALLOC_DISABLE
+       overrides, to avoid problem in xdr_bytes with malloc(0) => 0.
+
 Wed Sep 16 20:04:54 1992  K. Richard Pixley  (rich@sendai.cygnus.com)
 
        * target.h (struct target_ops):  removed to_convert_to_virtual and
index 28fcc1eb8559e524c3b97c6d20716bb6489ae7d5..2e79d8d0219ce9b76372e9e9c0c53715dc7358c8 100644 (file)
@@ -1,3 +1,9 @@
 # Host: Little-endian MIPS machine such as DECstation.
 XDEPFILES= infptrace.o mips-xdep.o coredep.o
 XM_FILE= xm-mips.h
+
+# We can't use MMALLOC because the DECstation RPC library can't cope
+# with a malloc(0) that returns 0.  Besides, it's useless on a machine
+# without a real mmap().
+MMALLOC_LIB = 
+MMALLOC_DISABLE = -DNO_MMALLOC