gcconfig.h (HBLKSIZE): Define for MIPS.
boehm-gc/ * include/private/gcconfig.h (HBLKSIZE): Define for MIPS. From-SVN: r131872
This commit is contained in:
parent
e41b2a33b3
commit
f0025d1d69
2 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue