aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1991-01-31 22:12:23 +0000
committerRichard Stallman <rms@gnu.org>1991-01-31 22:12:23 +0000
commit5a5ae7f6596f73a734a3f5366aa35a3f556ec0b4 (patch)
tree699a3090e160c2a70eac080635a7b1e1264858ed /gcc
parent1112eea235f9e3b0ec924e688a2b26e08bedaefb (diff)
downloadgcc-5a5ae7f6596f73a734a3f5366aa35a3f556ec0b4.zip
gcc-5a5ae7f6596f73a734a3f5366aa35a3f556ec0b4.tar.gz
gcc-5a5ae7f6596f73a734a3f5366aa35a3f556ec0b4.tar.bz2
Initial revision
From-SVN: r16
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/m68k/xm-next.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/m68k/xm-next.h b/gcc/config/m68k/xm-next.h
new file mode 100644
index 0000000..5878bcd
--- /dev/null
+++ b/gcc/config/m68k/xm-next.h
@@ -0,0 +1,5 @@
+#include "xm-m68k.h"
+
+/* malloc does better with chunks the size of a page. */
+
+#define OBSTACK_CHUNK_SIZE (getpagesize ())