Skip to content
Snippets Groups Projects
  1. May 24, 2006
  2. Apr 19, 2006
  3. Apr 10, 2006
    • Matthias Klose's avatar
      libjava.exp (libjava_init): Recognize multilib directory names containing underscores. · 615baed7
      Matthias Klose authored
      gcc/testsuite:
      2006-04-10  Matthias Klose  <doko@debian.org>
      
      	* testsuite/lib/libjava.exp (libjava_init): Recognize multilib
      	directory names containing underscores.
      
      libffi:
      2006-04-10  Matthias Klose  <doko@debian.org>
      
      	* testsuite/lib/libjava.exp (libjava_init): Recognize multilib
      	directory names containing underscores.
      
      libgomp:
      2006-04-10  Matthias Klose  <doko@debian.org>
      
      	* testsuite/lib/libjava.exp (libjava_init): Recognize multilib
      	directory names containing underscores.
      
      libjava:
      2006-04-10  Matthias Klose  <doko@debian.org>
      
      	* testsuite/lib/libjava.exp (libjava_init): Recognize multilib
      	directory names containing underscores.
      
      libmudflap:
      2006-04-10  Matthias Klose  <doko@debian.org>
      
      	* testsuite/lib/libjava.exp (libjava_init): Recognize multilib
      	directory names containing underscores.
      
      libstdc++:
      2006-04-10  Matthias Klose  <doko@debian.org>
      
      	* testsuite/lib/libjava.exp (libjava_init): Recognize multilib
      	directory names containing underscores.
      
      From-SVN: r112833
      615baed7
  4. Nov 22, 2005
    • Janis Johnson's avatar
      libmudflap.exp (libmudflap-init): Remove -static from MUDFLAP_FLAGS if static... · 68d67107
      Janis Johnson authored
      libmudflap.exp (libmudflap-init): Remove -static from MUDFLAP_FLAGS if static library not supported.
      
      	* 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.
      
      From-SVN: r107371
      68d67107
  5. Oct 31, 2005
  6. Oct 04, 2005
  7. Sep 30, 2005
  8. Sep 23, 2005
  9. Aug 23, 2005
  10. Aug 18, 2005
    • James E Wilson's avatar
      Fix FreeBSD failure with recursive malloc call. · 2483ad58
      James E Wilson authored
      * 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.
      
      From-SVN: r103256
      2483ad58
  11. Aug 17, 2005
  12. Aug 15, 2005
  13. Aug 14, 2005
    • Ulrich Weigand's avatar
      mf-runtime.c (__mf_state_1): Initialize to reentrant. · 22f99b82
      Ulrich Weigand authored
      	* 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.
      
      From-SVN: r103084
      22f99b82
  14. Jul 17, 2005
    • Richard Henderson's avatar
      gcc.c (MFWRAP_SPEC): Don't wrap pthread_join or pthread_exit. · 7544a87f
      Richard Henderson authored
              * gcc.c (MFWRAP_SPEC): Don't wrap pthread_join or pthread_exit.
      
              * 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.
      
      From-SVN: r102108
      7544a87f
  15. Jun 19, 2005
  16. Jun 15, 2005
  17. Jun 14, 2005
  18. May 10, 2005
  19. Apr 13, 2005
  20. Apr 12, 2005
    • Frank Ch. Eigler's avatar
      re PR other/19266 ([mudflap] ICE when compiling with -fmudflap -O) · a08a479f
      Frank Ch. Eigler authored
      2005-04-12  Frank Ch. Eigler  <fche@redhat.com>
      
      	PR mudflap/19266
      	From Richard Henderson <rth@redhat.com>:
      	* tree-mudflap.c (mf_build_check_statement_for): Correct block
      	splitting logic.
      
      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.
      
      From-SVN: r98028
      a08a479f
  21. Apr 07, 2005
  22. Apr 04, 2005
  23. Mar 22, 2005
    • Mike Stump's avatar
      mf-heuristics.c: Fix whitespace at end of line. · fb925a51
      Mike Stump authored
              * mf-heuristics.c: Fix whitespace at end of line.
              * mf-hooks1.c: Likewise.
              * mf-hooks2.c: Likewise.
              * mf-hooks3.c: Likewise.
              * mf-impl.h: Likewise.
              * mf-runtime.c: Likewise.
              * mf-runtime.h: Likewise.
      
      From-SVN: r96850
      fb925a51
  24. Mar 21, 2005
    • Zack Weinberg's avatar
      configure.ac: Do not invoke TL_AC_GCC_VERSION. · fd0811ef
      Zack Weinberg authored
      	* configure.ac: Do not invoke TL_AC_GCC_VERSION.
      	In all substitutions, expand gcc_version in Makefile.
      	* aclocal.m4, configure: Regenerate.
      	* Makefile.am: Set gcc_version.
      	* Makefile.in, testsuite/Makefile.in: Regenerate.
      
      From-SVN: r96817
      fd0811ef
  25. Mar 17, 2005
  26. Feb 13, 2005
  27. Jan 05, 2005
  28. Jan 02, 2005
    • Greg McGary's avatar
      mf-impl.h (uintptr_t): Get typedef via stdint.h or define explicitly. · 1330529e
      Greg McGary authored
      	* mf-impl.h (uintptr_t): Get typedef via stdint.h or define explicitly.
      	* mf-runtime.h: New file, replaces mf-runtime.h.in.
      	* configure.ac (AC_CONFIG_FILES): mf-runtime.h is no longer generated.
      	* Makefile.in: Ditto.
      	* testsuite/lib/libmudflap.exp: Add -I${srcdir}/.. to get mf-runtime.h
      	* testsuite/libmudflap.c/pass32-frag.c: s/uintptr_t/__mf_uintptr_t/
      	* testsuite/libmudflap.c/fail36-frag.c: New test.
      	* testsuite/libmudflap.c/fail37-frag.c: New test.
      	* testsuite/libmudflap.c/fail38-frag.c: New test.
      
      From-SVN: r92815
      1330529e
  29. Dec 09, 2004
  30. Dec 02, 2004
  31. Nov 30, 2004
    • Kelley Cook's avatar
      Makefile.am: Define ACLOCAL_AMFLAGS. · 68c8f6ab
      Kelley Cook authored
      2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* Makefile.am: Define ACLOCAL_AMFLAGS.
      	* acinclude.m4: Remove.
      	* stamp-h.in: Remove superfluous stamp file.
      	* aclocal.m4, configure, Makefile.in: Regenerate.
      	* testsuite/Makefile.in: Likewise.
      
      From-SVN: r91499
      68c8f6ab
Loading