Skip to content

Commit

Permalink
boehm-gc/
Browse files Browse the repository at this point in the history
	* 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
  • Loading branch information
rsandifo committed Jan 26, 2008
1 parent bc5e6ea commit 963e19b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions boehm-gc/ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 3 additions & 0 deletions boehm-gc/include/private/gcconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 963e19b

Please sign in to comment.