OSDN Git Service

2000-07-19 Benjamin Kosnik <bkoz@milou.soma.redhat.com>
[pf3gnuchains/gcc-fork.git] / boehm-gc / ChangeLog
index 6831e8d..de895eb 100644 (file)
@@ -1,3 +1,43 @@
+2000-06-20  Bryce McKinlay  <bryce@albatross.co.nz>
+
+       Imported version 5.1.
+       * acinclude.m4: Push version to 5.1.
+
+2000-06-19  Andrew Haley  <aph@cygnus.com>
+
+        * os_dep.c (read): Pass two dummy args to syscall().
+
+2000-05-11  Bryce McKinlay  <bryce@albatross.co.nz>
+
+       Imported 5.0 release version.
+       * acinclude.m4: Increment version to 5.0.
+
+2000-05-07  Bryce McKinlay  <bryce@albatross.co.nz>
+
+       Imported version 5.0alpha7.
+        * acinclude.m4: Update version to 5.0a7.
+
+2000-04-26  Jakub Jelinek  <jakub@redhat.com>
+
+       * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
+       (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
+       - sparc glibc does not provide it.
+       (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
+       Make STACKBOTTOM depend on the wordsize.
+       * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
+       (struct frame): Declare on sparc*-linux*.
+       (GC_save_callers): Bias the frame pointers if needed (sparc64).
+       * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
+       Implement on sparc64.
+       (GC_clear_stack_inner): Implement on sparc64.
+       * gc_priv.h (GC_test_and_set): Implement for sparc.
+       * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
+       GC_save_regs_in_stack on sparc.
+
+2000-04-23  Tom Tromey  <tromey@cygnus.com>
+
+       * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
+
 2000-04-19  Bryce McKinlay  <bryce@albatross.co.nz>
 
        Imported version version 5.0alpha6.
@@ -5,6 +45,9 @@
        * configure.in: Don't use alpha_mach_dep.s.
        * include/private/config.h, irix_threads.c gc_watcom.asm: Delete 
        obsolete files.
+       * Makefile.am, Makefile.in: irix_threads.c is now
+       hpux_irix_threads.c.
+       * Makefile.orig: Updated from gc distribution Makefile.
 
 2000-03-26  Anthony Green  <green@redhat.com>