Commit f0025d1d by Richard Sandiford Committed by Richard Sandiford

gcconfig.h (HBLKSIZE): Define for MIPS.

boehm-gc/
	* include/private/gcconfig.h (HBLKSIZE): Define for MIPS.

From-SVN: r131872
parent e41b2a33
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> 2008-01-24 David Edelsohn <edelsohn@gnu.org>
* configure: Regenerate. * configure: Regenerate.
......
...@@ -1375,6 +1375,9 @@ ...@@ -1375,6 +1375,9 @@
# else # else
# define ALIGNMENT 4 # define ALIGNMENT 4
# endif # endif
# ifndef HBLKSIZE
# define HBLKSIZE 4096
# endif
# define USE_GENERIC_PUSH_REGS # define USE_GENERIC_PUSH_REGS
# if __GLIBC__ == 2 && __GLIBC_MINOR__ >= 2 || __GLIBC__ > 2 # if __GLIBC__ == 2 && __GLIBC_MINOR__ >= 2 || __GLIBC__ > 2
# define LINUX_STACKBOTTOM # define LINUX_STACKBOTTOM
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment