From: Andrew Haley Date: Wed, 25 May 2005 13:10:00 +0000 (+0000) Subject: gcconfig.h (HBLKSIZE): Define to 4096 on powerpc64-linux. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5fa579d3777e18cd71fd9ac78615862daba38463;p=gcc.git gcconfig.h (HBLKSIZE): Define to 4096 on powerpc64-linux. 2005-05-25 Andrew Haley * include/private/gcconfig.h (HBLKSIZE): Define to 4096 on powerpc64-linux. From-SVN: r100145 --- diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index 6fa1406bd14..a5e87281450 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,8 @@ +2005-05-25 Andrew Haley + + * include/private/gcconfig.h (HBLKSIZE): Define to 4096 on + powerpc64-linux. + 2005-05-09 Mike Stump * configure: Regenerate. diff --git a/boehm-gc/include/private/gcconfig.h b/boehm-gc/include/private/gcconfig.h index 5013dbd596b..05b3832c176 100644 --- a/boehm-gc/include/private/gcconfig.h +++ b/boehm-gc/include/private/gcconfig.h @@ -752,6 +752,7 @@ # if (defined (powerpc64) || defined(__powerpc64__)) # define ALIGNMENT 8 # define CPP_WORDSZ 64 +# define HBLKSIZE 4096 # else # define ALIGNMENT 4 # endif