OSDN Git Service

* Makefile.am: Add dummy install-pdf target.
[pf3gnuchains/gcc-fork.git] / libmudflap / ChangeLog
index 29f6f51..b331aab 100644 (file)
@@ -1,7 +1,264 @@
+2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
+
+       * Makefile.am: Add dummy install-pdf target.
+       * Makefile.in: Regenerate
+
+2007-02-07  Jakub Jelinek  <jakub@redhat.com>
+
+       PR libgomp/28468
+       * configure: Regenerate.
+
+2006-12-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * configure: Regenerate.
+
+2006-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * configure: Regenerated.
+
+2006-11-10  Frank Ch. Eigler  <fche@redhat.com>
+
+       PR libmudflap/28578
+       * mf-hooks1.c (__mf_0fn_malloc): Make the bootstrap buffers
+       static but not function scope static.
+       (free): Skip deallocation attempts for objects placed into
+       bootstrap buffers.
+       * testsuite/libmudflap.cth/pass59-frag.c: New test.
+
+2006-11-06  Frank Ch. Eigler  <fche@redhat.com>
+
+       From Herman ten Brugge <hermantenbrugge@home.nl>:
+       * mf-runtime.c (__mf_uncache_object): Optimize the code so that
+       small and large objects are handled a lot faster.
+
+2006-11-06  Frank Ch. Eigler  <fche@redhat.com>
+
+       * configure.ac (__libc_freeres): Look for it.
+       * mf-impl.h (call_libc_freeres): New configuration flag.
+       * mf-runtime.c (__mf_set_default_options): Set it by default.
+       (__mfu_report): Call it if needed.
+       (__mfu_unregister): Remove "unaccessed registered object" warning.
+       * configure, config.h.in: Regenerated.
+
+2006-09-18  Tom Tromey  <tromey@redhat.com>
+
+       * configure: Rebuilt.
+
+2006-06-21  Frank Ch. Eigler  <fche@redhat.com>
+
+       PR 21274
+       mf-runtime.h installation based on ssp patch for PR 26473 from
+       Mark Mitchell  <mark@codesourcery.com>.
+       * configure.ac (ACX_NONCANONICAL_TARGET): Use it.
+       * Makefile.am (target_noncanonical): Define.
+       (libsubincludedir): New variable.
+       (nobase_libsubinclude_HEADERS): Add mf-runtime.h.
+       (include_HEADERS): Remove.
+       * configure, aclocal.m4, config.h.in: Regenerated.
+       * Makefile.in, testsuite/Makefile.in: Likewise.
+       * mf-runtime.h: Add #ifndef protection for conflicting _REENTRANT
+       and _THREAD_SAFE redefinition values.
+
+2006-05-23  Carlos O'Donell  <carlos@codesourcery.com>
+
+       * Makefile.am: Add install-html target. Add install-html to .PHONY
+       * Makefile.in: Regenerate.
+
+2006-04-19  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       PR mudflap/26789
+       * testsuite/libmudflap.c++/error1-frag.cxx: New test.
+
+       PR mudflap/26790
+       * testsuite/libmudflap.c++/error2-frag.cxx: New test.
+
+2006-04-10  Matthias Klose  <doko@debian.org>
+
+       * testsuite/lib/libmudflap.exp (libmudflap-init): Recognize multilib
+       directory names containing underscores.
+
+2005-11-22  Janis Johnson  <janis187@us.ibm.com>
+
+       * testsuite/lib/libmudflap.exp (libmudflap-init): Remove -static from
+       MUDFLAP_FLAGS if static library not supported.
+       * testsuite/libmudflap.c/cfrags.exp (MUDFLAP_FLAGS): new.
+       * testsuite/libmudflap.c/externs.exp: Ditto.
+       * testsuite/libmudflap.c++/ctors.exp: Ditto.
+       * testsuite/libmudflap.c++/c++frags.exp: Ditto.
+       * testsuite/libmudflap.cth/cthfrags.exp: Ditto.
+
+2005-10-04  James E Wilson  <wilson@specifix.com>
+
+       * configure.ac (mudflap_cv_entry_point): Use quadrigraphs to declare
+       $name as array of characters with unknown bound.  Also store into the
+       array.
+       * configure: Regenerate.
+
+2005-09-30  James E. Wilson  <wilson@specifix.com>
+
+       * configure.ac (pthread.h): Use AC_CHECK_HEADERS instead of
+       AC_CHECK_HEADER.
+       (target_thread_file): New.  Set from sed'ed gcc output.
+       (posix_threads): New.  Set from target_thread_file.  Use instead of
+       ac_have_pthread_h.
+       (pthread_create_version): Move initialization before code using it.
+       * configure: Regenerate.
+
+       * mf-heuristics.c (_end, ENTRY_POINT): Make them arrays with unknown
+       bounds.
+
+2005-09-29  James E. Wilson  <wilson@specifix.com>
+
+       * mf-hooks1.c (__mf_0fn_mmap, mmap, __mf_0fn_munmap, munmap): Protect
+       with HAVE_MMAP ifdef.
+
+2005-09-23  Frank Ch. Eigler  <fche@elastic.org>
+
+       PR 23084.
+       * mf-hooks2.c (accept): Tolerate NULL sockaddr* parameter.
+
+2005-09-23  Frank Ch. Eigler  <fche@elastic.org>
+
+       * testsuite/libmudflap.c++/pass58-frag.cxx: New test for heisenbug 19319.
+
+2005-09-23  Tom Tromey  <tromey@redhat.com>
+
+       * aclocal.m4, configure: Rebuilt.
+       * configure.ac: Use GCC_CHECK_TLS.
+       * acinclude.m4 (LIBMUDFLAP_CHECK_TLS, LIBMUDFLAP_ENABLE): Moved
+       to ../config.
+
+2005-08-22  Jim Wilson  <wilson@specifix.com>
+
+       * mf-hooks2.c (MF_REGISTER_fopen): Define to __MF_TYPE_STATIC when
+       __FreeBSD__ is defined.
+
+2005-08-17  Jim Wilson  <wilson@specifix.com>
+
+       * 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.
+
+2005-08-17  Kelley Cook  <kcook@gcc.gnu.org>
+
+       * All files: Update FSF address.
+
+2005-08-15  Ulrich Weigand  <weigand@informatik.uni-erlangen.de>
+
+       * mf-hooks3.c (main_seen_p): Remove.
+       (__mf_get_state): Remove attempt to recognize the main thread.
+
+2005-08-15  Maciej W. Rozycki  <macro@linux-mips.org>
+
+       * configure.ac: Test for the name of the symbol used for the entry
+       point; define ENTRY_POINT to the result.
+       * configure: Regenerate.
+       * config.h.in: Regenerate.
+       * mf-heuristics.c: Replace _start with ENTRY_POINT throughout.
+
+2005-08-14  Ulrich Weigand  <weigand@informatik.uni-erlangen.de>
+
+       * mf-runtime.c (__mf_state_1): Initialize to reentrant.
+       (__mf_init): Set thread state active.
+       * mf-hooks3.c (__mf_pthread_spawner): Always set thread
+       state active.
+       (pthread_create wrapper): Always use thread spawner.
+
+       * testsuite/libmudflap.cth/pass37-frag.c: Increase timeout.
+       * testsuite/libmudflap.cth/pass39-frag.c: Likewise.
+
+2005-07-16  Richard Henderson  <rth@redhat.com>
+
+       * acinclude.m4: New file.
+       * configure.ac: Invoke LIBMUDFLAP_CHECK_TLS.
+       * configure, config.h.in, Makefile.in, testsuite/Makefile.in: Rebuild.
+       * mf-hooks1.c (__mf_0fn_malloc): Move body from ...
+       (__mf_0fn_calloc): ... here.
+       * mf-hooks3.c (struct pthread_info): Remove.
+       (__mf_pthread_info, __mf_pthread_info_idx): Remove.
+       (LIBMUDFLAPTH_THREADS_MAX): Set to 1021.
+       (struct mf_thread_data): New.
+       (mf_thread_data, mf_thread_data_lock): New.
+       (__mf_allocate_blank_threadinfo): Remove.
+       (__mf_find_threadinfo): Rewrite and simplify.  Only use if TLS is
+       not available.
+       (__mf_state_perthread): Remove.
+       (__mf_get_state, __mf_set_state): New.
+       (__mf_pthread_cleanup): Use &errno, rather than saved pointer.
+       Update mf_thread_data killing procedure.
+       (__mf_pthread_spawner): Similarly.
+       (__mf_0fn_pthread_create): Only use wrapper if necessary.  Remove
+       code to allocate thread stack space.
+       (__mf_0fn_pthread_join, pthread_join): Remove.
+       (__mf_0fn_pthread_exit, pthread_exit): Remove.
+       * mf-impl.h (dyn_pthread_join, dyn_pthread_exit): Remove.
+       (__mf_state_1): Rename from __mf_state; use TLS when available.
+       (__mf_get_state, __mf_set_state): New.  Update all users.
+       * mf-runtime.c (begin_recursion_protect1): New.
+       (BEGIN_RECURSION_PROTECT): Use it.
+       (__mf_state_1): Rename from __mf_state; use TLS when available.
+       (threads_active_p): Remove.
+       (__mf_usage): Compute it directly.
+
+2005-06-19  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * testsuite/libmudflap.c/externs-1.c (main): Add return statement.
+
+2005-06-15  Frank Ch. Eigler  <fche@redhat.com>
+
+       Fix for uncaching bug reported by Herman ten Brugge.
+       * mf-runtime.c (__mf_uncache_object): Search whole cache.
+       * testsuite/libmudflap.c/fail40-frag.c: New test.
+
+2005-05-23  Alfred M. Szmidt  <ams@gnu.org>
+
+       PR libmudflap/21724
+       * Makefile.am (AM_MAKEFLAGS): Pass includedir.
+       * Makefile.in: Amend.
+
+2005-06-14  Frank Ch. Eigler  <fche@redhat.com>
+
+       PR mudflap/21023
+       * testsuite/libmudflap.c/externs.exp, externs-{1,2}.c: New test files.
+       * testsuite/libmudflap.c/cfrags.exp: Bypass new sources.
+
+2005-06-14  Frank Ch. Eigler  <fche@redhat.com>
+
+       PR libmudflap/21094
+       * testsuite/libmudflap.c++/*.exp: Assert build tree g++.
+
+2005-06-14  Frank Ch. Eigler  <fche@redhat.com>
+
+       PR mudflap/22064
+       * mf-impl.h (mudflap_mode, violation_mode): Make these ordinary
+       unsigned vars with #defines instead of enums.
+
+2005-05-09  Mike Stump  <mrs@apple.com>
+
+       * configure: Regenerate.
+
+2005-04-12  Mike Stump  <mrs@apple.com>
+
+       * configure: Regenerate.
+
+2005-04-12  Frank Ch. Eigler  <fche@redhat.com>
+
+       PR mudflap/19266
+       * testsuite/libmudflap.c++/c++frags.exp: Also test -O permutation.
+       * testsuite/libmudflap.c++/pass57-frag.cxx: New test.
+
 2005-04-04  Alan Modra  <amodra@bigpond.net.au>
 
        * mf-runtime.c (__mfu_unregister): Warning fix for char unsigned.
 
+2005-03-31  Mike Stump  <mrs@apple.com>
+
+       * mf-runtime.h: Add libmudflap copyright clause.
+
 2005-03-21  Mike Stump  <mrs@apple.com>
 
        * mf-heuristics.c: Fix whitespace at end of line.