]> granicus.if.org Git - gc/commit
Implement GC_get_stack_base for Darwin if threads support is off
authorIvan Maidanski <ivmai@mail.ru>
Fri, 3 Feb 2012 16:13:11 +0000 (20:13 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 3 Feb 2012 16:13:11 +0000 (20:13 +0400)
commitbee4a3307b14bd3911f6decaf62d7c649d6ecc8b
treebe265460ce36edd49f71ed6a86e85344cd5a0a51
parentccd9a5c6da392acc75d9c0fc643b43e775c53d5c
Implement GC_get_stack_base for Darwin if threads support is off

* os_dep.c (GC_get_stack_base): Define separately for NEED_FIND_LIMIT
case; tag the argument with "unused" attribute for the case when
GC_UNIMPLEMENTED is returned; add implementation (as the last
alternative) based on GC_get_main_stack_base (e.g., for Darwin)
for the single-threaded case unless GC_stack_base has more that
one field (IA-64).
os_dep.c