From: Richard Sandiford Date: Sat, 26 Jan 2008 18:24:37 +0000 (+0000) Subject: gcconfig.h (HBLKSIZE): Define for MIPS. X-Git-Tag: releases/gcc-4.3.0~379 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0025d1d6992dd2424d80e2dcdeec73cd7b909ad;p=thirdparty%2Fgcc.git gcconfig.h (HBLKSIZE): Define for MIPS. boehm-gc/ * include/private/gcconfig.h (HBLKSIZE): Define for MIPS. From-SVN: r131872 --- diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index d9300fd38ca2..79eb91abb1e4 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/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/boehm-gc/include/private/gcconfig.h b/boehm-gc/include/private/gcconfig.h index 00170289ed6f..56e483c8d951 100644 --- a/boehm-gc/include/private/gcconfig.h +++ b/boehm-gc/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