summaryrefslogtreecommitdiff
path: root/boehm-gc
diff options
context:
space:
mode:
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2008-01-26 18:24:37 +0000
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2008-01-26 18:24:37 +0000
commit963e19b6007fe357beceef2daf4816e411141f5c (patch)
tree48b99ceef15dec03fabebfd0d2f5f10db58c600f /boehm-gc
parentbc5e6ea1ac530e2099416c425cf4dd492421997b (diff)
downloadgcc-963e19b6007fe357beceef2daf4816e411141f5c.tar.gz
boehm-gc/
* include/private/gcconfig.h (HBLKSIZE): Define for MIPS. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131872 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc')
-rw-r--r--boehm-gc/ChangeLog4
-rw-r--r--boehm-gc/include/private/gcconfig.h3
2 files changed, 7 insertions, 0 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog
index d9300fd38ca..79eb91abb1e 100644
--- a/boehm-gc/ChangeLog
+++ b/boehm-gc/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-26 Richard Sandiford <rsandifo@nildram.co.uk>
+
+ * include/private/gcconfig.h (HBLKSIZE): Define for MIPS.
+
2008-01-24 David Edelsohn <edelsohn@gnu.org>
* configure: Regenerate.
diff --git a/boehm-gc/include/private/gcconfig.h b/boehm-gc/include/private/gcconfig.h
index 00170289ed6..56e483c8d95 100644
--- a/boehm-gc/include/private/gcconfig.h
+++ b/boehm-gc/include/private/gcconfig.h
@@ -1375,6 +1375,9 @@
# else
# define ALIGNMENT 4
# endif
+# ifndef HBLKSIZE
+# define HBLKSIZE 4096
+# endif
# define USE_GENERIC_PUSH_REGS
# if __GLIBC__ == 2 && __GLIBC_MINOR__ >= 2 || __GLIBC__ > 2
# define LINUX_STACKBOTTOM