1 2001-02-08 Anthony Green <green@redhat.com>
3 * include/private/gcconfig.h: Add XSCALE NOSYS support for bare
4 board embedded targets.
5 * os_dep.c: Avoid signal handling code for NOSYS/ECOS targets.
6 Use GC_get_stack_base for NOSYS/ECOS targets. Clean up some
7 redundant uses of ECOS.
8 * misc.c: Use NOSYS where ECOS is being used.
9 Don't define GC_write twice for ECOS systems.
10 (GC_write): New function for NOSYS targets.
12 2002-02-06 Adam Megacz <adam@xwt.org>
14 * boehm-gc/include/gc.h: (GC_CreateThread) This function is
15 now exposed on all Win32 platforms.
16 * boehm-gc/win32_threads.c: (GC_CreateThread) This now
17 compiles on Win32; it invokes CreateThread() if GC is built
18 as a DLL; otherwise it registers the thread.
19 * boehm-gc/misc.c (GC_init): Initialize GC_allocate_ml in case
20 libgcjgc was not built as a DLL.
22 2002-02-01 Adam Megacz <adam@xwt.org>
24 * boehm-gc on win32 now automatically detects if it is being built
25 as a DLL; see http://gcc.gnu.org/ml/java/2001-12/msg00240.html
27 2002-01-25 David Edelsohn <edelsohn@gnu.org>
29 * include/gc.h (GC_INIT): Add DATASTART and DATAEND roots on AIX.
30 * include/private/gcconfig.h (RS6000): Add 64-bit AIX support.
31 Define USE_GENERIC_PUSH_REGS. Use AIX _data and _end symbols for
32 DATASTART and DATAEND roots.
33 * rs6000_mach_dep.s: Add function descriptor and traceback table.
35 2001-12-16 Jeff Sturm <jsturm@one-point.com>
37 * dyn_load.c: Define ElfW (if needed) for all targets,
39 (GC_FirstDLOpenedLinkMap): Use it.
40 (GC_register_dynamic_libraries_dl): Use it.
41 * include/private/gcconfig.h: Define CPP_WORDSZ, ELF_CLASS
44 2001-12-16 Craig Rodrigues <rodrigc@gcc.gnu.org>
47 * configure.in: Add AC_SUBST(target_alias).
48 * configure: Regenerated.
50 2001-11-26 Loren J. Rittle <ljrittle@acm.org>
52 * linux_threads.c (WRAP_FUNC(pthread_join)): Remove special
53 case for GC_FREEBSD_THREADS.
54 * configure.in (*-*-freebsd*): Clarify warning.
57 2001-10-23 Loren J. Rittle <ljrittle@acm.org>
58 Andreas Tobler <toa@pop.agri.ch>
60 * include/private/solaris_threads.h: Update to use GC_SOLARIS_THREADS.
62 2001-10-22 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
64 * linux_threads.c (GC_init_parallel): Do not declare as a static
66 * include/gc.h (GC_init): Declare here. Add description.
67 * include/private/gc_priv.h (GC_init): Remove declaration.
69 2001-10-16 Loren J. Rittle <ljrittle@acm.org>
71 * include/gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.
72 * linux_threads.c (WRAP_FUNC(pthread_join)): Conditionalized on
73 GC_FREEBSD_THREADS, handle strange interaction between system
74 pthread implementation and boehm-gc signal-handler architecture.
75 * tests/test.c (main): Conditionalized on GC_FREEBSD_THREADS,
77 * include/private/gcconfig.h (configuration keyed off FREEBSD):
78 Define SIG_SUSPEND, SIG_THR_RESTART. Do not define
79 MPROTECT_VDB when GC_FREEBSD_THREADS is defined.
81 2001-10-16 Loren J. Rittle <ljrittle@acm.org>
83 * Makefile.am (test.o): Find tests/test.c in $(srcdir).
84 * Makefile.in: Rebuilt.
86 2001-10-16 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
88 * Makefile.am, acinclude.m4, configure.in: Imported GC 6.1 Alpha 1 and
91 2001-09-26 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
93 * solaris_threads.c (MAX_ORIG_STACK_SIZE) [I386]: Provide special
94 Solaris 2/Intel definition.
96 * configure.in (i?86-*-solaris2.[89]*): Define
97 SOLARIS25_PROC_VDB_BUG_FIXED.
98 * include/private/gcconfig.h [I386 && SUNOS5]: Use it.
99 * configure: Regenerate.
101 * include/private/gcconfig.h [I386 && SUNOS5] (DATASTART): Use _etext.
102 (DATAEND): Define using _end.
104 2001-09-11 Per Bothner <per@bothner.com>
106 * include/Makefile.am: New file. It defines include_HEADERS.
107 * Makefile.am (SUBDIRS): New macro, set to include.
108 * configure.in (AC_OUTPUT): Add include/Makefile.
110 2001-08-20 Tom Tromey <tromey@redhat.com>
112 * configure: Rebuilt.
113 * configure.in: Always ask gcc for threads package.
115 2001-08-17 Tom Tromey <tromey@redhat.com>
117 * Makefile.am, acinclude.m4, configure.in: Imported GC 6.0 and
118 merged local changes.
120 2001-08-02 David Billinghurst <David.Billinghurst>
122 * configure: Rebuilt.
123 * configure.in: POSIX threads on cygwin does not link with
126 2001-07-03 Tom Tromey <tromey@redhat.com>
128 Fix for PR bootstrap/3281:
129 * aclocal.m4, configure, Makefile.in: Rebuilt.
130 * acinclude.m4: Set mkinstalldirs for in-tree build.
132 2001-06-26 Richard Henderson <rth@redhat.com>
134 * alpha_mach_dep.s: Mark call-saved FP registers.
135 * include/private/gcconfig.h (ALPHA): Remove USE_GENERIC_PUSH_REGS.
136 * configure.in (alpha*): Re-enable alpha_mach_dep.s
137 * configure: Rebuild.
139 2001-06-12 Tom Tromey <tromey@redhat.com>
141 * aclocal.m4, configure: Rebuilt.
142 * acinclude.m4: Find configure.host in srcdir.
144 2001-06-09 Alexandre Oliva <aoliva@redhat.com>, Stephen L Moshier <moshier@mediaone.net>
146 * configure.in (AC_EXEEXT): Work around in case it expands to
147 nothing, as in autoconf 2.50.
148 * acinclude.m4: Likewise.
149 * aclocal.m4, configure: Rebuilt.
151 2001-06-07 Tom Tromey <tromey@redhat.com>
153 For PR bootstrap/3075:
154 * configure, aclocal.m4, Makefile.in: Rebuilt.
155 * configure.in: Don't call AC_CONFIG_AUX_DIR or
157 * acinclude.m4 (BOEHM_CONFIGURE): Call AC_CONFIG_AUX_DIR and
158 AC_CANONICAL_SYSTEM here.
159 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not
162 2001-05-24 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
164 * Makefile.am: Override gctest_OBJECTS so tests/test.c can be built.
165 (libgcjgc_la_SOURCES): Remove typo.
166 * tests/test.c: Fix struct names and includes for GC_GCJ_SUPPORT case.
167 * Makefile.in: Rebuilt.
169 2001-05-21 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
171 Imported version version 6.0alpha7.
173 * README, README.Mac, README.OS2, README.QUICK, README.alpha,
174 README.amiga, README.debugging, README.dj, README.hp, README.linux,
175 README.rs6000, README.sgi, README.solaris2, README.uts,
176 README.win32, SCoptions.amiga, backptr.h, barrett_diagram,
177 dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h,
178 gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h,
179 hpux_irix_threads.c, makefile.depend, nursery.c,
180 solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README,
181 cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h,
182 cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h,
183 include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved
186 2001-05-19 Hans Boehm <hans_boehm@hp.com>
188 * configure.host: Build with -fexceptions.
189 * linux_threads.c: Remember which thread stopped world for
191 2001-05-04 Loren J. Rittle <ljrittle@acm.org>
192 with final tuning by Bryce McKinlay
194 * configure.in: Add support for --enable-threads=posix on FreeBSD.
195 * configure: Rebuilt.
197 2001-05-01 Jeffrey Oldham <oldham@codesourcery.com>
199 * gc_priv.h (UNLOCK): Change type of GC_noop1 argument.
200 (GC_noop1): Change declaration to take one argument.
202 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
204 * configure.in: Obtain THREADS with `gcc -v'.
205 * configure: Rebuilt.
207 2001-04-05 Hans Boehm <hans_boehm@hp.com>
209 * misc.c: Back out buggy changes to stack clearing code.
210 Reduce CLEAR_SIZE to 1/4 of original value to reduce time
211 spent clearing memory.
213 2001-04-04 Hans Boehm <hans_boehm@hp.com>
216 - Accomodate finalization requests for static objects.
217 (Will be required by hash synchronization. May be needed
218 in some configurations now.)
221 - Define MIN_WORDS. All allocation requests are rounded
222 up to at least this size. Removes a subtle assumption that
223 Java objects have a 2 word header.
226 - Adjust Linux/IA64 configuration for non-ancient kernels.
227 (Necessary fix for IA64.)
230 - Fix syntax error in currently unused code. Will be needed
238 - Change stack cleaning code to typically clear about one tenth
239 the memory it used to in the threads configuration. Occasionally
240 still clear more. (This is really a fix for a long-standing
241 and fairly significant performance bug with threads.)
244 - Fix the code for finding the beginning of the data segment under
245 Linux. I believe this is necessary for some IA64 Linux
246 distributions. It will also helo other platforms, though those
247 may additionally require a gcconfig.h adjustment. (This basically
248 works around the absence of a data_start or __data_start
249 definition in glibc.)
252 - Handle rounding due to MIN_WORDS.
254 2001-03-22 Tom Tromey <tromey@redhat.com>
256 * Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.
258 2001-03-19 Tom Tromey <tromey@redhat.com>
260 * Makefile.in: Rebuilt.
261 * Makefile.am (gctest_LDFLAGS): new macro.
263 2001-03-16 Tom Tromey <tromey@redhat.com>
265 * Makefile.in: Rebuilt.
266 * Makefile.am (TESTS_ENVIRONMENT): New macro.
268 2001-01-23 Rod Stewart <stewart@lab43.org>
270 * gcconfig.h: Check for `__arm__', not `arm'.
272 2000-12-30 Bryce McKinlay <bryce@albatross.co.nz>
274 * configure.in: Rename THREADLIB to THREADLIBS.
275 * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This
276 ensures that we link the correct version of the linuxthreads semaphore
278 * Makefile.in: Rebuilt.
279 * configure: Rebuilt.
281 * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the
282 list of signals which are not blocked during suspend in the NO_SIGNALS
285 2000-12-23 Hans Boehm <Hans_Boehm@hp.com>
287 * gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.
289 2000-12-15 Bryce McKinlay <bryce@albatross.co.nz>
291 * Makefile.dist: Renamed from Makefile.orig.
293 2000-12-11 Alexandre Petit-Bianco <apbianco@cygnus.com>
295 * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
296 * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and
298 * Makefile.in: Rebuilt.
299 * configure: Likewise.
301 2000-12-10 Geoffrey Keating <geoffk@redhat.com>
303 * gcconfig.h: Add new case for powerpc EABI.
304 [PPC]: Handle embedded OS for powerpc simulator.
306 2000-09-30 Bryce McKinlay <bryce@albatross.co.nz>
308 * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in
309 cross-compile configuration only.
310 * Makefile.am: Build gcj_mlc.c.
311 * configure, Makefile.in: Rebuilt.
313 2000-09-10 Alexandre Oliva <aoliva@redhat.com>
315 * acinclude.m4: Include libtool macros from the top level.
316 * aclocal.m4, configure: Rebuilt.
318 2000-09-04 Anthony Green <green@redhat.com>
320 Fix for PR libgcj/230:
321 * mark.c (GC_mark_from_mark_stack): Remove call to
322 GC_debug_object_start.
323 * gc_priv.h (GC_debug_object_start): Remove prototype.
325 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
327 * gcconfig.h [OSF1] (_end): Declare as `int'.
329 2000-08-02 Tom Tromey <tromey@cygnus.com>
331 * gc_priv.h (GC_generic_malloc_inner): Prototype.
332 (GC_generic_malloc): Likewise.
333 (GC_add_to_black_list_normal): Likewise.
334 (GC_find_header): Likewise.
335 (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
336 * gc_mark.h (GC_find_start): Prototype.
337 (GC_signal_mark_stack_overflow): Likewise.
339 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
341 * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
342 * configure: Rebuilt.
344 * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
346 2000-06-20 Bryce McKinlay <bryce@albatross.co.nz>
348 Imported version 5.1.
349 * acinclude.m4: Push version to 5.1.
351 2000-06-19 Andrew Haley <aph@cygnus.com>
353 * os_dep.c (read): Pass two dummy args to syscall().
355 2000-05-11 Bryce McKinlay <bryce@albatross.co.nz>
357 Imported 5.0 release version.
358 * acinclude.m4: Increment version to 5.0.
360 2000-05-07 Bryce McKinlay <bryce@albatross.co.nz>
362 Imported version 5.0alpha7.
363 * acinclude.m4: Update version to 5.0a7.
365 2000-04-26 Jakub Jelinek <jakub@redhat.com>
367 * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
368 (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
369 - sparc glibc does not provide it.
370 (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
371 Make STACKBOTTOM depend on the wordsize.
372 * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
373 (struct frame): Declare on sparc*-linux*.
374 (GC_save_callers): Bias the frame pointers if needed (sparc64).
375 * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
376 Implement on sparc64.
377 (GC_clear_stack_inner): Implement on sparc64.
378 * gc_priv.h (GC_test_and_set): Implement for sparc.
379 * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
380 GC_save_regs_in_stack on sparc.
382 2000-04-23 Tom Tromey <tromey@cygnus.com>
384 * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
386 2000-04-19 Bryce McKinlay <bryce@albatross.co.nz>
388 Imported version version 5.0alpha6.
389 * acinclude.m4: Bump version to 5.0a6.
390 * configure.in: Don't use alpha_mach_dep.s.
391 * include/private/config.h, irix_threads.c gc_watcom.asm: Delete
393 * Makefile.am, Makefile.in: irix_threads.c is now
395 * Makefile.orig: Updated from gc distribution Makefile.
397 2000-03-26 Anthony Green <green@redhat.com>
399 * misc.c (GC_enable): Always define GC_enable and GC_disable.
401 2000-02-14 Tom Tromey <tromey@cygnus.com>
403 * gc.h (dlopen): Define as GC_dlopen on Linux.
404 (GC_dlopen): Declare on Linux.
405 * dyn_load.c (GC_dlopen): Define for Linux.
407 Fri Jan 28 17:13:20 2000 Anthony Green <green@cygnus.com>
409 * gcconfig.h (DATASTART): Add missing extern declaration
410 for data_start on powerpc.
412 1999-12-22 Bryce McKinlay <bryce@albatross.co.nz>
414 * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
417 1999-12-19 Jeff Sturm <jsturm@sigma6.com>
419 * gcconfig.h: Define DATASTART for Alpha Linux.
421 1999-12-19 Anthony Green <green@cygnus.com>
423 * gcconfig.h: Use libgcj hack for Alpha Linux.
424 Undefine MPROTEXT_VDB (from Jeff Sturm).
425 * os_dep.c: Remove Alpha Linux hacks.
428 1999-12-13 Tom Tromey <tromey@cygnus.com>
430 * aclocal.m4, configure: Rebuilt.
431 * acinclude.m4: Changed version to 5.0a4.
432 * Makefile.in: Rebuilt.
433 * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
435 1999-12-12 Anthony Green <green@cygnus.com>
437 * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
439 (DYNAMIC_LOADING): Define for PowerPC Linux.
440 * os_dep.c: Remove some special cases for PowerPC Linux.
441 * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
444 1999-11-04 Tom Tromey <tromey@cygnus.com>
446 * Makefile.in: Rebuilt.
447 * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
449 * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
450 (GC_thr_init): Don't declare.
452 * configure: Rebuilt.
453 * configure.in: Removed qt threads case.
454 * dyn_load.c: Don't mention QUICK_THREADS.
455 * os_dep.c: Don't mention QUICK_THREADS.
456 * misc.c: Don't mention QUICK_THREADS.
457 * gcconfig.h: Don't mention QUICK_THREADS.
458 * gc_priv.h: Removed QUICK_THREADS code.
459 * quick_threads.c: Removed.
461 1999-11-03 Tom Tromey <tromey@cygnus.com>
463 * gcconfig.h: Merged in local changes from old config.h.
465 1999-11-02 Bryce McKinlay <bryce@albatross.co.nz>
467 * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
469 1999-11-02 Tom Tromey <tromey@cygnus.com>
471 * quick_threads.c: Include gcconfig.h, not boehm-config.h.
473 * configure: Rebuilt.
474 * configure.in: Don't create boehm-config.h.
475 * Makefile.in: Rebuilt.
476 * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
478 ($(all_objs)): Depend on gcconfig.h.
479 * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
480 * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
483 1999-11-01 Tom Tromey <tromey@cygnus.com>
485 * Makefile.in: Rebuilt.
486 * Makefile.am (gctest_LDADD): Added THREADLIB.
488 * configure: Rebuilt.
489 * configure.in (INCLUDES): New subst.
491 1999-09-29 Steve Chamberlain <sac@pobox.com>
493 * config.h: Added picoJava target.
494 * mach_dep.h (GC_push_regs): New code for picoJava.
496 1999-09-28 Tom Tromey <tromey@cygnus.com>
498 * aclocal.m4, configure: Rebuilt.
499 * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
500 appropriate AC_PROG_ symbol.
502 Tue Aug 10 00:08:29 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
504 * gc_priv.h: IRIX thread changes from
505 include/private/gc_priv.h.
507 Mon Aug 9 18:33:38 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
509 * Makefile.in: Rebuilt.
510 * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
513 * configure: Rebuilt.
514 * configure.in: Properly align --help output, fix capitalization
516 * acinclude.m4: Likewise.
518 1999-08-04 Tom Tromey <tromey@cygnus.com>
520 * configure.in: Added missing `;;'. From Anthony Green.
522 Mon Aug 2 23:09:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
524 * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
526 1999-08-03 Tom Tromey <tromey@cygnus.com>
528 * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
529 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
531 1999-08-02 Tom Tromey <tromey@cygnus.com>
533 * aclocal.m4, configure: Rebuilt for new libtool.
535 1999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br>
537 * mips_sgi_mach_dep.s: Enable PIC option.
539 1999-07-19 Tom Tromey <tromey@cygnus.com>
541 * config.h (MPROTECT_VDB): Don't define on Linux.
543 1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
545 * Makefile.am (.s.lo): Avoid `#line' directives.
546 * Makefile.in: Rebuilt.
548 1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
550 * Makefile.am (*-recursive, *-am, *-multi): Automake does not
551 generate *-recursive for this Makefile, use *-am instead.
552 * Makefile.in: Rebuilt.
554 1999-06-30 Alexandre Oliva <oliva@dcc.unicamp.br>
556 * Makefile.am (.s.lo): Renamed from `.s.o'.
557 * Makefile.in: Rebuilt.
559 1999-06-21 Tom Tromey <tromey@cygnus.com>
561 Alpha patch from Jeff Sturm:
562 * os_dep.c (GC_init_linuxalpha): New function.
563 * misc.c: Initialize for alpha linux.
564 * gc_priv.h (GC_test_and_set): Define for alpha.
565 * config.h: Don't assume __data_start on alpha.
567 * Makefile.in: Rebuilt.
568 * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
571 * Makefile.in: Rebuilt.
572 * Makefile.am (toolexeclibdir): Define as libdir when
574 * configure: Rebuilt.
575 * configure.in (USE_LIBDIR): New conditional.
577 * configure: Rebuilt.
578 * configure.in: Recognize all forms of alpha.
580 1999-06-17 Anthony Green <green@cygnus.com>
582 * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
583 Carlo Dapor <carlo@vis.ethz.ch>).
585 1999-05-05 Gilles Zunino <Gilles.Zunino@hei.fr>
587 * configure.in: Switch from irix threads to posix threads
588 Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
589 for mips architecture.
590 * configure: Regenerate.
592 1999-04-30 Tom Tromey <tromey@cygnus.com>
594 * linux_threads.c: Don't reference __pthread_initial_thread_bos.
596 1999-04-26 Tom Tromey <tromey@cygnus.com>
598 * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
601 1999-04-23 Tom Tromey <tromey@cygnus.com>
603 * Makefile.in, configure: Rebuilt.
604 * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
605 (libgcjgc_la_SOURCES): Renamed.
606 (libgcjgc_la_LIBADD): Likewise.
607 (libgcjgc_la_DEPENDENCIES): Likewise.
608 (EXTRA_libgcjgc_la_SOURCES): Likewise.
609 (gctest_LDADD): Use libgcjgc.la.
610 (all_objs): Mention libgcj_la_OBJECTS.
611 (EXTRA_LTLIBRARIES): Renamed.
612 (toollib_LTLIBRARIES): Likewise.
613 (libgcjgc_la_LDFLAGS): New macro
614 (toolexecdir): Renamed.
615 (toolexeclibdir): Likewise.
616 (toolexeclib_LTLIBRARIES): Likewise.
617 (LTCOMPILE): Renamed; added libtool invocation.
618 (LINK): Added libtool invocation.
619 (.s.o): use LTCOMPILE.
620 * configure.in: Call AM_PROG_LIBTOOL.
621 (target_all): Set to libgcjgc.la.
622 Mention `.lo' forms of object files.
624 1999-04-21 Tom Tromey <tromey@cygnus.com>
626 * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
629 * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
630 sigcontext.h. From Matthias Klose <doko@itso.de>.
632 1999-04-16 Tom Tromey <tromey@cygnus.com>
634 * config.h (__start): Declare as `int' in alpha/OSF1 case. From
635 David Pettersson <dapet@mai.liu.se>
637 1999-04-14 Tom Tromey <tromey@cygnus.com>
639 * configure: Rebuilt.
640 * configure.in: Don't use sparc_mach_dep.o for Solaris. Reverts
641 incorrect patch of 199-04-09.
643 * configure: Rebuilt.
644 * configure.in: Added support for alpha.
645 From David Pettersson <dapet@mai.liu.se>.
647 1999-04-13 Tom Tromey <tromey@cygnus.com>
649 * Makefile.in: Rebuilt.
650 * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
653 1999-04-09 Tom Tromey <tromey@cygnus.com>
655 * configure: Rebuilt.
656 * configure.in: Use sparc_mach_dep.s when building on Solaris.
658 1999-02-23 Tom Tromey <tromey@cygnus.com>
660 * configure: Rebuilt.
661 * configure.in: For Linux, define _REENTRANT. For Solaris, define
662 SOLARIS_THREADS and _SOLARIS_PTHREADS.
664 1999-02-18 Tom Tromey <tromey@cygnus.com>
666 * quick_threads.c (GC_push_all_stacks): Change order of arguments
667 to GC_push_all_stacks depending on STACK_GROWS_DOWN define. Check
668 for case where LO is NULL.
670 1999-02-10 Tom Tromey <tromey@cygnus.com>
672 * aclocal.m4, configure, Makefile.in: Rebuilt.
673 * acinclude.m4: Updated to be used with automake 1.4.
674 * configure.in: Renamed libgc to libgcjgc. Updated to be used
676 * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
677 (libgcjgc_a_SOURCES): Likewise.
678 (libgcjgc_a_LIBADD): Likewise.
679 (libgcjgc_a_DEPENDENCIES): Likewise.
680 (EXTRA_libgcjgc_a_SOURCES): Likewise.
681 (gctest_LDADD): Likewise.
682 (all_objs): Likewise.
684 1999-01-08 Tom Tromey <tromey@cygnus.com>
686 * configure: Rebuilt.
687 * configure.in: Define LINUX_THREADS if using POSIX threads on
690 * gc_priv.h (GC_test_and_set): Put return type into definition.
692 1998-11-24 Andrew Haley <aph@viagra.cygnus.co.uk>
694 * Makefile.am: add support for eCos. In particular, add C++
695 support for compiling the file ecos.cc.
697 * acinclude.m4: add C++ support.
698 * aclocal.m4: likewise
699 * config.h: add eCos support.
700 * configure: likewise
701 * configure.in: likewise
702 * misc.c (GC_write): add eCos support.
703 * os_dep.c (tiny_sbrk): add eCos support.
705 Thu Dec 10 18:24:34 1998 Warren Levy <warrenl@cygnus.com>
707 * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
708 * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
710 1998-11-23 Tom Tromey <tromey@cygnus.com>
712 * configure.host (boehm_gc_cflags): Don't add `-O2'.
714 1998-11-20 Andrew Haley <aph@viagra.cygnus.co.uk>
716 * Makefile.am, Makefile.in, configure.host: tx39 build option
719 1998-11-17 Tom Tromey <tromey@cygnus.com>
721 * configure: Rebuilt.
722 * configure.in: Switch on host, not target.
724 1998-11-16 Tom Tromey <tromey@cygnus.com>
726 * gc_priv.h (GC_debug_object_start): Declare.
727 * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
728 * gc.h (GC_debug_register_finalizer_no_order,
729 GC_register_finalizer_no_order): Declare.
730 (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
731 * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
732 (GC_debug_generic_malloc): Likewise.
733 (GC_debug_object_start): new function.
735 1998-11-11 Tom Tromey <tromey@cygnus.com>
737 * configure: Rebuilt.
738 * configure.in: Recognize --enable-java-gc, not --enable-gc.
740 Tue Nov 3 18:01:12 1998 Tom Tromey <tromey@sanguine.cygnus.com>
742 * dyn_load.c: Handle QUICK_THREADS case.
744 1998-10-21 Tom Tromey <tromey@cygnus.com>
746 * configure: Rebuilt.
747 * configure.in: Put cpp defines here, not in config.h. Recognize
748 --enable-threads. Set INCLUDES. Create boehm-cflags file. Don't
749 define PACKAGE or VERSION.
750 * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
753 * os_dep.c (GC_default_push_other_roots): Define when
754 QUICK_THREADS defined.
755 * misc.c: Added QUICK_THREADS case.
756 * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
757 * config.h (THREADS): Define if QUICK_THREADS defined.
758 * Makefile.in: Rebuilt.
759 * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
761 * quick_threads.c: New file.
763 1998-10-20 Tom Tromey <tromey@cygnus.com>
765 * aclocal.m4, configure: Rebuilt.
766 * acinclude.m4: Don't subst machine_dir or sys_dir.
767 * configure.host: Removed unused code.
769 Sun Oct 11 08:18:02 1998 Anthony Green <green@cygnus.com>
771 * configure: Rebuilt.
772 * configure.in: Fix typo in previous patch.
774 Sun Oct 11 08:06:11 1998 Anthony Green <green@cygnus.com>
776 * Makefile.in, aclocal.m4, configure: Rebuilt.
777 * Makefile.am, acinclude.m4, configure.in: Add multilib support.
778 * configure.host: Created.
780 Tue Sep 1 10:58:15 1998 Tom Tromey <tromey@cygnus.com>
782 * Makefile.in: Rebuilt.
783 * Makefile.am (lib_LIBRARIES): Use target_all.
784 (EXTRA_LIBRARIES): New macro.
785 * configure: Rebuilt.
786 * configure.in: Recognize --enable-gc.
788 Thu Aug 13 10:52:45 1998 Tom Tromey <tromey@cygnus.com>
790 * Makefile.in: Rebuilt.
791 * Makefile.am (COMPILE): Define.
793 (.s.o): Use MY_CFLAGS.
794 * configure: Rebuilt.
795 * configure.in (MY_CFLAGS): Define and subst.
797 Wed Aug 12 11:41:43 1998 Tom Tromey <tromey@cygnus.com>
799 * configure: Rebuilt.
800 * configure.in: Added --with-cross-host argument. Use
801 $with_cross_host to determine when cross-compiling.
803 * config.h (SMALL_CONFIG): Don't define.
804 * configure: Rebuilt.
805 * configure.in: Define SMALL_CONFIG when cross-compiling.
807 Tue Aug 11 11:41:25 1998 Tom Tromey <tromey@cygnus.com>
809 * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
810 allchblk.c: Merged with 4.13a2 while preserving local changes.
812 * Makefile.orig: Updated from Makefile in 4.13a2.
814 * configure: Rebuilt.
815 * configure.in: Updated version number to 4.13a2. On Solaris,
816 don't build with -O when using gcc.
818 Merged in version 4.13alpha2:
819 * config.h (USE_MMAP): Re-enable on Solaris.
820 * solaris_pthreads.c: Removed RCS Id line.
821 * alpha_mach_dep.s: Removed RCS Id line.
823 Wed Jul 22 15:38:12 1998 Tom Tromey <tromey@cygnus.com>
825 * config.h (USE_MMAP): Don't define for Solaris.
827 Wed Jun 10 12:51:41 1998 Tom Tromey <tromey@cygnus.com>
829 * Makefile.in: Rebuilt.
830 * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
832 * Makefile.in: Rebuilt.
833 * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
835 Thu May 14 15:32:58 1998 Tom Tromey <tromey@cygnus.com>
837 * Makefile.in: Rebuilt.
838 * Makefile.am ($(all_objs)): Depend on config.h.
840 * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
841 DATASTART as &_etext.
842 * misc.c (GC_init_inner): If STACKBASE defined, then use it.
843 * configure: Rebuilt.
844 * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
847 Tue May 12 13:15:45 1998 Tom Tromey <tromey@cygnus.com>
849 * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
850 (GC_maybe_gc): Likewise.
851 * os_dep.c: If NO_SIGSET defined, then have empty
852 GC_disable_signals and GC_enable_signals.
853 * configure: Rebuilt.
854 * configure.in: Added --with-target-subdir option. If
855 cross-compiling, define NO_SIGSET and NO_CLOCK.
857 Wed May 6 16:40:28 1998 Tom Tromey <tromey@cygnus.com>
859 * Makefile.in: Rebuilt.
860 * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
862 * aclocal.m4, configure: Rebuilt.
863 * acinclude.m4: New file.
864 * configure.in: Don't run AM_EXEEXT. Use LIB_AC_PROG_CC.
866 Thu Apr 30 14:51:12 1998 Tom Tromey <tromey@cygnus.com>
868 * configure: Rebuilt.
869 * configure.in: Link boehm-config.h to config.h.
870 * Makefile.in: Rebuilt.
871 * Makefile.am (INCLUDES): Removed.
872 * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
873 JAVA_FINALIZATION): Define
875 Wed Apr 29 11:03:14 1998 Tom Tromey <tromey@cygnus.com>
877 * Many files: Use GC_bool, not bool.
878 * gc_priv.h: Define GC_bool, not bool.
880 * misc.c (GC_dont_gc): Define as int.
881 (GC_quiet): Likewise.
882 * gc_priv.h (GC_never_stop_func): Declare as returning bool.
883 * alloc.c (GC_dont_expand): Define as int.
884 * gc_priv.h: For gcc, define bool as char.
886 Tue Apr 28 22:44:16 1998 Tom Tromey <tromey@cygnus.com>
888 * Makefile.in: Rebuilt.
889 * Makefile.am (check_PROGRAMS): New macro.
890 (gctest_SOURCES): Likewise.
891 (gctest_LDADD): Likewise.
893 Mon Apr 27 23:53:24 1998 Tom Tromey <tromey@cygnus.com>
895 * Makefile.in: Rebuilt.
896 * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
897 * configure: Rebuilt.
898 * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
900 Wed Apr 15 11:40:56 1998 Tom Tromey <tromey@sanguine.cygnus.com>
902 * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
904 * Makefile.orig: Renamed from Makefile.