OSDN Git Service

2006-06-21 Frank Ch. Eigler <fche@redhat.com>
[pf3gnuchains/gcc-fork.git] / libmudflap / ChangeLog
index c42fa25..ea2c6f6 100644 (file)
@@ -1,3 +1,111 @@
+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