Skip to content
Snippets Groups Projects
  1. Mar 24, 2005
  2. Mar 01, 2005
  3. Feb 26, 2005
    • Richard Earnshaw's avatar
      dyn_load.c: On NetBSD... · 7bcf4240
      Richard Earnshaw authored
      	* dyn_load.c: On NetBSD, include machine/elf_machdep.h and define
      	ELFSIZE in terms of ARCH_ELFSIZE (back-ported from gc7.0alpha1).
      
      From-SVN: r95582
      7bcf4240
  4. Feb 16, 2005
    • Bryce McKinlay's avatar
      re PR libgcj/19823 (java fails with non-executable memory) · 5909b034
      Bryce McKinlay authored
      2005-02-15  Bryce McKinlay  <mckinlay@redhat.com>
      
      	PR libgcj/19823
      	* configure.host: Set gc_use_mmap on *-linux*.
      	* configure.ac: Define USE_MMAP if gc_use_mmap is set.
      	* include/private/gc_priv.h: Include gc_config.h.
      	* configure, include/gc_config.h.in: Rebuilt.
      
      From-SVN: r95094
      5909b034
  5. Feb 09, 2005
    • Hans Boehm's avatar
      allchblk.c (GC_allochblk_nth): Dont overlook available space if GC disabled... · 328d1d4c
      Hans Boehm authored
      	* allchblk.c (GC_allochblk_nth): Dont overlook available space if
      	  GC disabled, correctly convert GC_finalizer_mem_freed to byte,
        	  total_size to words.
        	* dyn_load.c (win32 GC_register_dynamic_libraries): Consider only
      	  MEM_IMAGE regions.
        	* mach_dep.c (GC_with_callee_saves_pushed): separate into new function,
      	  and indent appropriately.
        	* mark_rts.c (GC_approx_sp): Access stack.
      	* pthread_stop_world.c: (GC_suspend_handler): Explicitly push
      	  callee-saves registers when appropriate.
        	  (GC_stop_world): Handle EINTR from sem_wait (sync with Mono GC).
      
      From-SVN: r94776
      328d1d4c
  6. Jan 02, 2005
    • Bryce McKinlay's avatar
      boehm-gc.h: Include gc_ext_config.h, not gc_config.h. · 9a060b37
      Bryce McKinlay authored
      2005-01-01  Bryce McKinlay  <mckinlay@redhat.com>
      
      	* include/boehm-gc.h: Include gc_ext_config.h, not gc_config.h.
      
      2005-01-01  Bryce McKinlay  <mckinlay@redhat.com>
      
      	* configure.ac (AC_CONFIG_HEADERS): Build both include/gc_config.h
      	and include/gc_ext_config.h.
      	* include/gc_ext_config.h: New file. Define only THREAD_LOCAL_ALLOC.
      	* include/gc.h: Undef PACKAGE_* before including gc_config.h.
      
      From-SVN: r92801
      9a060b37
  7. Dec 13, 2004
  8. Nov 30, 2004
  9. Nov 29, 2004
  10. Nov 27, 2004
    • Bryce McKinlay's avatar
      gc_config.h.in: Add comment. · d4edf85f
      Bryce McKinlay authored
      2004-11-27  Bryce McKinlay  <mckinlay@redhat.com>
      
              * include/gc_config.h.in: Add comment. Define only THREAD_LOCAL_ALLOC.
      
      From-SVN: r91387
      d4edf85f
  11. Nov 26, 2004
    • Bryce McKinlay's avatar
      Fix "PACKAGE_NAME redefined" errors. · 504832c1
      Bryce McKinlay authored
      2004-11-26  Bryce McKinlay  <mckinlay@redhat.com>
      
      	Fix "PACKAGE_NAME redefined" errors.
      	* configure.ac (AC_CONFIG_HEADERS): Build both include/config.h
      	and include/gc_config.h.
      	* configure: Regenerated.
      	* include/gc_config.h.in: No longer auto-generated. Define only the
      	macros needed by libjava.
      	* include/config.h.in: Generated by autoheader.
      	* include/gc.h: Include config.h, not gc_config.h.
      
      From-SVN: r91330
      504832c1
  12. Nov 25, 2004
    • Kelley Cook's avatar
      libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change. · 767f726e
      Kelley Cook authored
      2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
      	* boehm-gc/configure: Regenerate.
      	* libffi/configure: Regenerate.
      	* libgfortran/configure: Regenerate.
      	* libjava/configure: Regenerate.
      	* libobjc/configure: Regenerate.
      	* libstdc++-v3/configure: Regenerate.
      	* zlib/configure: Regenerate.
      
      From-SVN: r91293
      767f726e
  13. Nov 24, 2004
    • Kelley Cook's avatar
      libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case from CVS libtool to always pass_all. · 2c92e90f
      Kelley Cook authored
      2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
      	from CVS libtool to always pass_all.
      	* boehm-gc/configure: Regenerate.
      	* libffi/configure: Regenerate.
      	* libgfortran/configure: Regenerate.
      	* libjava/configure: Regenerate.
      	* libobjc/configure: Regenerate.
      	* libstdc++-v3/configure: Regenerate.
      	* zlib/configure: Regenerate.
      
      From-SVN: r91200
      2c92e90f
  14. Nov 22, 2004
  15. Nov 05, 2004
    • Kelley Cook's avatar
      Makefile.am: Define ACLOCAL_AMFLAGS. · 97ee7627
      Kelley Cook authored
      2004-11-04  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* Makefile.am: Define ACLOCAL_AMFLAGS.
      	* configure.ac: Remove redundant sinclude.
      	* acinclude.m4: Delete file.
      	* aclocal.m4: Regenerate.
      	* Makefile.in, include/Makefile.in: Regenerate.
      	* configure: Regenerate.
      
      From-SVN: r90103
      97ee7627
  16. Oct 19, 2004
  17. Oct 13, 2004
  18. Sep 27, 2004
  19. Aug 28, 2004
    • Hans Boehm's avatar
      backgraph.c, gc_priv.h (GC_traverse_back_graph, [...]): split GC_traverse_back_graph. · 3c1cbf58
      Hans Boehm authored
      	* backgraph.c, gc_priv.h (GC_traverse_back_graph,
      	GC_print_back_graph_stats): split GC_traverse_back_graph.
      	* backgraph.c: Dynamically grow in_progress_space.
      	* finalize.c (GC_notify_or_invoke_finalizers): also call
      	GC_print_back_graph_stats.
      	* alloc.c, finalize.c, gc_priv.h (GC_generate_random_backtrace_no_gc,
      	GC_print_back_height): Move delarations to header file.
      	* configure.ac: rename --enable-full-debug to --enable-gc-debug.
      	* configure: Regenerate.
      
      From-SVN: r86685
      3c1cbf58
  20. Aug 23, 2004
  21. Aug 21, 2004
  22. Aug 16, 2004
    • Bryce McKinlay's avatar
      specific.c: Check GC_LINUX_THREADS before including private/specific.h. · 28f2ebcf
      Bryce McKinlay authored
      2004-08-16  Bryce McKinlay  <mckinlay@redhat.com>
      
      	* specific.c: Check GC_LINUX_THREADS before including
      	private/specific.h. From Richard Earnshaw.
      
      From-SVN: r86084
      28f2ebcf
    • Nathanael Nerode's avatar
      aclocal.m4: Remove obsolete construct for old automake. · 13b040f1
      Nathanael Nerode authored
      2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
      
      	* aclocal.m4: Remove obsolete construct for old automake.
      	* acinclude.m4: Regenerate with aclocal 1.9.1.
      	* configure.ac:  Remove duplicate AC_WITH calls.  Replace
      	AC_CANONICAL_SYSTEM with AC_CANONICAL_HOST, AC_CANONICAL_TARGET.
      	Replace _GCC_TOPLEV_NONCANONICAL calls with ACX_NONCANONICAL_TARGET.
      	Remove now-redundant subst of target_noncanonical.  Remove
      	now-gratuitous m4 quoting around $.  Replace AM_PROG_LIBTOOL with
      	AC_PROG_LIBTOOL and remove second, redundant AC_PROG_LIBTOOL.
      	Use slightly more modern form of AC_INIT.
      	* configure: Rebuild with autoconf 2.59.
      	* Makefile.in, include/Makefile.in: Rebuild with automake 1.9.1.
      
      From-SVN: r86071
      13b040f1
    • Andreas Tobler's avatar
      solaris_threads.c: Remove ifdef around #include "private/gc_priv.h" since they're not known at... · 461b08b8
      Andreas Tobler authored
      2004-08-16  Andreas Tobler  <a.tobler@schweiz.ch>
      
      	* solaris_threads.c: Remove ifdef around #include "private/gc_priv.h"
      	since they're not known at this time.
      	* solaris_pthreads.c: Likewise.
      
      From-SVN: r86062
      461b08b8
  23. Aug 15, 2004
  24. Aug 13, 2004
    • Bryce McKinlay's avatar
      configure.in (GCINCS): Don't use "boehm-cflags". · 4109fe85
      Bryce McKinlay authored
      libjava:
      2004-08-13  Bryce McKinlay  <mckinlay@redhat.com>
      
      	* configure.in (GCINCS): Don't use "boehm-cflags". Instead, -I
      	boehm-gc's include dirs.
      	* configure: Rebuilt.
      	* include/boehm-gc.h: Include gc_config.h.
      
      boehm-gc:
      2004-08-13  Bryce McKinlay  <mckinlay@redhat.com>
      
      	* configure.ac (gc_cflags): Add -Iinclude.
      	(AC_CONFIG_HEADERS): New. Configure gc_config.h header.
      	Don't write DEFS to boehm-cflags file.
      	* configure: Rebuilt.
      	* gcj_mlc.c: Check #ifdef GC_GCJ_SUPPORT after including headers.
      	* specific.c: Check #ifdef GC_LINUX_THREADS after including headers.
      	* include/gc_config_macros.h: Remove backward-compatibility
      	redefinitions of GC_ names.
      	* include/gc.h: Include <gc_config.h>.
      
      2004-08-13  Bryce McKinlay  <mckinlay@redhat.com>
      
      	Import Boehm GC version 6.3.
      
      From-SVN: r85972
      4109fe85
  25. Aug 12, 2004
  26. Jul 07, 2004
  27. Jun 20, 2004
  28. Jun 18, 2004
  29. Jun 16, 2004
    • Paolo Bonzini's avatar
      configure.ac: New name of configure.in. · bf9a420e
      Paolo Bonzini authored
      boehm-gc/ChangeLog:
      2005-06-16  Paolo Bonzini  <bonzini@gnu.org>
      
      	* boehm-gc/configure.ac: New name of configure.in.
      	Remove useless multilib stuff.  Change uses of
      	INCLUDES and CXXINCLUDES to AM_CPPFLAGS.
      	* boehm-gc/configure.in: New name of configure.in.
      	* boehm-gc/Makefile.am: Update for automake 1.8.5.
      	* boehm-gc/acinclude.m4: Include ../config/acx.m4.
      	* boehm-gc/aclocal.m4: Regenerate.
      	* boehm-gc/configure: Regenerate.
      
      contrib/ChangeLog:
      2004-06-16  Paolo Bonzini  <bonzini@gnu.org>
      
      	* gcc_update (boehm-gc/configure): Depend on
      	boehm-gc/configure.ac instead of boehm-gc/configure.in
      
      gcc/ChangeLog:
      2004-06-16  Paolo Bonzini  <bonzini@gnu.org>
      
      	* doc/install.texi: boehm-gc now uses automake 1.8.5.
      
      From-SVN: r83227
      bf9a420e
  30. Jun 15, 2004
  31. May 18, 2004
  32. Apr 25, 2004
  33. Apr 06, 2004
  34. Mar 11, 2004
    • Kelley Cook's avatar
      configure.ac: Bump AC_PREREQ to 2.59. · 8ab705be
      Kelley Cook authored
      boehm-gc/
      2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* configure.ac: Bump AC_PREREQ to 2.59.
      	* configure: Regenerate.
      	* config.in: Regenerate.
      
      fastjar/
      2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* configure.ac: Bump AC_PREREQ to 2.59.
      	* configure: Regenerate.
      
      intl/
      2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* configure.ac: Bump AC_PREREQ to 2.59.
      	* configure: Regenerate.
      	* config.h.in: Regenerate.
      
      gcc/
      2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* configure.ac: Bump AC_PREREQ to 2.59.
      	* configure: Regenerate.
      
      libada/
      2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* configure.in: Rename file to ...
      	* configure.ac: .. to this. Bump AC_PREREQ to 2.59.
      	* configure: Regenerate.
      
      libjava/libltdl/
      2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* configure.ac: Bump AC_PREREQ to 2.59.
      	* configure: Regenerate.
      	* config-h.in: Regenerate.
      
      libstdc++-v3/
      2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* configure.ac: Bump AC_PREREQ to 2.59.
      
      contrib/
      2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* gcc_update (files_and_dependencies): Insert libada/configure.
      
      From-SVN: r79285
      8ab705be
Loading