merge revision(s) 40476: [Backport #8332]

* thread_pthread.c (ruby_init_stack): Add STACK_GROW_DIR_DETECTION.
	  This fixes a compilation failure while cross-compiling for ARM.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@40485 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagachika 2013-04-26 14:49:26 +00:00
parent 4a90d9e8a5
commit a2ac434a07
3 changed files with 7 additions and 1 deletions

View file

@ -687,6 +687,7 @@ ruby_init_stack(volatile VALUE *addr
/* it should be on co-routine (alternative stack). [Feature #2294] */
{
void *start, *end;
STACK_GROW_DIR_DETECTION;
if (IS_STACK_DIR_UPPER()) {
start = native_main_thread.stack_start;