]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gcconfig.h (HBLKSIZE): Define to 4096 on powerpc64-linux.
authorAndrew Haley <aph@redhat.com>
Wed, 25 May 2005 13:17:49 +0000 (13:17 +0000)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 25 May 2005 13:17:49 +0000 (15:17 +0200)
2005-05-25  Andrew Haley  <aph@redhat.com>

* include/private/gcconfig.h (HBLKSIZE): Define to 4096 on
powerpc64-linux.

From-SVN: r100148

boehm-gc/ChangeLog
boehm-gc/include/private/gcconfig.h

index 8009832f29035ea024959c46e614a7e4d3a05ec3..7d05aa9ca9a0ca2135eac4e5a1f1fd8e72c152f7 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-25  Andrew Haley  <aph@redhat.com>
+
+       * include/private/gcconfig.h (HBLKSIZE): Define to 4096 on
+       powerpc64-linux.
+
 2005-05-19  Release Manager
 
        * GCC 3.4.4 released.
index 586f31daf41bd98a9c34f5964b299b03b7695293..5544991d83c061cf5e306d86b804a7137f9bc16b 100644 (file)
 #     if (defined (powerpc64) || defined(__powerpc64__))
 #       define ALIGNMENT 8
 #       define CPP_WORDSZ 64
+#       define HBLKSIZE 4096
 #     else
 #       define ALIGNMENT 4
 #     endif