1 2001-06-12 Tom Tromey <tromey@redhat.com>
3 * aclocal.m4, configure: Rebuilt.
4 * acinclude.m4: Find configure.host in srcdir.
6 2001-06-07 Tom Tromey <tromey@redhat.com>
9 * configure, aclocal.m4, Makefile.in: Rebuilt.
10 * configure.in: Don't call AC_CONFIG_AUX_DIR or
12 * acinclude.m4 (BOEHM_CONFIGURE): Call AC_CONFIG_AUX_DIR and
13 AC_CANONICAL_SYSTEM here.
14 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not
17 2001-05-01 Jeffrey Oldham <oldham@codesourcery.com>
19 * gc_priv.h (UNLOCK): Change type of GC_noop1 argument.
20 (GC_noop1): Change declaration to take one argument.
22 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
24 * configure.in: Obtain THREADS with `gcc -v'.
27 2001-04-05 Hans Boehm <hans_boehm@hp.com>
29 * misc.c: Back out buggy changes to stack clearing code.
30 Reduce CLEAR_SIZE to 1/4 of original value to reduce time
31 spent clearing memory.
33 2001-04-04 Hans Boehm <hans_boehm@hp.com>
36 - Accomodate finalization requests for static objects.
37 (Will be required by hash synchronization. May be needed
38 in some configurations now.)
41 - Define MIN_WORDS. All allocation requests are rounded
42 up to at least this size. Removes a subtle assumption that
43 Java objects have a 2 word header.
46 - Adjust Linux/IA64 configuration for non-ancient kernels.
47 (Necessary fix for IA64.)
50 - Fix syntax error in currently unused code. Will be needed
58 - Change stack cleaning code to typically clear about one tenth
59 the memory it used to in the threads configuration. Occasionally
60 still clear more. (This is really a fix for a long-standing
61 and fairly significant performance bug with threads.)
64 - Fix the code for finding the beginning of the data segment under
65 Linux. I believe this is necessary for some IA64 Linux
66 distributions. It will also helo other platforms, though those
67 may additionally require a gcconfig.h adjustment. (This basically
68 works around the absence of a data_start or __data_start
72 - Handle rounding due to MIN_WORDS.
74 2001-03-22 Tom Tromey <tromey@redhat.com>
76 * Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.
78 2001-03-19 Tom Tromey <tromey@redhat.com>
80 * Makefile.in: Rebuilt.
81 * Makefile.am (gctest_LDFLAGS): new macro.
83 2001-03-16 Tom Tromey <tromey@redhat.com>
85 * Makefile.in: Rebuilt.
86 * Makefile.am (TESTS_ENVIRONMENT): New macro.
88 2001-01-23 Rod Stewart <stewart@lab43.org>
90 * gcconfig.h: Check for `__arm__', not `arm'.
92 2000-12-30 Bryce McKinlay <bryce@albatross.co.nz>
94 * configure.in: Rename THREADLIB to THREADLIBS.
95 * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This
96 ensures that we link the correct version of the linuxthreads semaphore
98 * Makefile.in: Rebuilt.
101 * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the
102 list of signals which are not blocked during suspend in the NO_SIGNALS
105 2000-12-23 Hans Boehm <Hans_Boehm@hp.com>
107 * gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.
109 2000-12-15 Bryce McKinlay <bryce@albatross.co.nz>
111 * Makefile.dist: Renamed from Makefile.orig.
113 2000-12-11 Alexandre Petit-Bianco <apbianco@cygnus.com>
115 * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
116 * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and
118 * Makefile.in: Rebuilt.
119 * configure: Likewise.
121 2000-12-10 Geoffrey Keating <geoffk@redhat.com>
123 * gcconfig.h: Add new case for powerpc EABI.
124 [PPC]: Handle embedded OS for powerpc simulator.
126 2000-09-30 Bryce McKinlay <bryce@albatross.co.nz>
128 * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in
129 cross-compile configuration only.
130 * Makefile.am: Build gcj_mlc.c.
131 * configure, Makefile.in: Rebuilt.
133 2000-09-10 Alexandre Oliva <aoliva@redhat.com>
135 * acinclude.m4: Include libtool macros from the top level.
136 * aclocal.m4, configure: Rebuilt.
138 2000-09-04 Anthony Green <green@redhat.com>
140 Fix for PR libgcj/230:
141 * mark.c (GC_mark_from_mark_stack): Remove call to
142 GC_debug_object_start.
143 * gc_priv.h (GC_debug_object_start): Remove prototype.
145 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
147 * gcconfig.h [OSF1] (_end): Declare as `int'.
149 2000-08-02 Tom Tromey <tromey@cygnus.com>
151 * gc_priv.h (GC_generic_malloc_inner): Prototype.
152 (GC_generic_malloc): Likewise.
153 (GC_add_to_black_list_normal): Likewise.
154 (GC_find_header): Likewise.
155 (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
156 * gc_mark.h (GC_find_start): Prototype.
157 (GC_signal_mark_stack_overflow): Likewise.
159 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
161 * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
162 * configure: Rebuilt.
164 * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
166 2000-06-20 Bryce McKinlay <bryce@albatross.co.nz>
168 Imported version 5.1.
169 * acinclude.m4: Push version to 5.1.
171 2000-06-19 Andrew Haley <aph@cygnus.com>
173 * os_dep.c (read): Pass two dummy args to syscall().
175 2000-05-11 Bryce McKinlay <bryce@albatross.co.nz>
177 Imported 5.0 release version.
178 * acinclude.m4: Increment version to 5.0.
180 2000-05-07 Bryce McKinlay <bryce@albatross.co.nz>
182 Imported version 5.0alpha7.
183 * acinclude.m4: Update version to 5.0a7.
185 2000-04-26 Jakub Jelinek <jakub@redhat.com>
187 * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
188 (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
189 - sparc glibc does not provide it.
190 (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
191 Make STACKBOTTOM depend on the wordsize.
192 * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
193 (struct frame): Declare on sparc*-linux*.
194 (GC_save_callers): Bias the frame pointers if needed (sparc64).
195 * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
196 Implement on sparc64.
197 (GC_clear_stack_inner): Implement on sparc64.
198 * gc_priv.h (GC_test_and_set): Implement for sparc.
199 * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
200 GC_save_regs_in_stack on sparc.
202 2000-04-23 Tom Tromey <tromey@cygnus.com>
204 * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
206 2000-04-19 Bryce McKinlay <bryce@albatross.co.nz>
208 Imported version version 5.0alpha6.
209 * acinclude.m4: Bump version to 5.0a6.
210 * configure.in: Don't use alpha_mach_dep.s.
211 * include/private/config.h, irix_threads.c gc_watcom.asm: Delete
213 * Makefile.am, Makefile.in: irix_threads.c is now
215 * Makefile.orig: Updated from gc distribution Makefile.
217 2000-03-26 Anthony Green <green@redhat.com>
219 * misc.c (GC_enable): Always define GC_enable and GC_disable.
221 2000-02-14 Tom Tromey <tromey@cygnus.com>
223 * gc.h (dlopen): Define as GC_dlopen on Linux.
224 (GC_dlopen): Declare on Linux.
225 * dyn_load.c (GC_dlopen): Define for Linux.
227 Fri Jan 28 17:13:20 2000 Anthony Green <green@cygnus.com>
229 * gcconfig.h (DATASTART): Add missing extern declaration
230 for data_start on powerpc.
232 1999-12-22 Bryce McKinlay <bryce@albatross.co.nz>
234 * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
237 1999-12-19 Jeff Sturm <jsturm@sigma6.com>
239 * gcconfig.h: Define DATASTART for Alpha Linux.
241 1999-12-19 Anthony Green <green@cygnus.com>
243 * gcconfig.h: Use libgcj hack for Alpha Linux.
244 Undefine MPROTEXT_VDB (from Jeff Sturm).
245 * os_dep.c: Remove Alpha Linux hacks.
248 1999-12-13 Tom Tromey <tromey@cygnus.com>
250 * aclocal.m4, configure: Rebuilt.
251 * acinclude.m4: Changed version to 5.0a4.
252 * Makefile.in: Rebuilt.
253 * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
255 1999-12-12 Anthony Green <green@cygnus.com>
257 * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
259 (DYNAMIC_LOADING): Define for PowerPC Linux.
260 * os_dep.c: Remove some special cases for PowerPC Linux.
261 * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
264 1999-11-04 Tom Tromey <tromey@cygnus.com>
266 * Makefile.in: Rebuilt.
267 * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
269 * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
270 (GC_thr_init): Don't declare.
272 * configure: Rebuilt.
273 * configure.in: Removed qt threads case.
274 * dyn_load.c: Don't mention QUICK_THREADS.
275 * os_dep.c: Don't mention QUICK_THREADS.
276 * misc.c: Don't mention QUICK_THREADS.
277 * gcconfig.h: Don't mention QUICK_THREADS.
278 * gc_priv.h: Removed QUICK_THREADS code.
279 * quick_threads.c: Removed.
281 1999-11-03 Tom Tromey <tromey@cygnus.com>
283 * gcconfig.h: Merged in local changes from old config.h.
285 1999-11-02 Bryce McKinlay <bryce@albatross.co.nz>
287 * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
289 1999-11-02 Tom Tromey <tromey@cygnus.com>
291 * quick_threads.c: Include gcconfig.h, not boehm-config.h.
293 * configure: Rebuilt.
294 * configure.in: Don't create boehm-config.h.
295 * Makefile.in: Rebuilt.
296 * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
298 ($(all_objs)): Depend on gcconfig.h.
299 * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
300 * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
303 1999-11-01 Tom Tromey <tromey@cygnus.com>
305 * Makefile.in: Rebuilt.
306 * Makefile.am (gctest_LDADD): Added THREADLIB.
308 * configure: Rebuilt.
309 * configure.in (INCLUDES): New subst.
311 1999-09-29 Steve Chamberlain <sac@pobox.com>
313 * config.h: Added picoJava target.
314 * mach_dep.h (GC_push_regs): New code for picoJava.
316 1999-09-28 Tom Tromey <tromey@cygnus.com>
318 * aclocal.m4, configure: Rebuilt.
319 * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
320 appropriate AC_PROG_ symbol.
322 Tue Aug 10 00:08:29 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
324 * gc_priv.h: IRIX thread changes from
325 include/private/gc_priv.h.
327 Mon Aug 9 18:33:38 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
329 * Makefile.in: Rebuilt.
330 * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
333 * configure: Rebuilt.
334 * configure.in: Properly align --help output, fix capitalization
336 * acinclude.m4: Likewise.
338 1999-08-04 Tom Tromey <tromey@cygnus.com>
340 * configure.in: Added missing `;;'. From Anthony Green.
342 Mon Aug 2 23:09:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
344 * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
346 1999-08-03 Tom Tromey <tromey@cygnus.com>
348 * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
349 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
351 1999-08-02 Tom Tromey <tromey@cygnus.com>
353 * aclocal.m4, configure: Rebuilt for new libtool.
355 1999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br>
357 * mips_sgi_mach_dep.s: Enable PIC option.
359 1999-07-19 Tom Tromey <tromey@cygnus.com>
361 * config.h (MPROTECT_VDB): Don't define on Linux.
363 1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
365 * Makefile.am (.s.lo): Avoid `#line' directives.
366 * Makefile.in: Rebuilt.
368 1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
370 * Makefile.am (*-recursive, *-am, *-multi): Automake does not
371 generate *-recursive for this Makefile, use *-am instead.
372 * Makefile.in: Rebuilt.
374 1999-06-30 Alexandre Oliva <oliva@dcc.unicamp.br>
376 * Makefile.am (.s.lo): Renamed from `.s.o'.
377 * Makefile.in: Rebuilt.
379 1999-06-21 Tom Tromey <tromey@cygnus.com>
381 Alpha patch from Jeff Sturm:
382 * os_dep.c (GC_init_linuxalpha): New function.
383 * misc.c: Initialize for alpha linux.
384 * gc_priv.h (GC_test_and_set): Define for alpha.
385 * config.h: Don't assume __data_start on alpha.
387 * Makefile.in: Rebuilt.
388 * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
391 * Makefile.in: Rebuilt.
392 * Makefile.am (toolexeclibdir): Define as libdir when
394 * configure: Rebuilt.
395 * configure.in (USE_LIBDIR): New conditional.
397 * configure: Rebuilt.
398 * configure.in: Recognize all forms of alpha.
400 1999-06-17 Anthony Green <green@cygnus.com>
402 * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
403 Carlo Dapor <carlo@vis.ethz.ch>).
405 1999-05-05 Gilles Zunino <Gilles.Zunino@hei.fr>
407 * configure.in: Switch from irix threads to posix threads
408 Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
409 for mips architecture.
410 * configure: Regenerate.
412 1999-04-30 Tom Tromey <tromey@cygnus.com>
414 * linux_threads.c: Don't reference __pthread_initial_thread_bos.
416 1999-04-26 Tom Tromey <tromey@cygnus.com>
418 * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
421 1999-04-23 Tom Tromey <tromey@cygnus.com>
423 * Makefile.in, configure: Rebuilt.
424 * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
425 (libgcjgc_la_SOURCES): Renamed.
426 (libgcjgc_la_LIBADD): Likewise.
427 (libgcjgc_la_DEPENDENCIES): Likewise.
428 (EXTRA_libgcjgc_la_SOURCES): Likewise.
429 (gctest_LDADD): Use libgcjgc.la.
430 (all_objs): Mention libgcj_la_OBJECTS.
431 (EXTRA_LTLIBRARIES): Renamed.
432 (toollib_LTLIBRARIES): Likewise.
433 (libgcjgc_la_LDFLAGS): New macro
434 (toolexecdir): Renamed.
435 (toolexeclibdir): Likewise.
436 (toolexeclib_LTLIBRARIES): Likewise.
437 (LTCOMPILE): Renamed; added libtool invocation.
438 (LINK): Added libtool invocation.
439 (.s.o): use LTCOMPILE.
440 * configure.in: Call AM_PROG_LIBTOOL.
441 (target_all): Set to libgcjgc.la.
442 Mention `.lo' forms of object files.
444 1999-04-21 Tom Tromey <tromey@cygnus.com>
446 * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
449 * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
450 sigcontext.h. From Matthias Klose <doko@itso.de>.
452 1999-04-16 Tom Tromey <tromey@cygnus.com>
454 * config.h (__start): Declare as `int' in alpha/OSF1 case. From
455 David Pettersson <dapet@mai.liu.se>
457 1999-04-14 Tom Tromey <tromey@cygnus.com>
459 * configure: Rebuilt.
460 * configure.in: Don't use sparc_mach_dep.o for Solaris. Reverts
461 incorrect patch of 199-04-09.
463 * configure: Rebuilt.
464 * configure.in: Added support for alpha.
465 From David Pettersson <dapet@mai.liu.se>.
467 1999-04-13 Tom Tromey <tromey@cygnus.com>
469 * Makefile.in: Rebuilt.
470 * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
473 1999-04-09 Tom Tromey <tromey@cygnus.com>
475 * configure: Rebuilt.
476 * configure.in: Use sparc_mach_dep.s when building on Solaris.
478 1999-02-23 Tom Tromey <tromey@cygnus.com>
480 * configure: Rebuilt.
481 * configure.in: For Linux, define _REENTRANT. For Solaris, define
482 SOLARIS_THREADS and _SOLARIS_PTHREADS.
484 1999-02-18 Tom Tromey <tromey@cygnus.com>
486 * quick_threads.c (GC_push_all_stacks): Change order of arguments
487 to GC_push_all_stacks depending on STACK_GROWS_DOWN define. Check
488 for case where LO is NULL.
490 1999-02-10 Tom Tromey <tromey@cygnus.com>
492 * aclocal.m4, configure, Makefile.in: Rebuilt.
493 * acinclude.m4: Updated to be used with automake 1.4.
494 * configure.in: Renamed libgc to libgcjgc. Updated to be used
496 * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
497 (libgcjgc_a_SOURCES): Likewise.
498 (libgcjgc_a_LIBADD): Likewise.
499 (libgcjgc_a_DEPENDENCIES): Likewise.
500 (EXTRA_libgcjgc_a_SOURCES): Likewise.
501 (gctest_LDADD): Likewise.
502 (all_objs): Likewise.
504 1999-01-08 Tom Tromey <tromey@cygnus.com>
506 * configure: Rebuilt.
507 * configure.in: Define LINUX_THREADS if using POSIX threads on
510 * gc_priv.h (GC_test_and_set): Put return type into definition.
512 1998-11-24 Andrew Haley <aph@viagra.cygnus.co.uk>
514 * Makefile.am: add support for eCos. In particular, add C++
515 support for compiling the file ecos.cc.
517 * acinclude.m4: add C++ support.
518 * aclocal.m4: likewise
519 * config.h: add eCos support.
520 * configure: likewise
521 * configure.in: likewise
522 * misc.c (GC_write): add eCos support.
523 * os_dep.c (tiny_sbrk): add eCos support.
525 Thu Dec 10 18:24:34 1998 Warren Levy <warrenl@cygnus.com>
527 * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
528 * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
530 1998-11-23 Tom Tromey <tromey@cygnus.com>
532 * configure.host (boehm_gc_cflags): Don't add `-O2'.
534 1998-11-20 Andrew Haley <aph@viagra.cygnus.co.uk>
536 * Makefile.am, Makefile.in, configure.host: tx39 build option
539 1998-11-17 Tom Tromey <tromey@cygnus.com>
541 * configure: Rebuilt.
542 * configure.in: Switch on host, not target.
544 1998-11-16 Tom Tromey <tromey@cygnus.com>
546 * gc_priv.h (GC_debug_object_start): Declare.
547 * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
548 * gc.h (GC_debug_register_finalizer_no_order,
549 GC_register_finalizer_no_order): Declare.
550 (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
551 * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
552 (GC_debug_generic_malloc): Likewise.
553 (GC_debug_object_start): new function.
555 1998-11-11 Tom Tromey <tromey@cygnus.com>
557 * configure: Rebuilt.
558 * configure.in: Recognize --enable-java-gc, not --enable-gc.
560 Tue Nov 3 18:01:12 1998 Tom Tromey <tromey@sanguine.cygnus.com>
562 * dyn_load.c: Handle QUICK_THREADS case.
564 1998-10-21 Tom Tromey <tromey@cygnus.com>
566 * configure: Rebuilt.
567 * configure.in: Put cpp defines here, not in config.h. Recognize
568 --enable-threads. Set INCLUDES. Create boehm-cflags file. Don't
569 define PACKAGE or VERSION.
570 * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
573 * os_dep.c (GC_default_push_other_roots): Define when
574 QUICK_THREADS defined.
575 * misc.c: Added QUICK_THREADS case.
576 * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
577 * config.h (THREADS): Define if QUICK_THREADS defined.
578 * Makefile.in: Rebuilt.
579 * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
581 * quick_threads.c: New file.
583 1998-10-20 Tom Tromey <tromey@cygnus.com>
585 * aclocal.m4, configure: Rebuilt.
586 * acinclude.m4: Don't subst machine_dir or sys_dir.
587 * configure.host: Removed unused code.
589 Sun Oct 11 08:18:02 1998 Anthony Green <green@cygnus.com>
591 * configure: Rebuilt.
592 * configure.in: Fix typo in previous patch.
594 Sun Oct 11 08:06:11 1998 Anthony Green <green@cygnus.com>
596 * Makefile.in, aclocal.m4, configure: Rebuilt.
597 * Makefile.am, acinclude.m4, configure.in: Add multilib support.
598 * configure.host: Created.
600 Tue Sep 1 10:58:15 1998 Tom Tromey <tromey@cygnus.com>
602 * Makefile.in: Rebuilt.
603 * Makefile.am (lib_LIBRARIES): Use target_all.
604 (EXTRA_LIBRARIES): New macro.
605 * configure: Rebuilt.
606 * configure.in: Recognize --enable-gc.
608 Thu Aug 13 10:52:45 1998 Tom Tromey <tromey@cygnus.com>
610 * Makefile.in: Rebuilt.
611 * Makefile.am (COMPILE): Define.
613 (.s.o): Use MY_CFLAGS.
614 * configure: Rebuilt.
615 * configure.in (MY_CFLAGS): Define and subst.
617 Wed Aug 12 11:41:43 1998 Tom Tromey <tromey@cygnus.com>
619 * configure: Rebuilt.
620 * configure.in: Added --with-cross-host argument. Use
621 $with_cross_host to determine when cross-compiling.
623 * config.h (SMALL_CONFIG): Don't define.
624 * configure: Rebuilt.
625 * configure.in: Define SMALL_CONFIG when cross-compiling.
627 Tue Aug 11 11:41:25 1998 Tom Tromey <tromey@cygnus.com>
629 * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
630 allchblk.c: Merged with 4.13a2 while preserving local changes.
632 * Makefile.orig: Updated from Makefile in 4.13a2.
634 * configure: Rebuilt.
635 * configure.in: Updated version number to 4.13a2. On Solaris,
636 don't build with -O when using gcc.
638 Merged in version 4.13alpha2:
639 * config.h (USE_MMAP): Re-enable on Solaris.
640 * solaris_pthreads.c: Removed RCS Id line.
641 * alpha_mach_dep.s: Removed RCS Id line.
643 Wed Jul 22 15:38:12 1998 Tom Tromey <tromey@cygnus.com>
645 * config.h (USE_MMAP): Don't define for Solaris.
647 Wed Jun 10 12:51:41 1998 Tom Tromey <tromey@cygnus.com>
649 * Makefile.in: Rebuilt.
650 * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
652 * Makefile.in: Rebuilt.
653 * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
655 Thu May 14 15:32:58 1998 Tom Tromey <tromey@cygnus.com>
657 * Makefile.in: Rebuilt.
658 * Makefile.am ($(all_objs)): Depend on config.h.
660 * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
661 DATASTART as &_etext.
662 * misc.c (GC_init_inner): If STACKBASE defined, then use it.
663 * configure: Rebuilt.
664 * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
667 Tue May 12 13:15:45 1998 Tom Tromey <tromey@cygnus.com>
669 * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
670 (GC_maybe_gc): Likewise.
671 * os_dep.c: If NO_SIGSET defined, then have empty
672 GC_disable_signals and GC_enable_signals.
673 * configure: Rebuilt.
674 * configure.in: Added --with-target-subdir option. If
675 cross-compiling, define NO_SIGSET and NO_CLOCK.
677 Wed May 6 16:40:28 1998 Tom Tromey <tromey@cygnus.com>
679 * Makefile.in: Rebuilt.
680 * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
682 * aclocal.m4, configure: Rebuilt.
683 * acinclude.m4: New file.
684 * configure.in: Don't run AM_EXEEXT. Use LIB_AC_PROG_CC.
686 Thu Apr 30 14:51:12 1998 Tom Tromey <tromey@cygnus.com>
688 * configure: Rebuilt.
689 * configure.in: Link boehm-config.h to config.h.
690 * Makefile.in: Rebuilt.
691 * Makefile.am (INCLUDES): Removed.
692 * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
693 JAVA_FINALIZATION): Define
695 Wed Apr 29 11:03:14 1998 Tom Tromey <tromey@cygnus.com>
697 * Many files: Use GC_bool, not bool.
698 * gc_priv.h: Define GC_bool, not bool.
700 * misc.c (GC_dont_gc): Define as int.
701 (GC_quiet): Likewise.
702 * gc_priv.h (GC_never_stop_func): Declare as returning bool.
703 * alloc.c (GC_dont_expand): Define as int.
704 * gc_priv.h: For gcc, define bool as char.
706 Tue Apr 28 22:44:16 1998 Tom Tromey <tromey@cygnus.com>
708 * Makefile.in: Rebuilt.
709 * Makefile.am (check_PROGRAMS): New macro.
710 (gctest_SOURCES): Likewise.
711 (gctest_LDADD): Likewise.
713 Mon Apr 27 23:53:24 1998 Tom Tromey <tromey@cygnus.com>
715 * Makefile.in: Rebuilt.
716 * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
717 * configure: Rebuilt.
718 * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
720 Wed Apr 15 11:40:56 1998 Tom Tromey <tromey@sanguine.cygnus.com>
722 * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
724 * Makefile.orig: Renamed from Makefile.