minix/minix/lib/libminc
David van Moolenbroek 9b9bea921f Do not instrument malloc implementation variables
Since the heap is reconstructed upon state transfer, the old malloc
state is discarded.  In order to avoid state transfer errors, we can
and in fact must discard the internal state of the malloc
implementation.  This patch achieves this by using the sectionify
pass to mark the variables in the libminc malloc object as state that
must be skipped during state transfer.

Change-Id: Ie330f582c8bd45f37a878ea41fa0f9d4a18045e1
2015-09-17 14:03:47 +00:00
..
arch inet: do not link against libc 2015-06-07 14:38:12 +00:00
_snprintf.c New sources layout 2014-07-31 16:00:30 +02:00
atoi.c New sources layout 2014-07-31 16:00:30 +02:00
fputs.c New sources layout 2014-07-31 16:00:30 +02:00
Makefile Do not instrument malloc implementation variables 2015-09-17 14:03:47 +00:00
strtol.c New sources layout 2014-07-31 16:00:30 +02:00