1 2004-09-06 Release Manager
5 2004-07-01 Release Manager
9 2004-04-21 H.J. Lu <hongjiu.lu@intel.com>
12 Backport from mainline:
14 * include/private/gcconfig.h (PREFETCH): Use __builtin_prefetch
16 (PREFETCH_FOR_WRITE): Likewise.
18 2004-04-18 Release Manager
22 2004-02-22 Matthias Klose <doko@debian.org>
24 * config.guess: Update from version 2002-01-10 to 2004-02-16.
25 * config.sub: Update from version 2002-01-02 to 2004-02-16.
27 2004-01-20 Andrew Haley <aph@redhat.com>
29 * include/private/gcconfig.h (USE_MMAP): Define for all Linux.
31 * configure.in: Comment change.
33 2004-01-16 Andrew Haley <aph@redhat.com>
35 * configure.in (NO_EXECUTE_PERMISSION): Remove global declaration;
36 add for ia64; remove for MIPS.
37 * configure: Regnerated.
39 2004-01-14 Kelley Cook <kcook@gcc.gnu.org>
41 * configure.in: Add in AC_PREREQ(2.13)
43 2004-01-07 Dave Jones <davej@redhat.com>
45 * malloc.c (GC_generic_malloc): Correct initialization typo.
46 * mallocx.c (GC_generic_malloc_ignore_off_page): Ditto.
48 2003-10-31 Richard Earnshaw <rearnsha@arm.com>
50 * include/private/gcconfig.h: Re-install change of 2003-04-16.
52 2003-10-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
54 * mips_sgi_mach_dep.s: Use _ABIO32 instead of external
57 2003-10-18 Alan Modra <amodra@bigpond.net.au>
59 * include/private/gcconfig.h (ALIGNMENT <powerpc linux>): Remove
62 2003-10-03 Jeff Sturm <jsturm@one-point.com>
66 2003-10-03 Hans Boehm <Hans.Boehm@hp.com>
68 * configure.in: Remove NO_GETENV definition for win32.
69 * mach_dep.c (GC_generic_push_regs): Prevent tail call optimization.
70 * misc.c (GC_init_inner): Call GC_thr_init for win32.
71 (GC_set_warn_proc): Add assertion.
72 * win32_threads.c: Import 6.3alpha2 version.
73 * include/private/gc_priv.h: Add support for EMPTY_GETENV_RESULTS.
75 2003-09-29 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
77 * configure.in: Remove wildcard from Solaris 8-9/Intel and Solaris
78 2.3/SPARC, there are no micro versions.
79 Treat Solaris 10 and up alike.
80 * configure: Regenerate.
82 2003-09-22 Anthony Green <green@redhat.com>
84 * os_dep.c: Fix GC_get_stack_base build problem for vanilla elf
87 2003-09-20 <green@redhat.com>
89 * include/private/gcconfig.h: Don't check for __XSCALE__. Instead
90 check for __arm__ or __thumb__.
92 2003-09-09 Alan Modra <amodra@bigpond.net.au>
94 * configure: Regenerate.
96 2003-08-07 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
97 Roger Sayle <roger@eyesopen.com>
99 * configure.in: Set INCLUDES to absolute path.
100 Save $INCLUDES in boehm-cflags, too.
101 Set INCLUDES so it's available to config.status.
102 * configure: Regenerate.
104 2003-07-31 Danny Smith <dannysmith@users.sourceforge.net>
106 * include/gc.h (GC_CreateThread): Declare with WINAPI
108 * win32_threads.c (GC_CreateThread): Make definitions consistent
109 with declaration. Cast &thread_table[i].handle to PHANDLE
110 in call to DuplicateHandle
111 (thread_start): Declare as static.
113 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
115 * dyn_load.c: Define __private_extern__ to match Apple's system
118 2003-07-28 Loren J. Rittle <ljrittle@acm.org>
120 * os_dep.c: Remove redundancy introduced in last merge.
122 2003-07-28 Jeff Sturm <jsturm@one-point.com>
125 * BCC_MAKEFILE: Merge with GC 6.3alpha1 release.
126 * ChangeLog: Likewise.
127 * Makefile.am: Likewise.
128 * Makefile.direct: Likewise.
129 * Makefile.dj: Likewise.
130 * allchblk.c: Likewise.
132 * backgraph.c: Likewise.
133 * configure.host: Likewise.
134 * configure.in: Likewise.
135 * dbg_mlc.c: Likewise.
136 * dyn_load.c: Likewise.
137 * finalize.c: Likewise.
138 * gc_cpp.cc: Likewise.
139 * gc_dlopen.c: Likewise.
140 * gcj_mlc.c: Likewise.
141 * if_mach.c: Likewise.
142 * mach_dep.c: Likewise.
143 * malloc.c: Likewise.
144 * mallocx.c: Likewise.
146 * mark_rts.c: Likewise.
148 * os_dep.c: Likewise.
149 * ptr_chck.c: Likewise.
150 * reclaim.c: Likewise.
151 * solaris_pthreads.c: Likewise.
152 * solaris_threads.c: Likewise.
153 * sparc_mach_dep.S: Likewise.
154 * threadlibs.c: Likewise.
155 * typd_mlc.c: Likewise.
156 * version.h: Likewise.
157 * win32_threads.c: Likewise.
158 * Mac_files/MacOS_Test_config.h: Likewise.
159 * Mac_files/MacOS_config.h: Likewise.
160 * cord/cordbscs.c: Likewise.
161 * cord/cordprnt.c: Likewise.
162 * cord/de_win.c: Likewise.
163 * doc/README: Likewise.
164 * doc/README.MacOSX: Likewise.
165 * doc/README.changes: Likewise.
166 * doc/README.environment: Likewise.
167 * doc/README.ews4800: Likewise.
168 * doc/README.linux: Likewise.
169 * doc/README.macros: Likewise.
170 * doc/README.win32: Likewise.
171 * doc/debugging.html: Likewise.
172 * doc/gcdescr.html: Likewise.
173 * doc/tree.html: Likewise.
174 * include/Makefile.in: Likewise.
175 * include/gc.h: Likewise.
176 * include/gc_cpp.h: Likewise.
177 * include/gc_local_alloc.h: Likewise.
178 * include/gc_mark.h: Likewise.
179 * include/gc_pthread_redirects.h: Likewise.
180 * include/gc_typed.h: Likewise.
181 * include/new_gc_alloc.h: Likewise.
182 * include/private/dbg_mlc.h: Likewise.
183 * include/private/gc_hdrs.h: Likewise.
184 * include/private/gc_locks.h: Likewise.
185 * include/private/gc_pmark.h: Likewise.
186 * include/private/gc_priv.h: Likewise.
187 * include/private/gcconfig.h: Likewise.
188 * include/private/solaris_threads.h: Likewise.
189 * include/private/specific.h: Likewise.
190 * tests/test.c: Likewise.
191 * tests/test_cpp.cc: Likewise.
193 * configure: Rebuild.
194 * Makefile.in: Rebuild.
196 * mips_sgi_mach_dep.s: Add.
198 * alpha_mach_dep.s: Remove.
199 * irix_threads.c: Remove.
200 * linux_threads.c: Remove.
201 * mips_sgi_mach_dep.S: Remove.
203 * powerpc_macosx_mach_dep.s: Remove.
204 * doc/Makefile.am: Remove.
205 * doc/Makefile.in: Remove.
207 2003-07-25 Roger Sayle <roger@eyesopen.com>
209 * configure.host: Only use +ESdbgasm when using the HPUX native
210 compiler on PA-Risc. It isn't recognized by GCC and is silently
211 ignored by HP's compilers on ia64.
213 2003-04-28 Mohan Embar <gnustuff@thisiscool.com>
215 * configure.in: define GC_DLL under mingw if --enable-shared
217 * win32_threads.c: add #ifdef GC_DLL around DllMain
219 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
221 * include/private/gcconfig.h: Add support for arm-netbsdelf.
223 2003-04-09 Tom Tromey <tromey@redhat.com>
225 * include/private/gcconfig.h (LINUX_STACKBOTTOM): Define for
227 (STACK_GRAN, HEURISTIC1): Don't define for POWERPC.
229 2003-03-22 Richard Henderson <rth@redhat.com>
231 * include/private/gc_locks.h [IA64]: Include ia64intrin.h.
232 (GC_test_and_set): Use __sync_lock_test_and_set.
233 (GC_clear): Use volatile assignment.
234 (GC_compare_and_exchange): Use __sync_bool_compare_and_swap.
235 (GC_memory_write_barrier): Use __sync_synchronize.
237 2003-03-12 Andreas Schwab <schwab@suse.de>
239 * configure.in: Avoid trailing /. in toolexeclibdir.
240 * configure: Rebuilt.
242 2003-03-04 Hans Boehm <Hans.Boehm@hp.com>
243 * include/private/gcconfig.h (GC_data_start): declare when needed.
244 * include/private/gc_priv.h: Include gcconfig.h after ptr_t
246 * dyn_load.c (GC_register_dynamic_libraries_dl_iterate_phdr,
247 GC_register_dynlib_callback): Register main data for static
248 executable if dl_iterate_phdr() didn't.
249 * misc.c (GC_init_inner): Call GC_init_linux_data_start() even
250 if we don't expect to register main static data.
252 2003-03-03 Hans Boehm <Hans.Boehm@hp.com>
253 * mark_rts.c (GC_cond_register_dynamic_libraries): add.
254 (GC_push_roots): explicitly mark free list headers, register
255 dynamic libraries only if !REGISTER_LIBRARIES_EARLY.
256 * alloc.c (GC_stopped_mark): Conditionally call
257 GC_cond_register_dynamic_libraries().
258 (GC_collect_a_little_inner, GC_try_to_collect_inner): Check GC_dont_gc.
259 * dyn_load.c (GC_register_main_static_data): define.
260 (GC_register_dyn_libraries (Linux /proc, Linux ELF versions)):
261 no longer skip main data.
262 * misc.c (GC_REGISTER_MAIN_STATIC_DATA): define.
263 (GC_init_inner): Make main data registration conditional.
264 * include/private/gc_priv.h (GC_register_main_static_data): declare.
265 * include/private/gcconfig.h (REGISTER_LIBRARIES_EARLY): define
268 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
270 * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
272 * configure: Rebuilt.
274 2003-02-11 Andreas Tobler <a.tobler@schweiz.ch>
276 * include/private/gcconfig.h: undefine MPROTECT_VDB for MACOSX
278 2003-01-27 Alexandre Oliva <aoliva@redhat.com>
280 * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
281 Remove USE_LIBDIR conditional.
282 * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
283 * Makefile.in, configure: Rebuilt.
285 2002-12-31 Tom Tromey <tromey@redhat.com>
288 * include/Makefile.in: Rebuilt.
289 * include/Makefile.am (noinst_HEADERS): Renamed from
292 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
294 * ltconfig (osf[345]): Append $major to soname_spec.
295 Reflect this in library_names_spec.
296 * ltmain.sh (osf): Prefix $major with . for use as extension.
298 2002-10-02 Andreas Jaeger <aj@suse.de>
300 * include/private/gcconfig.h (HBLKSIZE): Define for x86-64.
302 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
304 * include/private/gcconfig.h: Don't check for __XSCALE__. Instead
305 check for __arm__ or __thumb__.
307 2002-09-27 Ulrich Weigand <uweigand@de.ibm.com>
309 * include/private/gcconfig: Add machine type S390. Add s390x support.
310 * include/private/gc_locks.h (GC_test_and_set): Implement for s390.
311 (GC_compare_and_exchange): Likewise.
313 2002-09-24 Jason Thorpe <thorpej@wasabisystems.com>
315 * include/private/gcconfig.h: Fix NetBSD/mips parameters.
317 2002-08-23 Adam Megacz <adam@xwt.org>
319 * win32_threads.cc: Removed extraneous ABORT()
321 2002-09-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
323 * Makefile.am (all-multi): Fix multilib parallel build.
325 2002-07-18 Bo Thorsen <bo@suse.de>
327 * include/private/gcconfig.h: Add x86-64 definitions.
328 * os_dep.c: Add x86-64 support.
329 * configure.in: Likewise.
330 * configure: Regenerate.
332 2002-07-18 H.J. Lu <hjl@gnu.org>
334 * mach_dep.c (GC_push_regs): Remove the unused Linux/mips code.
336 2002-07-18 H.J. Lu (hjl@gnu.org)
338 * configure.in (machdep): Don't add mips_sgi_mach_dep.lo for
341 2002-06-28 Hans Boehm <Hans_Boehm@hp.com>
344 * win32_threads.c (GC_push_all_stacks): Tolerate bad sp.
346 2002-06-09 H.J. Lu (hjl@gnu.org)
348 * include/private/gc_locks.h (GC_test_and_set): Support
350 (GC_TEST_AND_SET_DEFINED): Likewise.
352 * include/private/gcconfig.h (DYNAMIC_LOADING): Defined for
355 (LINUX_STACKBOTTOM): Likewise.
356 (STACKBOTTOM): Removed for Linux/mips.
358 Sun May 19 11:32:03 2002 Mark P Mitchell <mark@codesourcery.com>
360 * irix_threads.cc (GC_pthread_detach): Do not use REAL_FUNC.
361 (GC_pthread_create): Fix typo.
362 (GC_TRY_LOCK): Likewise.
363 * include/private/gc_locks.h (GC_test_and_set): Only take one
365 (LOCK): Adjust appropriately.
366 * include/private/gc_priv.h (SIG_SUSPEND): Use SIGRTMIN if
367 _SIGRTMIN is unavailable.
369 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
371 * acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
372 * aclocal.m4: Regenerate.
373 * configure: Regenerate.
375 2002-05-08 Alexandre Oliva <aoliva@redhat.com>
377 * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
378 script entry, and set LD to it when configuring multilibs.
379 * configure: Rebuilt.
381 2002-04-22 Jeff Sturm <jsturm@one-point.com>
383 * Makefile.am (toolexeclib_LTLIBRARIES): Remove.
384 (noinst_LTLIBRARIES): Add libgcjgc.la.
386 * Makefile.in: Rebuild.
388 2002-04-22 David S. Miller <davem@redhat.com>
390 * include/private/gcconfig.h: Hard-code STACKBOTTOM on
391 64-bit SPARC Linux, the __libc_stack_end technique does
392 not work in this case.
394 2002-04-22 Jeff Sturm <jsturm@one-point.com>
396 * gcconfig.h: Enable DYNAMIC_LOADING for all sparc-solaris ABIs.
398 2002-04-17 Hans Boehm <Hans_Boehm@hp.com>
400 * include/private/gcconfig.h: Use LINUX_STACKBOTTOM for
403 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
405 * include/private/gcconfig.h (DATAEND): Update comment example
408 2002-04-08 Loren J. Rittle <ljrittle@acm.org>
410 * include/private/gcconfig.h (DATAEND): Clarify comment.
412 2002-04-08 Hans Boehm <Hans_Boehm@hp.com>
414 * include/private/gc_priv.h (WARN macro): Add "GC warning:" prefix.
415 (GC_large_alloc_warn_interval, GC_large_alloc_warn_suppressed):
417 * allchblk.c (GC_allchblk_nth): Change text and support reduced
418 frequency for blacklist warning message.
419 * misc.c (GC_large_alloc_warn_interval,
420 GC_large_alloc_warn_suppressed): define.
421 (GC_init_inner): Check GC_NO_BLACKLIST_WARNING and
422 GC_LARGE_ALLOC_WARN_INTERVAL environment variables.
423 * doc/README.environment (GC_NO_BLACKLIST_WARNING): Deprecate.
424 (GC_LARGE_ALLOC_WARN_INTERVAL): Add documentation.
426 * dyn_load.c (_DYNAMIC): Move declaration to file scope.
428 2002-04-04 Loren J. Rittle <ljrittle@acm.org>
430 * include/private/gcconfig.h: Add support for an unmapped
431 memory hole between the end of the initialized data segment
432 and the start of the BSS on FreeBSD/i386.
434 2002-03-30 Krister Walfridsson <cato@df.lth.se>
436 * include/private/gcconfig.h: define DYNAMIC_LOADING for ELF
439 2002-03-29 Hans Boehm <Hans_Boehm@hp.com>
441 * linux_threads.c (return_free_lists): Clear fl[i] unconditionally.
442 (GC_local_gcj_malloc): Add assertion.
443 (start_mark_threads): Fix abort message.
444 * mark.c (GC_mark_from): Generalize assertion.
445 * reclaim.c (GC_clear_fl_links): New function.
446 (GC_start_reclaim): Must clear some freelist links.
447 * include/private/specific.h, specific.c: Add assertions.
448 Safer definition for INVALID_QTID, quick_thread_id. Fix/add comments.
449 Rearrange tse fields.
451 2002-03-27 Richard Henderson <rth@redhat.com>
453 * os_dep.c (GC_init_linux_data_start): Fix references to
454 __data_start and _end.
456 2002-03-25 Loren J. Rittle <ljrittle@acm.org>
458 * include/private/gcconfig.h: Change all likely references
459 to linker script synthesized symbols to use this idiom:
460 extern int etext[]; etext
462 2002-03-25 Jeff Sturm <jsturm@one-point.com>
464 * linux_threads.c (GC_get_nprocs): Close file descriptor.
466 2002-03-21 Loren J. Rittle <ljrittle@acm.org>
468 * include/private/gcconfig.h: Add unified test for FreeBSD.
469 Support FreeBSD/alpha.
470 * os_dep.c: Do not include <machine/trap.h> unless available.
471 (GC_freebsd_stack_base): Fix types.
473 2002-03-17 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
475 * Makefile.am: Make a convenience library.
476 * Makefile.in: Rebuilt.
478 2002-03-15 Anthony Green <green@redhat.com>
480 * misc.c (GC_init_inner): Initialize GC_write_cs before use.
481 * configure.in: Disable use of getenv for win32 targets (some of
482 which have broken implementations).
483 * configure: Rebuilt.
485 2002-03-12 Adam Megacz <adam@xwt.org>
487 * dyn_load.c: Renamed GC_win32s to GC_no_win32_dlls.
488 * misc.c: Renamed GC_is_win32s() to GC_no_win32_dlls
489 * os_dep.c: Renamed GC_win32s to GC_no_win32_dlls and
490 statically initialized it to TRUE if compiling with GCC.
491 * win32_threads.c (thread_start): We no longer use SEH if
493 * mark.c (GC_mark_some): We no longer use SEH if
496 2002-03-09 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
498 * include/gc_priv.h: Define ALIGN_DOUBLE on 32 bit targets if GCJ
499 support is enabled, for hash synchronization.
501 2002-02-24 Adam Megacz <adam@xwt.org>
503 * Makefile.am: Added win32_threads.c to sources list.
504 * win32_threads.c: Added two */'s which I had neglected.
506 2002-02-20 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
508 * Makefile.am: Re-add SUBDIRS parameter which was lost in merge.
509 * Makefile.in: Rebuilt.
511 2002-02-13 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
513 * dbg_mlc.c (GC_debug_generic_malloc): Removed.
515 * sparc_mach_dep.S: Rename from sparc_mach_dep.s as it is a
517 * mips_sgi_mach_dep.S: Likewise.
518 * Makefile.am: Update for above changes.
519 * Makefile.in: Rebuilt.
521 2002-02-12 Richard Henderson <rth@redhat.com>
523 * configure.in: Re-apply 2001-06-26 configure change.
524 * configure: Rebuild.
526 2002-02-12 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
528 Imported GC 6.1 Alpha 3.
530 * sparc_mach_dep.S: Delete incorrectly named file.
532 2001-02-11 Adam Megacz <adam@xwt.org
534 * configure.in: support for win32, saner
535 cross-compile options
537 2001-02-08 Anthony Green <green@redhat.com>
539 * include/private/gcconfig.h: Add XSCALE NOSYS support for bare
540 board embedded targets.
541 * os_dep.c: Avoid signal handling code for NOSYS/ECOS targets.
542 Use GC_get_stack_base for NOSYS/ECOS targets. Clean up some
543 redundant uses of ECOS.
544 * misc.c: Use NOSYS where ECOS is being used.
545 Don't define GC_write twice for ECOS systems.
546 (GC_write): New function for NOSYS targets.
548 2002-02-06 Adam Megacz <adam@xwt.org>
550 * boehm-gc/include/gc.h: (GC_CreateThread) This function is
551 now exposed on all Win32 platforms.
552 * boehm-gc/win32_threads.c: (GC_CreateThread) This now
553 compiles on Win32; it invokes CreateThread() if GC is built
554 as a DLL; otherwise it registers the thread.
555 * boehm-gc/misc.c (GC_init): Initialize GC_allocate_ml in case
556 libgcjgc was not built as a DLL.
558 2002-02-01 Adam Megacz <adam@xwt.org>
560 * boehm-gc on win32 now automatically detects if it is being built
561 as a DLL; see http://gcc.gnu.org/ml/java/2001-12/msg00240.html
563 2002-01-25 David Edelsohn <edelsohn@gnu.org>
565 * include/gc.h (GC_INIT): Add DATASTART and DATAEND roots on AIX.
566 * include/private/gcconfig.h (RS6000): Add 64-bit AIX support.
567 Define USE_GENERIC_PUSH_REGS. Use AIX _data and _end symbols for
568 DATASTART and DATAEND roots.
569 * rs6000_mach_dep.s: Add function descriptor and traceback table.
571 2001-12-16 Jeff Sturm <jsturm@one-point.com>
573 * dyn_load.c: Define ElfW (if needed) for all targets,
575 (GC_FirstDLOpenedLinkMap): Use it.
576 (GC_register_dynamic_libraries_dl): Use it.
577 * include/private/gcconfig.h: Define CPP_WORDSZ, ELF_CLASS
580 2001-12-16 Craig Rodrigues <rodrigc@gcc.gnu.org>
583 * configure.in: Add AC_SUBST(target_alias).
584 * configure: Regenerated.
586 2001-11-26 Loren J. Rittle <ljrittle@acm.org>
588 * linux_threads.c (WRAP_FUNC(pthread_join)): Remove special
589 case for GC_FREEBSD_THREADS.
590 * configure.in (*-*-freebsd*): Clarify warning.
591 * configure: Rebuilt.
593 2001-10-23 Loren J. Rittle <ljrittle@acm.org>
594 Andreas Tobler <toa@pop.agri.ch>
596 * include/private/solaris_threads.h: Update to use GC_SOLARIS_THREADS.
598 2001-10-22 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
600 * linux_threads.c (GC_init_parallel): Do not declare as a static
602 * include/gc.h (GC_init): Declare here. Add description.
603 * include/private/gc_priv.h (GC_init): Remove declaration.
605 2001-10-16 Loren J. Rittle <ljrittle@acm.org>
607 * include/gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.
608 * linux_threads.c (WRAP_FUNC(pthread_join)): Conditionalized on
609 GC_FREEBSD_THREADS, handle strange interaction between system
610 pthread implementation and boehm-gc signal-handler architecture.
611 * tests/test.c (main): Conditionalized on GC_FREEBSD_THREADS,
613 * include/private/gcconfig.h (configuration keyed off FREEBSD):
614 Define SIG_SUSPEND, SIG_THR_RESTART. Do not define
615 MPROTECT_VDB when GC_FREEBSD_THREADS is defined.
617 2001-10-16 Loren J. Rittle <ljrittle@acm.org>
619 * Makefile.am (test.o): Find tests/test.c in $(srcdir).
620 * Makefile.in: Rebuilt.
622 2001-10-16 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
624 * Makefile.am, acinclude.m4, configure.in: Imported GC 6.1 Alpha 1 and
625 merged local changes.
627 2001-09-26 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
629 * solaris_threads.c (MAX_ORIG_STACK_SIZE) [I386]: Provide special
630 Solaris 2/Intel definition.
632 * configure.in (i?86-*-solaris2.[89]*): Define
633 SOLARIS25_PROC_VDB_BUG_FIXED.
634 * include/private/gcconfig.h [I386 && SUNOS5]: Use it.
635 * configure: Regenerate.
637 * include/private/gcconfig.h [I386 && SUNOS5] (DATASTART): Use _etext.
638 (DATAEND): Define using _end.
640 2001-09-11 Per Bothner <per@bothner.com>
642 * include/Makefile.am: New file. It defines include_HEADERS.
643 * Makefile.am (SUBDIRS): New macro, set to include.
644 * configure.in (AC_OUTPUT): Add include/Makefile.
646 2001-08-20 Tom Tromey <tromey@redhat.com>
648 * configure: Rebuilt.
649 * configure.in: Always ask gcc for threads package.
651 2001-08-17 Tom Tromey <tromey@redhat.com>
653 * Makefile.am, acinclude.m4, configure.in: Imported GC 6.0 and
654 merged local changes.
656 2001-08-02 David Billinghurst <David.Billinghurst>
658 * configure: Rebuilt.
659 * configure.in: POSIX threads on cygwin does not link with
662 2001-07-03 Tom Tromey <tromey@redhat.com>
664 Fix for PR bootstrap/3281:
665 * aclocal.m4, configure, Makefile.in: Rebuilt.
666 * acinclude.m4: Set mkinstalldirs for in-tree build.
668 2001-06-26 Richard Henderson <rth@redhat.com>
670 * alpha_mach_dep.s: Mark call-saved FP registers.
671 * include/private/gcconfig.h (ALPHA): Remove USE_GENERIC_PUSH_REGS.
672 * configure.in (alpha*): Re-enable alpha_mach_dep.s
673 * configure: Rebuild.
675 2001-06-12 Tom Tromey <tromey@redhat.com>
677 * aclocal.m4, configure: Rebuilt.
678 * acinclude.m4: Find configure.host in srcdir.
680 2001-06-09 Alexandre Oliva <aoliva@redhat.com>, Stephen L Moshier <moshier@mediaone.net>
682 * configure.in (AC_EXEEXT): Work around in case it expands to
683 nothing, as in autoconf 2.50.
684 * acinclude.m4: Likewise.
685 * aclocal.m4, configure: Rebuilt.
687 2001-06-07 Tom Tromey <tromey@redhat.com>
689 For PR bootstrap/3075:
690 * configure, aclocal.m4, Makefile.in: Rebuilt.
691 * configure.in: Don't call AC_CONFIG_AUX_DIR or
693 * acinclude.m4 (BOEHM_CONFIGURE): Call AC_CONFIG_AUX_DIR and
694 AC_CANONICAL_SYSTEM here.
695 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not
698 2001-05-24 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
700 * Makefile.am: Override gctest_OBJECTS so tests/test.c can be built.
701 (libgcjgc_la_SOURCES): Remove typo.
702 * tests/test.c: Fix struct names and includes for GC_GCJ_SUPPORT case.
703 * Makefile.in: Rebuilt.
705 2001-05-21 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
707 Imported version version 6.0alpha7.
709 * README, README.Mac, README.OS2, README.QUICK, README.alpha,
710 README.amiga, README.debugging, README.dj, README.hp, README.linux,
711 README.rs6000, README.sgi, README.solaris2, README.uts,
712 README.win32, SCoptions.amiga, backptr.h, barrett_diagram,
713 dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h,
714 gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h,
715 hpux_irix_threads.c, makefile.depend, nursery.c,
716 solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README,
717 cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h,
718 cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h,
719 include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved
722 2001-05-19 Hans Boehm <hans_boehm@hp.com>
724 * configure.host: Build with -fexceptions.
725 * linux_threads.c: Remember which thread stopped world for
727 2001-05-04 Loren J. Rittle <ljrittle@acm.org>
728 with final tuning by Bryce McKinlay
730 * configure.in: Add support for --enable-threads=posix on FreeBSD.
731 * configure: Rebuilt.
733 2001-05-01 Jeffrey Oldham <oldham@codesourcery.com>
735 * gc_priv.h (UNLOCK): Change type of GC_noop1 argument.
736 (GC_noop1): Change declaration to take one argument.
738 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
740 * configure.in: Obtain THREADS with `gcc -v'.
741 * configure: Rebuilt.
743 2001-04-05 Hans Boehm <hans_boehm@hp.com>
745 * misc.c: Back out buggy changes to stack clearing code.
746 Reduce CLEAR_SIZE to 1/4 of original value to reduce time
747 spent clearing memory.
749 2001-04-04 Hans Boehm <hans_boehm@hp.com>
752 - Accomodate finalization requests for static objects.
753 (Will be required by hash synchronization. May be needed
754 in some configurations now.)
757 - Define MIN_WORDS. All allocation requests are rounded
758 up to at least this size. Removes a subtle assumption that
759 Java objects have a 2 word header.
762 - Adjust Linux/IA64 configuration for non-ancient kernels.
763 (Necessary fix for IA64.)
766 - Fix syntax error in currently unused code. Will be needed
774 - Change stack cleaning code to typically clear about one tenth
775 the memory it used to in the threads configuration. Occasionally
776 still clear more. (This is really a fix for a long-standing
777 and fairly significant performance bug with threads.)
780 - Fix the code for finding the beginning of the data segment under
781 Linux. I believe this is necessary for some IA64 Linux
782 distributions. It will also helo other platforms, though those
783 may additionally require a gcconfig.h adjustment. (This basically
784 works around the absence of a data_start or __data_start
785 definition in glibc.)
788 - Handle rounding due to MIN_WORDS.
790 2001-03-22 Tom Tromey <tromey@redhat.com>
792 * Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.
794 2001-03-19 Tom Tromey <tromey@redhat.com>
796 * Makefile.in: Rebuilt.
797 * Makefile.am (gctest_LDFLAGS): new macro.
799 2001-03-16 Tom Tromey <tromey@redhat.com>
801 * Makefile.in: Rebuilt.
802 * Makefile.am (TESTS_ENVIRONMENT): New macro.
804 2001-01-23 Rod Stewart <stewart@lab43.org>
806 * gcconfig.h: Check for `__arm__', not `arm'.
808 2000-12-30 Bryce McKinlay <bryce@albatross.co.nz>
810 * configure.in: Rename THREADLIB to THREADLIBS.
811 * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This
812 ensures that we link the correct version of the linuxthreads semaphore
814 * Makefile.in: Rebuilt.
815 * configure: Rebuilt.
817 * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the
818 list of signals which are not blocked during suspend in the NO_SIGNALS
821 2000-12-23 Hans Boehm <Hans_Boehm@hp.com>
823 * gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.
825 2000-12-15 Bryce McKinlay <bryce@albatross.co.nz>
827 * Makefile.dist: Renamed from Makefile.orig.
829 2000-12-11 Alexandre Petit-Bianco <apbianco@cygnus.com>
831 * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
832 * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and
834 * Makefile.in: Rebuilt.
835 * configure: Likewise.
837 2000-12-10 Geoffrey Keating <geoffk@redhat.com>
839 * gcconfig.h: Add new case for powerpc EABI.
840 [PPC]: Handle embedded OS for powerpc simulator.
842 2000-09-30 Bryce McKinlay <bryce@albatross.co.nz>
844 * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in
845 cross-compile configuration only.
846 * Makefile.am: Build gcj_mlc.c.
847 * configure, Makefile.in: Rebuilt.
849 2000-09-10 Alexandre Oliva <aoliva@redhat.com>
851 * acinclude.m4: Include libtool macros from the top level.
852 * aclocal.m4, configure: Rebuilt.
854 2000-09-04 Anthony Green <green@redhat.com>
856 Fix for PR libgcj/230:
857 * mark.c (GC_mark_from_mark_stack): Remove call to
858 GC_debug_object_start.
859 * gc_priv.h (GC_debug_object_start): Remove prototype.
861 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
863 * gcconfig.h [OSF1] (_end): Declare as `int'.
865 2000-08-02 Tom Tromey <tromey@cygnus.com>
867 * gc_priv.h (GC_generic_malloc_inner): Prototype.
868 (GC_generic_malloc): Likewise.
869 (GC_add_to_black_list_normal): Likewise.
870 (GC_find_header): Likewise.
871 (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
872 * gc_mark.h (GC_find_start): Prototype.
873 (GC_signal_mark_stack_overflow): Likewise.
875 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
877 * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
878 * configure: Rebuilt.
880 * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
882 2000-06-20 Bryce McKinlay <bryce@albatross.co.nz>
884 Imported version 5.1.
885 * acinclude.m4: Push version to 5.1.
887 2000-06-19 Andrew Haley <aph@cygnus.com>
889 * os_dep.c (read): Pass two dummy args to syscall().
891 2000-05-11 Bryce McKinlay <bryce@albatross.co.nz>
893 Imported 5.0 release version.
894 * acinclude.m4: Increment version to 5.0.
896 2000-05-07 Bryce McKinlay <bryce@albatross.co.nz>
898 Imported version 5.0alpha7.
899 * acinclude.m4: Update version to 5.0a7.
901 2000-04-26 Jakub Jelinek <jakub@redhat.com>
903 * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
904 (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
905 - sparc glibc does not provide it.
906 (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
907 Make STACKBOTTOM depend on the wordsize.
908 * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
909 (struct frame): Declare on sparc*-linux*.
910 (GC_save_callers): Bias the frame pointers if needed (sparc64).
911 * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
912 Implement on sparc64.
913 (GC_clear_stack_inner): Implement on sparc64.
914 * gc_priv.h (GC_test_and_set): Implement for sparc.
915 * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
916 GC_save_regs_in_stack on sparc.
918 2000-04-23 Tom Tromey <tromey@cygnus.com>
920 * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
922 2000-04-19 Bryce McKinlay <bryce@albatross.co.nz>
924 Imported version version 5.0alpha6.
925 * acinclude.m4: Bump version to 5.0a6.
926 * configure.in: Don't use alpha_mach_dep.s.
927 * include/private/config.h, irix_threads.c gc_watcom.asm: Delete
929 * Makefile.am, Makefile.in: irix_threads.c is now
931 * Makefile.orig: Updated from gc distribution Makefile.
933 2000-03-26 Anthony Green <green@redhat.com>
935 * misc.c (GC_enable): Always define GC_enable and GC_disable.
937 2000-02-14 Tom Tromey <tromey@cygnus.com>
939 * gc.h (dlopen): Define as GC_dlopen on Linux.
940 (GC_dlopen): Declare on Linux.
941 * dyn_load.c (GC_dlopen): Define for Linux.
943 Fri Jan 28 17:13:20 2000 Anthony Green <green@cygnus.com>
945 * gcconfig.h (DATASTART): Add missing extern declaration
946 for data_start on powerpc.
948 1999-12-22 Bryce McKinlay <bryce@albatross.co.nz>
950 * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
953 1999-12-19 Jeff Sturm <jsturm@sigma6.com>
955 * gcconfig.h: Define DATASTART for Alpha Linux.
957 1999-12-19 Anthony Green <green@cygnus.com>
959 * gcconfig.h: Use libgcj hack for Alpha Linux.
960 Undefine MPROTEXT_VDB (from Jeff Sturm).
961 * os_dep.c: Remove Alpha Linux hacks.
964 1999-12-13 Tom Tromey <tromey@cygnus.com>
966 * aclocal.m4, configure: Rebuilt.
967 * acinclude.m4: Changed version to 5.0a4.
968 * Makefile.in: Rebuilt.
969 * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
971 1999-12-12 Anthony Green <green@cygnus.com>
973 * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
975 (DYNAMIC_LOADING): Define for PowerPC Linux.
976 * os_dep.c: Remove some special cases for PowerPC Linux.
977 * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
980 1999-11-04 Tom Tromey <tromey@cygnus.com>
982 * Makefile.in: Rebuilt.
983 * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
985 * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
986 (GC_thr_init): Don't declare.
988 * configure: Rebuilt.
989 * configure.in: Removed qt threads case.
990 * dyn_load.c: Don't mention QUICK_THREADS.
991 * os_dep.c: Don't mention QUICK_THREADS.
992 * misc.c: Don't mention QUICK_THREADS.
993 * gcconfig.h: Don't mention QUICK_THREADS.
994 * gc_priv.h: Removed QUICK_THREADS code.
995 * quick_threads.c: Removed.
997 1999-11-03 Tom Tromey <tromey@cygnus.com>
999 * gcconfig.h: Merged in local changes from old config.h.
1001 1999-11-02 Bryce McKinlay <bryce@albatross.co.nz>
1003 * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
1005 1999-11-02 Tom Tromey <tromey@cygnus.com>
1007 * quick_threads.c: Include gcconfig.h, not boehm-config.h.
1009 * configure: Rebuilt.
1010 * configure.in: Don't create boehm-config.h.
1011 * Makefile.in: Rebuilt.
1012 * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
1014 ($(all_objs)): Depend on gcconfig.h.
1015 * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
1016 * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
1017 * config.h: Removed.
1019 1999-11-01 Tom Tromey <tromey@cygnus.com>
1021 * Makefile.in: Rebuilt.
1022 * Makefile.am (gctest_LDADD): Added THREADLIB.
1024 * configure: Rebuilt.
1025 * configure.in (INCLUDES): New subst.
1027 1999-09-29 Steve Chamberlain <sac@pobox.com>
1029 * config.h: Added picoJava target.
1030 * mach_dep.h (GC_push_regs): New code for picoJava.
1032 1999-09-28 Tom Tromey <tromey@cygnus.com>
1034 * aclocal.m4, configure: Rebuilt.
1035 * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
1036 appropriate AC_PROG_ symbol.
1038 Tue Aug 10 00:08:29 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1040 * gc_priv.h: IRIX thread changes from
1041 include/private/gc_priv.h.
1043 Mon Aug 9 18:33:38 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1045 * Makefile.in: Rebuilt.
1046 * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
1049 * configure: Rebuilt.
1050 * configure.in: Properly align --help output, fix capitalization
1052 * acinclude.m4: Likewise.
1054 1999-08-04 Tom Tromey <tromey@cygnus.com>
1056 * configure.in: Added missing `;;'. From Anthony Green.
1058 Mon Aug 2 23:09:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1060 * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
1062 1999-08-03 Tom Tromey <tromey@cygnus.com>
1064 * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
1065 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
1067 1999-08-02 Tom Tromey <tromey@cygnus.com>
1069 * aclocal.m4, configure: Rebuilt for new libtool.
1071 1999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br>
1073 * mips_sgi_mach_dep.s: Enable PIC option.
1075 1999-07-19 Tom Tromey <tromey@cygnus.com>
1077 * config.h (MPROTECT_VDB): Don't define on Linux.
1079 1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
1081 * Makefile.am (.s.lo): Avoid `#line' directives.
1082 * Makefile.in: Rebuilt.
1084 1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
1086 * Makefile.am (*-recursive, *-am, *-multi): Automake does not
1087 generate *-recursive for this Makefile, use *-am instead.
1088 * Makefile.in: Rebuilt.
1090 1999-06-30 Alexandre Oliva <oliva@dcc.unicamp.br>
1092 * Makefile.am (.s.lo): Renamed from `.s.o'.
1093 * Makefile.in: Rebuilt.
1095 1999-06-21 Tom Tromey <tromey@cygnus.com>
1097 Alpha patch from Jeff Sturm:
1098 * os_dep.c (GC_init_linuxalpha): New function.
1099 * misc.c: Initialize for alpha linux.
1100 * gc_priv.h (GC_test_and_set): Define for alpha.
1101 * config.h: Don't assume __data_start on alpha.
1103 * Makefile.in: Rebuilt.
1104 * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
1107 * Makefile.in: Rebuilt.
1108 * Makefile.am (toolexeclibdir): Define as libdir when
1110 * configure: Rebuilt.
1111 * configure.in (USE_LIBDIR): New conditional.
1113 * configure: Rebuilt.
1114 * configure.in: Recognize all forms of alpha.
1116 1999-06-17 Anthony Green <green@cygnus.com>
1118 * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
1119 Carlo Dapor <carlo@vis.ethz.ch>).
1121 1999-05-05 Gilles Zunino <Gilles.Zunino@hei.fr>
1123 * configure.in: Switch from irix threads to posix threads
1124 Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
1125 for mips architecture.
1126 * configure: Regenerate.
1128 1999-04-30 Tom Tromey <tromey@cygnus.com>
1130 * linux_threads.c: Don't reference __pthread_initial_thread_bos.
1132 1999-04-26 Tom Tromey <tromey@cygnus.com>
1134 * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
1137 1999-04-23 Tom Tromey <tromey@cygnus.com>
1139 * Makefile.in, configure: Rebuilt.
1140 * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
1141 (libgcjgc_la_SOURCES): Renamed.
1142 (libgcjgc_la_LIBADD): Likewise.
1143 (libgcjgc_la_DEPENDENCIES): Likewise.
1144 (EXTRA_libgcjgc_la_SOURCES): Likewise.
1145 (gctest_LDADD): Use libgcjgc.la.
1146 (all_objs): Mention libgcj_la_OBJECTS.
1147 (EXTRA_LTLIBRARIES): Renamed.
1148 (toollib_LTLIBRARIES): Likewise.
1149 (libgcjgc_la_LDFLAGS): New macro
1150 (toolexecdir): Renamed.
1151 (toolexeclibdir): Likewise.
1152 (toolexeclib_LTLIBRARIES): Likewise.
1153 (LTCOMPILE): Renamed; added libtool invocation.
1154 (LINK): Added libtool invocation.
1155 (.s.o): use LTCOMPILE.
1156 * configure.in: Call AM_PROG_LIBTOOL.
1157 (target_all): Set to libgcjgc.la.
1158 Mention `.lo' forms of object files.
1160 1999-04-21 Tom Tromey <tromey@cygnus.com>
1162 * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
1165 * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
1166 sigcontext.h. From Matthias Klose <doko@itso.de>.
1168 1999-04-16 Tom Tromey <tromey@cygnus.com>
1170 * config.h (__start): Declare as `int' in alpha/OSF1 case. From
1171 David Pettersson <dapet@mai.liu.se>
1173 1999-04-14 Tom Tromey <tromey@cygnus.com>
1175 * configure: Rebuilt.
1176 * configure.in: Don't use sparc_mach_dep.o for Solaris. Reverts
1177 incorrect patch of 199-04-09.
1179 * configure: Rebuilt.
1180 * configure.in: Added support for alpha.
1181 From David Pettersson <dapet@mai.liu.se>.
1183 1999-04-13 Tom Tromey <tromey@cygnus.com>
1185 * Makefile.in: Rebuilt.
1186 * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
1189 1999-04-09 Tom Tromey <tromey@cygnus.com>
1191 * configure: Rebuilt.
1192 * configure.in: Use sparc_mach_dep.s when building on Solaris.
1194 1999-02-23 Tom Tromey <tromey@cygnus.com>
1196 * configure: Rebuilt.
1197 * configure.in: For Linux, define _REENTRANT. For Solaris, define
1198 SOLARIS_THREADS and _SOLARIS_PTHREADS.
1200 1999-02-18 Tom Tromey <tromey@cygnus.com>
1202 * quick_threads.c (GC_push_all_stacks): Change order of arguments
1203 to GC_push_all_stacks depending on STACK_GROWS_DOWN define. Check
1204 for case where LO is NULL.
1206 1999-02-10 Tom Tromey <tromey@cygnus.com>
1208 * aclocal.m4, configure, Makefile.in: Rebuilt.
1209 * acinclude.m4: Updated to be used with automake 1.4.
1210 * configure.in: Renamed libgc to libgcjgc. Updated to be used
1212 * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
1213 (libgcjgc_a_SOURCES): Likewise.
1214 (libgcjgc_a_LIBADD): Likewise.
1215 (libgcjgc_a_DEPENDENCIES): Likewise.
1216 (EXTRA_libgcjgc_a_SOURCES): Likewise.
1217 (gctest_LDADD): Likewise.
1218 (all_objs): Likewise.
1220 1999-01-08 Tom Tromey <tromey@cygnus.com>
1222 * configure: Rebuilt.
1223 * configure.in: Define LINUX_THREADS if using POSIX threads on
1226 * gc_priv.h (GC_test_and_set): Put return type into definition.
1228 1998-11-24 Andrew Haley <aph@viagra.cygnus.co.uk>
1230 * Makefile.am: add support for eCos. In particular, add C++
1231 support for compiling the file ecos.cc.
1232 * ecos.cc: new file.
1233 * acinclude.m4: add C++ support.
1234 * aclocal.m4: likewise
1235 * config.h: add eCos support.
1236 * configure: likewise
1237 * configure.in: likewise
1238 * misc.c (GC_write): add eCos support.
1239 * os_dep.c (tiny_sbrk): add eCos support.
1241 Thu Dec 10 18:24:34 1998 Warren Levy <warrenl@cygnus.com>
1243 * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
1244 * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
1246 1998-11-23 Tom Tromey <tromey@cygnus.com>
1248 * configure.host (boehm_gc_cflags): Don't add `-O2'.
1250 1998-11-20 Andrew Haley <aph@viagra.cygnus.co.uk>
1252 * Makefile.am, Makefile.in, configure.host: tx39 build option
1255 1998-11-17 Tom Tromey <tromey@cygnus.com>
1257 * configure: Rebuilt.
1258 * configure.in: Switch on host, not target.
1260 1998-11-16 Tom Tromey <tromey@cygnus.com>
1262 * gc_priv.h (GC_debug_object_start): Declare.
1263 * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
1264 * gc.h (GC_debug_register_finalizer_no_order,
1265 GC_register_finalizer_no_order): Declare.
1266 (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
1267 * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
1268 (GC_debug_generic_malloc): Likewise.
1269 (GC_debug_object_start): new function.
1271 1998-11-11 Tom Tromey <tromey@cygnus.com>
1273 * configure: Rebuilt.
1274 * configure.in: Recognize --enable-java-gc, not --enable-gc.
1276 Tue Nov 3 18:01:12 1998 Tom Tromey <tromey@sanguine.cygnus.com>
1278 * dyn_load.c: Handle QUICK_THREADS case.
1280 1998-10-21 Tom Tromey <tromey@cygnus.com>
1282 * configure: Rebuilt.
1283 * configure.in: Put cpp defines here, not in config.h. Recognize
1284 --enable-threads. Set INCLUDES. Create boehm-cflags file. Don't
1285 define PACKAGE or VERSION.
1286 * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
1289 * os_dep.c (GC_default_push_other_roots): Define when
1290 QUICK_THREADS defined.
1291 * misc.c: Added QUICK_THREADS case.
1292 * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
1293 * config.h (THREADS): Define if QUICK_THREADS defined.
1294 * Makefile.in: Rebuilt.
1295 * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
1297 * quick_threads.c: New file.
1299 1998-10-20 Tom Tromey <tromey@cygnus.com>
1301 * aclocal.m4, configure: Rebuilt.
1302 * acinclude.m4: Don't subst machine_dir or sys_dir.
1303 * configure.host: Removed unused code.
1305 Sun Oct 11 08:18:02 1998 Anthony Green <green@cygnus.com>
1307 * configure: Rebuilt.
1308 * configure.in: Fix typo in previous patch.
1310 Sun Oct 11 08:06:11 1998 Anthony Green <green@cygnus.com>
1312 * Makefile.in, aclocal.m4, configure: Rebuilt.
1313 * Makefile.am, acinclude.m4, configure.in: Add multilib support.
1314 * configure.host: Created.
1316 Tue Sep 1 10:58:15 1998 Tom Tromey <tromey@cygnus.com>
1318 * Makefile.in: Rebuilt.
1319 * Makefile.am (lib_LIBRARIES): Use target_all.
1320 (EXTRA_LIBRARIES): New macro.
1321 * configure: Rebuilt.
1322 * configure.in: Recognize --enable-gc.
1324 Thu Aug 13 10:52:45 1998 Tom Tromey <tromey@cygnus.com>
1326 * Makefile.in: Rebuilt.
1327 * Makefile.am (COMPILE): Define.
1329 (.s.o): Use MY_CFLAGS.
1330 * configure: Rebuilt.
1331 * configure.in (MY_CFLAGS): Define and subst.
1333 Wed Aug 12 11:41:43 1998 Tom Tromey <tromey@cygnus.com>
1335 * configure: Rebuilt.
1336 * configure.in: Added --with-cross-host argument. Use
1337 $with_cross_host to determine when cross-compiling.
1339 * config.h (SMALL_CONFIG): Don't define.
1340 * configure: Rebuilt.
1341 * configure.in: Define SMALL_CONFIG when cross-compiling.
1343 Tue Aug 11 11:41:25 1998 Tom Tromey <tromey@cygnus.com>
1345 * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
1346 allchblk.c: Merged with 4.13a2 while preserving local changes.
1348 * Makefile.orig: Updated from Makefile in 4.13a2.
1350 * configure: Rebuilt.
1351 * configure.in: Updated version number to 4.13a2. On Solaris,
1352 don't build with -O when using gcc.
1354 Merged in version 4.13alpha2:
1355 * config.h (USE_MMAP): Re-enable on Solaris.
1356 * solaris_pthreads.c: Removed RCS Id line.
1357 * alpha_mach_dep.s: Removed RCS Id line.
1359 Wed Jul 22 15:38:12 1998 Tom Tromey <tromey@cygnus.com>
1361 * config.h (USE_MMAP): Don't define for Solaris.
1363 Wed Jun 10 12:51:41 1998 Tom Tromey <tromey@cygnus.com>
1365 * Makefile.in: Rebuilt.
1366 * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
1368 * Makefile.in: Rebuilt.
1369 * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
1371 Thu May 14 15:32:58 1998 Tom Tromey <tromey@cygnus.com>
1373 * Makefile.in: Rebuilt.
1374 * Makefile.am ($(all_objs)): Depend on config.h.
1376 * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
1377 DATASTART as &_etext.
1378 * misc.c (GC_init_inner): If STACKBASE defined, then use it.
1379 * configure: Rebuilt.
1380 * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
1383 Tue May 12 13:15:45 1998 Tom Tromey <tromey@cygnus.com>
1385 * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
1386 (GC_maybe_gc): Likewise.
1387 * os_dep.c: If NO_SIGSET defined, then have empty
1388 GC_disable_signals and GC_enable_signals.
1389 * configure: Rebuilt.
1390 * configure.in: Added --with-target-subdir option. If
1391 cross-compiling, define NO_SIGSET and NO_CLOCK.
1393 Wed May 6 16:40:28 1998 Tom Tromey <tromey@cygnus.com>
1395 * Makefile.in: Rebuilt.
1396 * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
1398 * aclocal.m4, configure: Rebuilt.
1399 * acinclude.m4: New file.
1400 * configure.in: Don't run AM_EXEEXT. Use LIB_AC_PROG_CC.
1402 Thu Apr 30 14:51:12 1998 Tom Tromey <tromey@cygnus.com>
1404 * configure: Rebuilt.
1405 * configure.in: Link boehm-config.h to config.h.
1406 * Makefile.in: Rebuilt.
1407 * Makefile.am (INCLUDES): Removed.
1408 * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
1409 JAVA_FINALIZATION): Define
1411 Wed Apr 29 11:03:14 1998 Tom Tromey <tromey@cygnus.com>
1413 * Many files: Use GC_bool, not bool.
1414 * gc_priv.h: Define GC_bool, not bool.
1416 * misc.c (GC_dont_gc): Define as int.
1417 (GC_quiet): Likewise.
1418 * gc_priv.h (GC_never_stop_func): Declare as returning bool.
1419 * alloc.c (GC_dont_expand): Define as int.
1420 * gc_priv.h: For gcc, define bool as char.
1422 Tue Apr 28 22:44:16 1998 Tom Tromey <tromey@cygnus.com>
1424 * Makefile.in: Rebuilt.
1425 * Makefile.am (check_PROGRAMS): New macro.
1426 (gctest_SOURCES): Likewise.
1427 (gctest_LDADD): Likewise.
1429 Mon Apr 27 23:53:24 1998 Tom Tromey <tromey@cygnus.com>
1431 * Makefile.in: Rebuilt.
1432 * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
1433 * configure: Rebuilt.
1434 * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
1436 Wed Apr 15 11:40:56 1998 Tom Tromey <tromey@sanguine.cygnus.com>
1438 * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
1440 * Makefile.orig: Renamed from Makefile.