aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/include
diff options
context:
space:
mode:
authorAndrew Haley <aph@redhat.com>2005-05-25 13:10:00 +0000
committerJakub Jelinek <jakub@gcc.gnu.org>2005-05-25 15:10:00 +0200
commit5fa579d3777e18cd71fd9ac78615862daba38463 (patch)
tree01b1efe5d39e92ea749fe59317c08988ae039e19 /boehm-gc/include
parent670cd5c514fbb1054692e52f765191668a17f05c (diff)
downloadgcc-5fa579d3777e18cd71fd9ac78615862daba38463.zip
gcc-5fa579d3777e18cd71fd9ac78615862daba38463.tar.gz
gcc-5fa579d3777e18cd71fd9ac78615862daba38463.tar.bz2
gcconfig.h (HBLKSIZE): Define to 4096 on powerpc64-linux.
2005-05-25 Andrew Haley <aph@redhat.com> * include/private/gcconfig.h (HBLKSIZE): Define to 4096 on powerpc64-linux. From-SVN: r100145
Diffstat (limited to 'boehm-gc/include')
-rw-r--r--boehm-gc/include/private/gcconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/boehm-gc/include/private/gcconfig.h b/boehm-gc/include/private/gcconfig.h
index 5013dbd..05b3832 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