From 438c5d922719a22b71acbe5b4e63ee514dda659c Mon Sep 17 00:00:00 2001 From: rsandifo Date: Sat, 26 Jan 2008 18:24:37 +0000 Subject: [PATCH] boehm-gc/ * include/private/gcconfig.h (HBLKSIZE): Define for MIPS. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131872 138bc75d-0d04-0410-961f-82ee72b054a4 --- ChangeLog | 4 ++++ include/private/gcconfig.h | 3 +++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index d9300fd3..79eb91ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-01-26 Richard Sandiford + + * include/private/gcconfig.h (HBLKSIZE): Define for MIPS. + 2008-01-24 David Edelsohn * configure: Regenerate. diff --git a/include/private/gcconfig.h b/include/private/gcconfig.h index 00170289..56e483c8 100644 --- a/include/private/gcconfig.h +++ b/include/private/gcconfig.h @@ -1375,6 +1375,9 @@ # else # define ALIGNMENT 4 # endif +# ifndef HBLKSIZE +# define HBLKSIZE 4096 +# endif # define USE_GENERIC_PUSH_REGS # if __GLIBC__ == 2 && __GLIBC_MINOR__ >= 2 || __GLIBC__ > 2 # define LINUX_STACKBOTTOM -- 2.40.0