configure.ac: Check for more headers, functions.
authorFrank Ch. Eigler <fche@redhat.com>
Wed, 13 Oct 2004 18:27:16 +0000 (18:27 +0000)
committerFrank Ch. Eigler <fche@gcc.gnu.org>
Wed, 13 Oct 2004 18:27:16 +0000 (18:27 +0000)
commitddfabf89bbf2d7295725609ac997490160adf8fc
tree5ba143b308278286023d43a624647837da8e9cbd
parentccab73c3b7c38e3c7ac7e3a0b37f063856575953
configure.ac: Check for more headers, functions.

2004-10-12  Frank Ch. Eigler  <fche@redhat.com>

* configure.ac: Check for more headers, functions.
* mf-hooks2.c (mkbuffer, unmkbuffer): New helper functions for
tracking overridden FILE buffers.
(fopen, setvbuf): New/revised hook functions for buffer overriding.
(setbuf,setlinebuf,fdopen,freopen,fopen64,freopen64,fclose): Ditto.
(fflush): Accept given NULL stream (means "all streams").
* mf-runtime.h.in:
* mf-runtime.c (__mfu_check): Accept accesses that span adjacent
HEAP/GUESS objects.
(LOOKUP_CACHE_SIZE_MAX): Raise to 64K entries tentatively.
(__mf_adapt_cache): Use them all.
* testsuite/libmudflap.c/pass35-frag.c: Update warning message.
* testsuite/libmudflap.c++/ctors.exp: Ditto.
* testsuite/libmudflap.c/{pass51,pass52}-frag.c: New tests.
* configure, config.h.in: Regenerated.

From-SVN: r88996
libmudflap/ChangeLog
libmudflap/config.h.in
libmudflap/configure
libmudflap/configure.ac
libmudflap/mf-hooks2.c
libmudflap/mf-runtime.c
libmudflap/mf-runtime.h.in
libmudflap/testsuite/libmudflap.c++/ctors.exp
libmudflap/testsuite/libmudflap.c/pass35-frag.c
libmudflap/testsuite/libmudflap.c/pass51-frag.c [new file with mode: 0644]
libmudflap/testsuite/libmudflap.c/pass52-frag.c [new file with mode: 0644]