From 5a5ae7f6596f73a734a3f5366aa35a3f556ec0b4 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Thu, 31 Jan 1991 22:12:23 +0000 Subject: [PATCH] Initial revision From-SVN: r16 --- gcc/config/m68k/xm-next.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 gcc/config/m68k/xm-next.h diff --git a/gcc/config/m68k/xm-next.h b/gcc/config/m68k/xm-next.h new file mode 100644 index 00000000000..5878bcdea08 --- /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 ()) -- 2.30.2