OSDN Git Service

2004-01-20 Andrew Haley <aph@redhat.com>
[pf3gnuchains/gcc-fork.git] / boehm-gc / ChangeLog
index afb1ce9..ebdb8dd 100644 (file)
@@ -1,3 +1,98 @@
+2004-01-20  Andrew Haley  <aph@redhat.com>
+
+       * include/private/gcconfig.h (USE_MMAP): Define for all Linux.
+
+       * configure.in: Comment change.
+
+2004-01-16  Andrew Haley  <aph@redhat.com>
+
+       * configure.in (NO_EXECUTE_PERMISSION): Remove global declaration;
+       add for ia64; remove for MIPS.
+       * configure: Regnerated.
+       
+2004-01-14  Kelley Cook  <kcook@gcc.gnu.org>
+
+       * configure.in: Add in AC_PREREQ(2.13)
+
+2004-01-07  Dave Jones <davej@redhat.com>
+       * malloc.c (GC_generic_malloc): Correct initialization typo.
+       * mallocx.c (GC_generic_malloc_ignore_off_page): Ditto.
+
+2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
+
+       * include/private/gcconfig.h: Re-install change of 2003-04-16.
+
+2003-10-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * mips_sgi_mach_dep.s: Use _ABIO32 instead of external
+       _MIPS_SIM_ABI32.
+
+2003-10-18  Alan Modra  <amodra@bigpond.net.au>
+
+       * include/private/gcconfig.h (ALIGNMENT <powerpc linux>): Remove
+       unsure comment.
+
+2003-10-03  Jeff Sturm  <jsturm@one-point.com>
+
+       * configure: Rebuild.
+
+2003-10-03  Hans Boehm  <Hans.Boehm@hp.com>
+
+       * 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.
+
+2003-09-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * configure.in: Remove wildcard from Solaris 8-9/Intel and Solaris
+       2.3/SPARC, there are no micro versions.
+       Treat Solaris 10 and up alike.
+       * configure: Regenerate.
+
+2003-09-22  Anthony Green  <green@redhat.com>
+
+       * os_dep.c: Fix GC_get_stack_base build problem for vanilla elf
+       "NOSYS" targets.
+
+2003-09-20    <green@redhat.com>
+
+       * include/private/gcconfig.h: Don't check for __XSCALE__.  Instead
+       check for __arm__ or __thumb__.
+
+2003-09-09  Alan Modra  <amodra@bigpond.net.au>
+
+       * configure: Regenerate.
+
+2003-08-07  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+           Roger Sayle <roger@eyesopen.com>
+
+       * configure.in: Set INCLUDES to absolute path.
+       Save $INCLUDES in boehm-cflags, too.
+       Set INCLUDES so it's available to config.status.
+       * configure: Regenerate.
+
+2003-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * include/gc.h (GC_CreateThread): Declare with WINAPI
+       attribute. 
+       * win32_threads.c (GC_CreateThread): Make definitions consistent
+       with declaration.  Cast &thread_table[i].handle to PHANDLE
+       in call to DuplicateHandle
+       (thread_start): Declare as static.
+
+2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * dyn_load.c: Define __private_extern__ to match Apple's system 
+       header.
+2003-07-28  Loren J. Rittle  <ljrittle@acm.org>
+
+       * os_dep.c: Remove redundancy introduced in last merge.
+
 2003-07-28  Jeff Sturm  <jsturm@one-point.com>
 
        Import GC 6.3alpha1.