aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/include
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@gcc.gnu.org>2002-10-02 08:25:37 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2002-10-02 08:25:37 +0200
commiteae853b7d5502410d3eab94c2ba202535fcd1a54 (patch)
tree667eba5c04bd238ff66b243ab253266bda95f97f /boehm-gc/include
parent34c6040cc2988884817aa3b736768f8062699ade (diff)
downloadgcc-eae853b7d5502410d3eab94c2ba202535fcd1a54.zip
gcc-eae853b7d5502410d3eab94c2ba202535fcd1a54.tar.gz
gcc-eae853b7d5502410d3eab94c2ba202535fcd1a54.tar.bz2
* include/private/gcconfig.h (HBLKSIZE): Define for x86-64.
From-SVN: r57728
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 00ff9ef..33d80d2 100644
--- a/boehm-gc/include/private/gcconfig.h
+++ b/boehm-gc/include/private/gcconfig.h
@@ -1642,6 +1642,7 @@
# define MACH_TYPE "X86_64"
# define ALIGNMENT 8
# define CPP_WORDSZ 64
+# define HBLKSIZE 4096
# define CACHE_LINE_SIZE 64
# define USE_GENERIC_PUSH_REGS
# ifdef LINUX