]> granicus.if.org Git - gc/commit
2011-01-05 Ivan Maidanski <ivmai@mail.ru>
authorivmai <ivmai>
Wed, 5 Jan 2011 10:03:44 +0000 (10:03 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:55 +0000 (21:06 +0400)
commitbddc75fb8c2e9f59797c9f6fd25aaed3b1778fd8
tree5c95014588f87728a3014587c92052515d5dc258
parentce1f87461b04c05f8502b502e387dd1130e7830c
2011-01-05  Ivan Maidanski  <ivmai@mail.ru>

* misc.c (GC_write): Replace multiple "ifdef/endif" with "elif"
(for ECOS and NOSYS).
* os_dep.c (GC_get_main_stack_base): Ditto.
* os_dep.c (GC_get_main_stack_base): Check
USE_GET_STACKBASE_FOR_MAIN macro before checking STACKBOTTOM one;
remove "dummy" variable (use result one instead); reformat the
code.
* doc/README.macros (SN_TARGET_PS3): Document.
* extra/threadlibs.c (main): Don't output "-lpthread" (and "-ldl")
for Android.
* include/private/pthread_support.h: Fix comment for "endif".
ChangeLog
doc/README.macros
extra/threadlibs.c
include/private/pthread_support.h
misc.c
os_dep.c