Initial revision
authorRichard Stallman <rms@gnu.org>
Thu, 31 Jan 1991 22:12:23 +0000 (22:12 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 31 Jan 1991 22:12:23 +0000 (22:12 +0000)
From-SVN: r16

gcc/config/m68k/xm-next.h [new file with mode: 0644]

diff --git a/gcc/config/m68k/xm-next.h b/gcc/config/m68k/xm-next.h
new file mode 100644 (file)
index 0000000..5878bcd
--- /dev/null
@@ -0,0 +1,5 @@
+#include "xm-m68k.h"
+
+/* malloc does better with chunks the size of a page.  */ 
+
+#define OBSTACK_CHUNK_SIZE (getpagesize ())