gcc/libmudflap/testsuite
James E Wilson 2483ad581a Fix FreeBSD failure with recursive malloc call.
* mf-hooks1.c (malloc, calloc, realloc, free,
__mf_wrap_alloca_indirect): Call BEGIN_MALLOC_PROTECT before calling
the real routines, and END_MALLOC_PROTECT afterwards.
* mf-impl.h (enum __mf_state_enum): Expand comment.  Add in_malloc.
(BEGIN_PROTECT): Handle in_malloc state.
(BEGIN_MALLOC_PROTECT, END_MALLOC_PROTECT): New.
* testsuite/libmudflap.c/hook2-allocstuff.c: New.

From-SVN: r103256
2005-08-18 13:01:54 -07:00
..
config
lib All files: Update FSF address. 2005-08-17 03:21:42 +00:00
libmudflap.c Fix FreeBSD failure with recursive malloc call. 2005-08-18 13:01:54 -07:00
libmudflap.c++
libmudflap.cth mf-runtime.c (__mf_state_1): Initialize to reentrant. 2005-08-14 19:38:34 +00:00
Makefile.am
Makefile.in gcc.c (MFWRAP_SPEC): Don't wrap pthread_join or pthread_exit. 2005-07-16 19:29:00 -07:00
mfconfig.exp.in