gcconfig.h (HBLKSIZE): Define for MIPS.
authorRichard Sandiford <rsandifo@nildram.co.uk>
Sat, 26 Jan 2008 18:24:37 +0000 (18:24 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sat, 26 Jan 2008 18:24:37 +0000 (18:24 +0000)
boehm-gc/
* include/private/gcconfig.h (HBLKSIZE): Define for MIPS.

From-SVN: r131872

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

index d9300fd..79eb91a 100644 (file)
@@ -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.
index 0017028..56e483c 100644 (file)
 #     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