From 5827c9b5e23b273cca5940c2c964a0452825157a Mon Sep 17 00:00:00 2001 From: jakub Date: Wed, 25 May 2005 13:10:00 +0000 Subject: [PATCH] 2005-05-25 Andrew Haley * include/private/gcconfig.h (HBLKSIZE): Define to 4096 on powerpc64-linux. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100145 138bc75d-0d04-0410-961f-82ee72b054a4 --- ChangeLog | 5 +++++ include/private/gcconfig.h | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6fa1406b..a5e87281 100644 --- a/ChangeLog +++ b/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/include/private/gcconfig.h b/include/private/gcconfig.h index 5013dbd5..05b3832c 100644 --- a/include/private/gcconfig.h +++ b/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 -- 2.40.0