]> granicus.if.org Git - gc/commitdiff
2005-05-25 Andrew Haley <aph@redhat.com>
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 May 2005 13:10:00 +0000 (13:10 +0000)
committerguest <ivmai@mail.ru>
Fri, 29 Jul 2011 06:54:26 +0000 (10:54 +0400)
* 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
include/private/gcconfig.h

index 6fa1406bd143a07716159897b3fe0e1090d5ac70..a5e872814502919e68a1abb3132626466fad5b71 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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-09  Mike Stump  <mrs@apple.com>
 
        * configure: Regenerate.
index 5013dbd596b2f5445e5a7311716d45e1ee2d4253..05b3832c176a808707772930679865a4dfefb867 100644 (file)
 #     if (defined (powerpc64) || defined(__powerpc64__))
 #       define ALIGNMENT 8
 #       define CPP_WORDSZ 64
+#       define HBLKSIZE 4096
 #     else
 #       define ALIGNMENT 4
 #     endif