Skip to content
Snippets Groups Projects
  1. Jun 21, 2006
  2. Jun 20, 2006
  3. Jun 03, 2006
    • geoffk's avatar
      Index: gcc/ChangeLog · 168c58e0
      geoffk authored
      2006-06-02  Geoffrey Keating  <geoffk@apple.com>
      
      	* config/rs6000/host-darwin.c (sigaltstack): Protect prototype with
      	HAVE_DECL_SIGALTSTACK.
      	(MC_FLD): New.
      	(segv_handler): Use MC_FLD.
      	* configure.ac: Check for a sigaltstack declaration.
      	Compute HAS_MCONTEXT_T_UNDERSCORES on Darwin.
      	* configure: Regenerate.
      	* config.in: Regenerate.
      
      Index: boehm-gc/ChangeLog
      2006-06-02  Geoffrey Keating  <geoffk@apple.com>
      
      	* configure.ac: Define HAS_PPC_THREAD_STATE_R0,
      	HAS_PPC_THREAD_STATE___R0, HAS_PPC_THREAD_STATE64_R0,
      	HAS_PPC_THREAD_STATE64___R0, HAS_I386_THREAD_STATE_EAX,
      	HAS_I386_THREAD_STATE___EAX.
      	* configure: Regenerate.
      	* include/gc_config.h.in: Regenerate.
      	* darwin_stop_world.c (PPC_RED_ZONE_SIZE): Use standard Darwin
      	macro names to determine value.
      	(THREAD_STATE): New.
      	(THREAD_FLD): New.
      	(GC_push_all_stacks): Use THREAD_STATE and THREAD_FLD in both versions.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114339 138bc75d-0d04-0410-961f-82ee72b054a4
      168c58e0
  4. May 24, 2006
    • carlos's avatar
      · f2a8bd23
      carlos authored
      2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
      
      	* Makefile.am: Add install-html target. 
      	* Makefile.in: Regenerate.
      	* aclocal.m4: Regenerate.
      	* include/Makefile.in: Regenerate.
      
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114055 138bc75d-0d04-0410-961f-82ee72b054a4
      f2a8bd23
  5. Apr 24, 2006
  6. Apr 11, 2006
  7. Mar 24, 2006
  8. Feb 10, 2006
  9. Feb 07, 2006
    • tromey's avatar
      2006-02-06 Jakub Jelinek <jakub@redhat.com> · 4b04d5da
      tromey authored
      	    Anthony Green  <green@redhat.com>
      	    Tom Tromey  <tromey@redhat.com>
      
      	* include/gc_ext_config.h.in: Added GC_PTHREAD_SYM_VERSION.
      	* include/gc_config.h.in: Rebuilt.
      	* include/gc_pthread_redirects.h (pthread_create): Conditionally
      	define.
      	* pthread_support.c (pthread_create_): New global.
      	(constr): New function.
      	(pthread_create): Conditionally renamed.
      	* configure: Rebuilt.
      	* configure.ac (GC_PTHREAD_SYM_VERSION): Define.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110682 138bc75d-0d04-0410-961f-82ee72b054a4
      4b04d5da
  10. Feb 04, 2006
  11. Jan 25, 2006
  12. Jan 24, 2006
  13. Nov 02, 2005
  14. Oct 31, 2005
  15. Sep 15, 2005
  16. Sep 06, 2005
  17. Jul 17, 2005
  18. Jun 15, 2005
  19. May 25, 2005
  20. May 10, 2005
  21. Apr 19, 2005
  22. Apr 17, 2005
  23. Apr 13, 2005
  24. Apr 12, 2005
  25. Mar 24, 2005
  26. Mar 01, 2005
  27. Feb 26, 2005
  28. Feb 16, 2005
  29. Feb 09, 2005
    • hboehm's avatar
      * allchblk.c (GC_allochblk_nth): Dont overlook available space if · 9b87a152
      hboehm authored
      	  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).
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94776 138bc75d-0d04-0410-961f-82ee72b054a4
      9b87a152
  30. Jan 02, 2005
    • bryce's avatar
      2005-01-01 Bryce McKinlay <mckinlay@redhat.com> · a26ec131
      bryce authored
      	* 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.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92801 138bc75d-0d04-0410-961f-82ee72b054a4
      a26ec131
  31. Dec 13, 2004
  32. Nov 30, 2004
  33. Nov 29, 2004
  34. Nov 27, 2004
  35. Nov 26, 2004
    • bryce's avatar
      2004-11-26 Bryce McKinlay <mckinlay@redhat.com> · cfd10932
      bryce authored
      	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.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91330 138bc75d-0d04-0410-961f-82ee72b054a4
      cfd10932
  36. Nov 25, 2004
    • kcook's avatar
      2004-11-24 Kelley Cook <kcook@gcc.gnu.org> · a234d196
      kcook authored
      	* 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.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91293 138bc75d-0d04-0410-961f-82ee72b054a4
      a234d196
Loading