2004-06-24 Frank Ch. Eigler <fche@redhat.com>
Adopt splay trees for object database. * Makefile.am: Copy splay-tree.* from libiberty. * Makefile.in, testsuite/Makefile.in: Regenerated. * mf-runtime.h.in (__mf_unregister): Add third parameter (type). * mf-hooks[123].c (*): Add new third parameter to mf_unregister. * mf-impl.h (BEGIN_PROTECT): Remove some trace text. * mf-runtime.c: Rewrite code dealing with object database to use libiberty splay trees. Remove tree liveness aging option. * testsuite/libmudflap.c/fail18-frag.c: Add volatile flag. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83611 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- libmudflap/ChangeLog 12 additions, 0 deletionslibmudflap/ChangeLog
- libmudflap/Makefile.am 12 additions, 1 deletionlibmudflap/Makefile.am
- libmudflap/Makefile.in 13 additions, 2 deletionslibmudflap/Makefile.in
- libmudflap/mf-hooks1.c 6 additions, 4 deletionslibmudflap/mf-hooks1.c
- libmudflap/mf-hooks2.c 5 additions, 5 deletionslibmudflap/mf-hooks2.c
- libmudflap/mf-hooks3.c 1 addition, 1 deletionlibmudflap/mf-hooks3.c
- libmudflap/mf-impl.h 1 addition, 5 deletionslibmudflap/mf-impl.h
- libmudflap/mf-runtime.c 838 additions, 1114 deletionslibmudflap/mf-runtime.c
- libmudflap/mf-runtime.h.in 2 additions, 1 deletionlibmudflap/mf-runtime.h.in
- libmudflap/testsuite/Makefile.in 1 addition, 1 deletionlibmudflap/testsuite/Makefile.in
- libmudflap/testsuite/libmudflap.c/fail18-frag.c 1 addition, 1 deletionlibmudflap/testsuite/libmudflap.c/fail18-frag.c
Loading
Please register or sign in to comment