diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-25 13:10:00 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-25 13:10:00 +0000 |
commit | cb097714aa5e32ac9362f6cd305f8e4c44a0d057 (patch) | |
tree | 01b1efe5d39e92ea749fe59317c08988ae039e19 /boehm-gc/include | |
parent | a49506c7117ea472251679a49a298303ef3463f8 (diff) | |
download | gcc-cb097714aa5e32ac9362f6cd305f8e4c44a0d057.tar.gz |
2005-05-25 Andrew Haley <aph@redhat.com>
* 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
Diffstat (limited to 'boehm-gc/include')
-rw-r--r-- | boehm-gc/include/private/gcconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |