OSDN Git Service

* libgfortran.h (array_t, size0) New declarations.
[pf3gnuchains/gcc-fork.git] / libmudflap / ChangeLog
index 804359a..dcd649f 100644 (file)
@@ -1,3 +1,48 @@
+2004-08-03  Dale Johannesen  <dalej@apple.com>
+
+         * mf-runtime.c: Conditionalize POSIX_SOURCE for Darwin.
+
+2004-08-03  Frank Ch. Eigler  <fche@redhat.com>
+
+       * mf-runtime.c (compare_uintptr_t): Remove function.  Inline
+       simplified contents in all former callers.
+
+2004-07-27  Ulrich Weigand  <weigand@informatik.uni-erlangen.de>
+
+       * mf-runtime.c (__mf_fini): Set mudflap_mode to mode_nop in
+       the statically linked case.
+
+2004-07-27  Frank Ch. Eigler  <fche@redhat.com>
+
+       * splay-tree.[ch]: Remove.  Merge contents into ...
+       * mf-runtime.c: ... here, renaming symbols and making all functions
+       static.  Remove unused min/max functions.
+       * Makefile.am: Forget about splay-tree.[ch].
+       * Makefile.in, testsuite/Makefile.in: Regenerated.
+
+2004-07-21  Frank Ch. Eigler  <fche@redhat.com>
+
+       * mf-runtime.c (__mfu_check): Remove mistaken mode-nop handling.
+       (__mfu_usage): Include (C) 2004.
+       * mf-hooks3.c (__mf_find_threadinfo): Don't call tracing functions
+       here.  Include a comment explaining why.
+
+2004-07-20  Frank Ch. Eigler  <fche@redhat.com>
+
+       * mf-impl.h (__mf_options): Add ignore_reads and timestamps fields.
+       * mf-runtime.c (options): Give them a name.
+       (__mf_set_default_options): Set them.
+       (__mf_insert_new_object, __mfu_unregister): Optionalize timestamps.
+       (__mf_violation): Warning cleanup.
+       * mf-impl.h (MF_VALIDATE_EXTENT): Support ignore_reads option.
+       * splay-tree.c (splay_tree_delete_helper): Remove obsolete decl.
+
+2004-07-15  Frank Ch. Eigler  <fche@redhat.com>
+
+       g++/15861
+       * mf-runtime.c (__mf_init): Make it non-static.  Tolerate
+       repeated invocation.
+
 2004-07-09  Frank Ch. Eigler  <fche@redhat.com>
 
        Test case for g++/15861