aboutsummaryrefslogtreecommitdiff
path: root/windows/bss.c
AgeCommit message (Collapse)Author
2015-01-08Remove obsolete bss-related code/build featuresstijn
GC for unix/windows builds doesn't make use of the bss section anymore, so we do not need the (sometimes complicated) build features and code related to it
2015-01-01windows: Prefix includes with py/; remove need for -I../py.Damien George
2014-06-22windows: Enable GC and implement bss start and end symbolsstijn
The pointers to the bss section are acquired in init.c() by inspecting the PE header. Works for msvc and mingw.