1. 02 Nov, 2005 1 commit
  2. 15 Sep, 2005 1 commit
  3. 06 Sep, 2005 1 commit
  4. 17 Jul, 2005 1 commit
  5. 15 Jun, 2005 1 commit
  6. 25 May, 2005 1 commit
  7. 19 Apr, 2005 1 commit
  8. 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
  9. 12 Apr, 2005 1 commit
  10. 24 Mar, 2005 1 commit
  11. 01 Mar, 2005 1 commit
  12. 16 Feb, 2005 1 commit
  13. 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
  14. 30 Nov, 2004 1 commit
  15. 27 Nov, 2004 1 commit
  16. 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
  17. 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
  18. 19 Oct, 2004 1 commit
  19. 13 Oct, 2004 1 commit
  20. 27 Sep, 2004 1 commit
  21. 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
  22. 23 Aug, 2004 1 commit
  23. 16 Aug, 2004 1 commit
    • aclocal.m4: Remove obsolete construct for old automake. · 13b040f1
      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
      Nathanael Nerode committed
  24. 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
  25. 12 Aug, 2004 2 commits
  26. 06 Apr, 2004 1 commit
  27. 27 Feb, 2004 1 commit
  28. 23 Feb, 2004 1 commit
  29. 20 Jan, 2004 1 commit
  30. 31 Oct, 2003 1 commit
  31. 17 Oct, 2003 1 commit
  32. 03 Oct, 2003 1 commit
    • configure.in: Remove NO_GETENV definition for win32. · aa44273b
      	* configure.in: Remove NO_GETENV definition for win32.
      	* mach_dep.c (GC_generic_push_regs): Prevent tail call optimization.
      	* misc.c (GC_init_inner): Call GC_thr_init for win32.
      	  (GC_set_warn_proc): Add assertion.
      	* win32_threads.c: Import 6.3alpha2 version.
      	* include/private/gc_priv.h: Add support for EMPTY_GETENV_RESULTS.
      
      From-SVN: r72074
      Hans Boehm committed
  33. 21 Sep, 2003 1 commit
  34. 31 Jul, 2003 1 commit
  35. 28 Jul, 2003 2 commits
    • Import GC 6.3alpha1. · 30c3de1f
      	* BCC_MAKEFILE: Merge with GC 6.3alpha1 release.
      	* ChangeLog: Likewise.
      	* Makefile.am: Likewise.
      	* Makefile.direct: Likewise.
      	* Makefile.dj: Likewise.
      	* allchblk.c: Likewise.
      	* alloc.c: Likewise.
      	* backgraph.c: Likewise.
      	* configure.host: Likewise.
      	* configure.in: Likewise.
      	* dbg_mlc.c: Likewise.
      	* dyn_load.c: Likewise.
      	* finalize.c: Likewise.
      	* gc_cpp.cc: Likewise.
      	* gc_dlopen.c: Likewise.
      	* gcj_mlc.c: Likewise.
      	* if_mach.c: Likewise.
      	* mach_dep.c: Likewise.
      	* malloc.c: Likewise.
      	* mallocx.c: Likewise.
      	* mark.c: Likewise.
      	* mark_rts.c: Likewise.
      	* misc.c: Likewise.
      	* os_dep.c: Likewise.
      	* ptr_chck.c: Likewise.
      	* reclaim.c: Likewise.
      	* solaris_pthreads.c: Likewise.
      	* solaris_threads.c: Likewise.
      	* sparc_mach_dep.S: Likewise.
      	* threadlibs.c: Likewise.
      	* typd_mlc.c: Likewise.
      	* version.h: Likewise.
      	* win32_threads.c: Likewise.
      	* Mac_files/MacOS_Test_config.h: Likewise.
      	* Mac_files/MacOS_config.h: Likewise.
      	* cord/cordbscs.c: Likewise.
      	* cord/cordprnt.c: Likewise.
      	* cord/de_win.c: Likewise.
      	* doc/README: Likewise.
      	* doc/README.MacOSX: Likewise.
      	* doc/README.changes: Likewise.
      	* doc/README.environment: Likewise.
      	* doc/README.ews4800: Likewise.
      	* doc/README.linux: Likewise.
      	* doc/README.macros: Likewise.
      	* doc/README.win32: Likewise.
      	* doc/debugging.html: Likewise.
      	* doc/gcdescr.html: Likewise.
      	* doc/tree.html: Likewise.
      	* include/Makefile.in: Likewise.
      	* include/gc.h: Likewise.
      	* include/gc_cpp.h: Likewise.
      	* include/gc_local_alloc.h: Likewise.
      	* include/gc_mark.h: Likewise.
      	* include/gc_pthread_redirects.h: Likewise.
      	* include/gc_typed.h: Likewise.
      	* include/new_gc_alloc.h: Likewise.
      	* include/private/dbg_mlc.h: Likewise.
      	* include/private/gc_hdrs.h: Likewise.
      	* include/private/gc_locks.h: Likewise.
      	* include/private/gc_pmark.h: Likewise.
      	* include/private/gc_priv.h: Likewise.
      	* include/private/gcconfig.h: Likewise.
      	* include/private/solaris_threads.h: Likewise.
      	* include/private/specific.h: Likewise.
      	* tests/test.c: Likewise.
      	* tests/test_cpp.cc: Likewise.
      
      	* configure: Rebuild.
      	* Makefile.in: Rebuild.
      
      	* mips_sgi_mach_dep.s: Add.
      
      	* alpha_mach_dep.s: Remove.
      	* irix_threads.c: Remove.
      	* linux_threads.c: Remove.
      	* mips_sgi_mach_dep.S: Remove.
      	* missing: Remove.
      	* powerpc_macosx_mach_dep.s: Remove.
      	* doc/Makefile.am: Remove.
      	* doc/Makefile.in: Remove.
      
      From-SVN: r69880
      Jeff Sturm committed
    • Initial revision · 6991c6c9
      From-SVN: r69872
      Jeff Sturm committed
  36. 16 Apr, 2003 1 commit
  37. 10 Apr, 2003 1 commit
  38. 23 Mar, 2003 1 commit