OSDN Git Service

* libgfortran.h (array_t, size0) New declarations.
[pf3gnuchains/gcc-fork.git] / libmudflap / ChangeLog
index e10099a..dcd649f 100644 (file)
@@ -1,7 +1,28 @@
+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.
+       * 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.