1. 02 Nov, 2005 1 commit
  2. 31 Oct, 2005 1 commit
  3. 15 Sep, 2005 1 commit
  4. 06 Sep, 2005 1 commit
  5. 17 Jul, 2005 1 commit
  6. 15 Jun, 2005 1 commit
  7. 25 May, 2005 1 commit
  8. 10 May, 2005 1 commit
  9. 19 Apr, 2005 1 commit
  10. 17 Apr, 2005 1 commit
    • gcconfig.h (sparc-linux): Use LINUX_STACKBOTTOM. · 22d97ada
      2005-04-17  David S. Miller  <davem@davemloft.net>
      
      	* include/private/gcconfig.h (sparc-linux): Use LINUX_STACKBOTTOM.
      	* os_dep.c (GC_linux_stack_base): Check for bug present in some
      	Sparc glibc variants where __libc_stack_end is erroneously set
      	to "1".  Fallback to procfs code in that case.
      
      From-SVN: r98303
      David S. Miller committed
  11. 13 Apr, 2005 1 commit
  12. 12 Apr, 2005 1 commit
  13. 24 Mar, 2005 1 commit
  14. 01 Mar, 2005 1 commit
  15. 26 Feb, 2005 1 commit
  16. 16 Feb, 2005 1 commit
  17. 09 Feb, 2005 1 commit
    • allchblk.c (GC_allochblk_nth): Dont overlook available space if GC disabled... · 328d1d4c
      	* 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
      Hans Boehm committed
  18. 02 Jan, 2005 1 commit
    • boehm-gc.h: Include gc_ext_config.h, not gc_config.h. · 9a060b37
      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
      Bryce McKinlay committed
  19. 13 Dec, 2004 1 commit
  20. 30 Nov, 2004 1 commit
  21. 29 Nov, 2004 1 commit
  22. 27 Nov, 2004 1 commit
  23. 26 Nov, 2004 1 commit
    • Fix "PACKAGE_NAME redefined" errors. · 504832c1
      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
      Bryce McKinlay committed
  24. 25 Nov, 2004 1 commit
    • libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change. · 767f726e
      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
      Kelley Cook committed
  25. 24 Nov, 2004 1 commit
  26. 22 Nov, 2004 2 commits
  27. 05 Nov, 2004 1 commit
    • Makefile.am: Define ACLOCAL_AMFLAGS. · 97ee7627
      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
      Kelley Cook committed
  28. 19 Oct, 2004 1 commit
  29. 13 Oct, 2004 1 commit
  30. 27 Sep, 2004 1 commit
  31. 28 Aug, 2004 1 commit
    • backgraph.c, gc_priv.h (GC_traverse_back_graph, [...]): split GC_traverse_back_graph. · 3c1cbf58
      	* 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
      Hans Boehm committed
  32. 23 Aug, 2004 2 commits
  33. 21 Aug, 2004 1 commit
  34. 16 Aug, 2004 3 commits
  35. 15 Aug, 2004 1 commit
  36. 13 Aug, 2004 1 commit
    • configure.in (GCINCS): Don't use "boehm-cflags". · 4109fe85
      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
      Bryce McKinlay committed