* gcc.dg/ultrasp2.c: Don't run it with -m64 on sparc-*-*.
[official-gcc.git] / boehm-gc / ChangeLog
blobf62b7f3d2bf6e8db761bdc6bb0286d646922ec5c
1 2001-05-01  Jeffrey Oldham  <oldham@codesourcery.com>
3         * gc_priv.h (UNLOCK): Change type of GC_noop1 argument.
4         (GC_noop1): Change declaration to take one argument.
6 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
8         * configure.in: Obtain THREADS with `gcc -v'.
9         * configure: Rebuilt.
11 2001-04-05  Hans Boehm  <hans_boehm@hp.com>
13         * misc.c: Back out buggy changes to stack clearing code.
14         Reduce CLEAR_SIZE to 1/4 of original value to reduce time
15         spent clearing memory.
17 2001-04-04  Hans Boehm  <hans_boehm@hp.com>
19         * finalize.c:
20         - Accomodate finalization requests for static objects.
21           (Will be required by hash synchronization.  May be needed
22           in some configurations now.)
24         * gc_priv.h:
25         - Define MIN_WORDS.  All allocation requests are rounded
26           up to at least this size.  Removes a subtle assumption that
27           Java objects have a 2 word header.
29         * gcconfig.h:
30         - Adjust Linux/IA64 configuration for non-ancient kernels.
31           (Necessary fix for IA64.)
33         * linux_threads.c:
34         - Fix syntax error in currently unused code.  Will be needed
35           for Linux/PA-RISC.
37         * malloc.c:
38         - Handle MIN_WORDS.
40         * misc.c:
41         - Handle MIN_WORDS.
42         - Change stack cleaning code to typically clear about one tenth
43           the memory it used to in the threads configuration.  Occasionally
44           still clear more.  (This is really a fix for a long-standing
45           and fairly significant performance bug with threads.)
47         * os_dep.c:
48         - Fix the code for finding the beginning of the data segment under
49           Linux.  I believe this is necessary for some IA64 Linux
50           distributions.  It will also helo other platforms, though those
51           may additionally require a gcconfig.h adjustment.  (This basically
52           works around the absence of a data_start or __data_start
53           definition in glibc.)
55         * test.c:
56         - Handle rounding due to MIN_WORDS.
58 2001-03-22  Tom Tromey  <tromey@redhat.com>
60         * Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.
62 2001-03-19  Tom Tromey  <tromey@redhat.com>
64         * Makefile.in: Rebuilt.
65         * Makefile.am (gctest_LDFLAGS): new macro.
67 2001-03-16  Tom Tromey  <tromey@redhat.com>
69         * Makefile.in: Rebuilt.
70         * Makefile.am (TESTS_ENVIRONMENT): New macro.
72 2001-01-23  Rod Stewart <stewart@lab43.org>
74         * gcconfig.h: Check for `__arm__', not `arm'.
76 2000-12-30  Bryce McKinlay  <bryce@albatross.co.nz>
78         * configure.in: Rename THREADLIB to THREADLIBS.
79         * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This
80         ensures that we link the correct version of the linuxthreads semaphore
81         functions.
82         * Makefile.in: Rebuilt.
83         * configure: Rebuilt.
84         
85         * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the 
86         list of signals which are not blocked during suspend in the NO_SIGNALS
87         case.
89 2000-12-23  Hans Boehm  <Hans_Boehm@hp.com>
91         * gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.
93 2000-12-15  Bryce McKinlay  <bryce@albatross.co.nz>
95         * Makefile.dist: Renamed from Makefile.orig.
97 2000-12-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
99         * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
100         * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and
101         set accordingly.
102         * Makefile.in: Rebuilt.
103         * configure: Likewise.
105 2000-12-10  Geoffrey Keating  <geoffk@redhat.com>
107         * gcconfig.h: Add new case for powerpc EABI.
108         [PPC]: Handle embedded OS for powerpc simulator.
110 2000-09-30  Bryce McKinlay  <bryce@albatross.co.nz>
112         * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in 
113         cross-compile configuration only.
114         * Makefile.am: Build gcj_mlc.c.
115         * configure, Makefile.in: Rebuilt.
117 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
119         * acinclude.m4: Include libtool macros from the top level.
120         * aclocal.m4, configure: Rebuilt.
122 2000-09-04  Anthony Green  <green@redhat.com>
124         Fix for PR libgcj/230:
125         * mark.c (GC_mark_from_mark_stack): Remove call to
126         GC_debug_object_start.
127         * gc_priv.h (GC_debug_object_start): Remove prototype.
129 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
131         * gcconfig.h [OSF1] (_end): Declare as `int'.
133 2000-08-02  Tom Tromey  <tromey@cygnus.com>
135         * gc_priv.h (GC_generic_malloc_inner): Prototype.
136         (GC_generic_malloc): Likewise.
137         (GC_add_to_black_list_normal): Likewise.
138         (GC_find_header): Likewise.
139         (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
140         * gc_mark.h (GC_find_start): Prototype.
141         (GC_signal_mark_stack_overflow): Likewise.
143 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
145         * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
146         * configure: Rebuilt.
148         * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
150 2000-06-20  Bryce McKinlay  <bryce@albatross.co.nz>
152         Imported version 5.1.
153         * acinclude.m4: Push version to 5.1.
155 2000-06-19  Andrew Haley  <aph@cygnus.com>
157         * os_dep.c (read): Pass two dummy args to syscall().
159 2000-05-11  Bryce McKinlay  <bryce@albatross.co.nz>
161         Imported 5.0 release version.
162         * acinclude.m4: Increment version to 5.0.
164 2000-05-07  Bryce McKinlay  <bryce@albatross.co.nz>
166         Imported version 5.0alpha7.
167         * acinclude.m4: Update version to 5.0a7.
169 2000-04-26  Jakub Jelinek  <jakub@redhat.com>
171         * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
172         (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
173         - sparc glibc does not provide it.
174         (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
175         Make STACKBOTTOM depend on the wordsize.
176         * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
177         (struct frame): Declare on sparc*-linux*.
178         (GC_save_callers): Bias the frame pointers if needed (sparc64).
179         * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
180         Implement on sparc64.
181         (GC_clear_stack_inner): Implement on sparc64.
182         * gc_priv.h (GC_test_and_set): Implement for sparc.
183         * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
184         GC_save_regs_in_stack on sparc.
186 2000-04-23  Tom Tromey  <tromey@cygnus.com>
188         * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
190 2000-04-19  Bryce McKinlay  <bryce@albatross.co.nz>
192         Imported version version 5.0alpha6.
193         * acinclude.m4: Bump version to 5.0a6.
194         * configure.in: Don't use alpha_mach_dep.s.
195         * include/private/config.h, irix_threads.c gc_watcom.asm: Delete 
196         obsolete files.
197         * Makefile.am, Makefile.in: irix_threads.c is now
198         hpux_irix_threads.c.
199         * Makefile.orig: Updated from gc distribution Makefile.
201 2000-03-26  Anthony Green  <green@redhat.com>
203         * misc.c (GC_enable): Always define GC_enable and GC_disable.
205 2000-02-14  Tom Tromey  <tromey@cygnus.com>
207         * gc.h (dlopen): Define as GC_dlopen on Linux.
208         (GC_dlopen): Declare on Linux.
209         * dyn_load.c (GC_dlopen): Define for Linux.
211 Fri Jan 28 17:13:20 2000  Anthony Green  <green@cygnus.com>
213         * gcconfig.h (DATASTART): Add missing extern declaration
214         for data_start on powerpc.
216 1999-12-22  Bryce McKinlay  <bryce@albatross.co.nz>
218         * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
219         NO_SIGNALS case.
221 1999-12-19  Jeff Sturm  <jsturm@sigma6.com>
223         * gcconfig.h: Define DATASTART for Alpha Linux.
225 1999-12-19  Anthony Green  <green@cygnus.com>
227         * gcconfig.h: Use libgcj hack for Alpha Linux.  
228         Undefine MPROTEXT_VDB (from Jeff Sturm).
229         * os_dep.c: Remove Alpha Linux hacks.
230         * misc.c: Ditto.
232 1999-12-13  Tom Tromey  <tromey@cygnus.com>
234         * aclocal.m4, configure: Rebuilt.
235         * acinclude.m4: Changed version to 5.0a4.
236         * Makefile.in: Rebuilt.
237         * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
239 1999-12-12  Anthony Green  <green@cygnus.com>
241         * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
242         Linux.
243         (DYNAMIC_LOADING): Define for PowerPC Linux.
244         * os_dep.c: Remove some special cases for PowerPC Linux.
245         * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
246         for PowerPC Linux.
248 1999-11-04  Tom Tromey  <tromey@cygnus.com>
250         * Makefile.in: Rebuilt.
251         * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
253         * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
254         (GC_thr_init): Don't declare.
256         * configure: Rebuilt.
257         * configure.in: Removed qt threads case.
258         * dyn_load.c: Don't mention QUICK_THREADS.
259         * os_dep.c: Don't mention QUICK_THREADS.
260         * misc.c: Don't mention QUICK_THREADS.
261         * gcconfig.h: Don't mention QUICK_THREADS.
262         * gc_priv.h: Removed QUICK_THREADS code.
263         * quick_threads.c: Removed.
265 1999-11-03  Tom Tromey  <tromey@cygnus.com>
267         * gcconfig.h: Merged in local changes from old config.h.
269 1999-11-02  Bryce McKinlay  <bryce@albatross.co.nz>
271         * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
273 1999-11-02  Tom Tromey  <tromey@cygnus.com>
275         * quick_threads.c: Include gcconfig.h, not boehm-config.h.
277         * configure: Rebuilt.
278         * configure.in: Don't create boehm-config.h.
279         * Makefile.in: Rebuilt.
280         * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
281         config.h.
282         ($(all_objs)): Depend on gcconfig.h.
283         * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
284         * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
285         * config.h: Removed.
287 1999-11-01  Tom Tromey  <tromey@cygnus.com>
289         * Makefile.in: Rebuilt.
290         * Makefile.am (gctest_LDADD): Added THREADLIB.
291         (TESTS): New macro.
292         * configure: Rebuilt.
293         * configure.in (INCLUDES): New subst.
295 1999-09-29  Steve Chamberlain  <sac@pobox.com>
297         * config.h: Added picoJava target.
298         * mach_dep.h (GC_push_regs):  New code for picoJava.
300 1999-09-28  Tom Tromey  <tromey@cygnus.com>
302         * aclocal.m4, configure: Rebuilt.
303         * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
304         appropriate AC_PROG_ symbol.
306 Tue Aug 10 00:08:29 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
308         * gc_priv.h:  IRIX thread changes from
309         include/private/gc_priv.h.
311 Mon Aug  9 18:33:38 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
313         * Makefile.in: Rebuilt.
314         * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
315         builds.
317         * configure: Rebuilt.
318         * configure.in: Properly align --help output, fix capitalization
319         and punctuation.
320         * acinclude.m4: Likewise.
322 1999-08-04  Tom Tromey  <tromey@cygnus.com>
324         * configure.in: Added missing `;;'.  From Anthony Green.
326 Mon Aug  2 23:09:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
328         * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
330 1999-08-03  Tom Tromey  <tromey@cygnus.com>
332         * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
333         Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
335 1999-08-02  Tom Tromey  <tromey@cygnus.com>
337         * aclocal.m4, configure: Rebuilt for new libtool.
339 1999-07-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
341         * mips_sgi_mach_dep.s: Enable PIC option.
343 1999-07-19  Tom Tromey  <tromey@cygnus.com>
345         * config.h (MPROTECT_VDB): Don't define on Linux.
347 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
349         * Makefile.am (.s.lo): Avoid `#line' directives.
350         * Makefile.in: Rebuilt.
352 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
354         * Makefile.am (*-recursive, *-am, *-multi): Automake does not
355         generate *-recursive for this Makefile, use *-am instead.
356         * Makefile.in: Rebuilt.
358 1999-06-30  Alexandre Oliva  <oliva@dcc.unicamp.br>
360         * Makefile.am (.s.lo): Renamed from `.s.o'.
361         * Makefile.in: Rebuilt.
363 1999-06-21  Tom Tromey  <tromey@cygnus.com>
365         Alpha patch from Jeff Sturm:
366         * os_dep.c (GC_init_linuxalpha): New function.
367         * misc.c: Initialize for alpha linux.
368         * gc_priv.h (GC_test_and_set): Define for alpha.
369         * config.h: Don't assume __data_start on alpha.
371         * Makefile.in: Rebuilt.
372         * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
373         -release.
375         * Makefile.in: Rebuilt.
376         * Makefile.am (toolexeclibdir): Define as libdir when
377         appropriate.
378         * configure: Rebuilt.
379         * configure.in (USE_LIBDIR): New conditional.
381         * configure: Rebuilt.
382         * configure.in: Recognize all forms of alpha.
384 1999-06-17  Anthony Green  <green@cygnus.com>
386         * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
387         Carlo Dapor <carlo@vis.ethz.ch>).
389 1999-05-05  Gilles Zunino  <Gilles.Zunino@hei.fr>
391         * configure.in: Switch from irix threads to posix threads
392         Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
393         for mips architecture.
394         * configure: Regenerate.
396 1999-04-30  Tom Tromey  <tromey@cygnus.com>
398         * linux_threads.c: Don't reference __pthread_initial_thread_bos.
400 1999-04-26  Tom Tromey  <tromey@cygnus.com>
402         * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
403         `weak'.
405 1999-04-23  Tom Tromey  <tromey@cygnus.com>
407         * Makefile.in, configure: Rebuilt.
408         * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
409         (libgcjgc_la_SOURCES): Renamed.
410         (libgcjgc_la_LIBADD): Likewise.
411         (libgcjgc_la_DEPENDENCIES): Likewise.
412         (EXTRA_libgcjgc_la_SOURCES): Likewise.
413         (gctest_LDADD): Use libgcjgc.la.
414         (all_objs): Mention libgcj_la_OBJECTS.
415         (EXTRA_LTLIBRARIES): Renamed.
416         (toollib_LTLIBRARIES): Likewise.
417         (libgcjgc_la_LDFLAGS): New macro
418         (toolexecdir): Renamed.
419         (toolexeclibdir): Likewise.
420         (toolexeclib_LTLIBRARIES): Likewise.
421         (LTCOMPILE): Renamed; added libtool invocation.
422         (LINK): Added libtool invocation.
423         (.s.o): use LTCOMPILE.
424         * configure.in: Call AM_PROG_LIBTOOL.  
425         (target_all): Set to libgcjgc.la.
426         Mention `.lo' forms of object files.
428 1999-04-21  Tom Tromey  <tromey@cygnus.com>
430         * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
431         GC_stackbottom.
433         * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
434         sigcontext.h.  From Matthias Klose <doko@itso.de>.
436 1999-04-16  Tom Tromey  <tromey@cygnus.com>
438         * config.h (__start): Declare as `int' in alpha/OSF1 case.  From
439         David Pettersson <dapet@mai.liu.se>
441 1999-04-14  Tom Tromey  <tromey@cygnus.com>
443         * configure: Rebuilt.
444         * configure.in: Don't use sparc_mach_dep.o for Solaris.  Reverts
445         incorrect patch of 199-04-09.
447         * configure: Rebuilt.
448         * configure.in: Added support for alpha.
449         From David Pettersson <dapet@mai.liu.se>.
451 1999-04-13  Tom Tromey  <tromey@cygnus.com>
453         * Makefile.in: Rebuilt.
454         * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
455         solaris-threads.h.
457 1999-04-09  Tom Tromey  <tromey@cygnus.com>
459         * configure: Rebuilt.
460         * configure.in: Use sparc_mach_dep.s when building on Solaris.
462 1999-02-23  Tom Tromey  <tromey@cygnus.com>
464         * configure: Rebuilt.
465         * configure.in: For Linux, define _REENTRANT.  For Solaris, define
466         SOLARIS_THREADS and _SOLARIS_PTHREADS.
468 1999-02-18  Tom Tromey  <tromey@cygnus.com>
470         * quick_threads.c (GC_push_all_stacks): Change order of arguments
471         to GC_push_all_stacks depending on STACK_GROWS_DOWN define.  Check
472         for case where LO is NULL.
474 1999-02-10  Tom Tromey  <tromey@cygnus.com>
476         * aclocal.m4, configure, Makefile.in: Rebuilt.
477         * acinclude.m4: Updated to be used with automake 1.4.
478         * configure.in: Renamed libgc to libgcjgc.  Updated to be used
479         with automake 1.4.
480         * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
481         (libgcjgc_a_SOURCES): Likewise.
482         (libgcjgc_a_LIBADD): Likewise.
483         (libgcjgc_a_DEPENDENCIES): Likewise.
484         (EXTRA_libgcjgc_a_SOURCES): Likewise.
485         (gctest_LDADD): Likewise.
486         (all_objs): Likewise.
488 1999-01-08  Tom Tromey  <tromey@cygnus.com>
490         * configure: Rebuilt.
491         * configure.in: Define LINUX_THREADS if using POSIX threads on
492         Linux.
494         * gc_priv.h (GC_test_and_set): Put return type into definition.
496 1998-11-24  Andrew Haley  <aph@viagra.cygnus.co.uk>
498         * Makefile.am: add support for eCos.  In particular, add C++
499         support for compiling the file ecos.cc.
500         * ecos.cc: new file.
501         * acinclude.m4: add C++ support.
502         * aclocal.m4: likewise
503         * config.h: add eCos support.
504         * configure: likewise
505         * configure.in: likewise
506         * misc.c (GC_write): add eCos support.
507         * os_dep.c (tiny_sbrk): add eCos support.
508         
509 Thu Dec 10 18:24:34 1998  Warren Levy  <warrenl@cygnus.com>
511         * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
512         * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
514 1998-11-23  Tom Tromey  <tromey@cygnus.com>
516         * configure.host (boehm_gc_cflags): Don't add `-O2'.
518 1998-11-20  Andrew Haley  <aph@viagra.cygnus.co.uk>
520         * Makefile.am, Makefile.in, configure.host: tx39 build option 
521         "-G 0" added.
522         
523 1998-11-17  Tom Tromey  <tromey@cygnus.com>
525         * configure: Rebuilt.
526         * configure.in: Switch on host, not target.
528 1998-11-16  Tom Tromey  <tromey@cygnus.com>
530         * gc_priv.h (GC_debug_object_start): Declare.
531         * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
532         * gc.h (GC_debug_register_finalizer_no_order,
533         GC_register_finalizer_no_order): Declare.
534         (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
535         * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
536         (GC_debug_generic_malloc): Likewise.
537         (GC_debug_object_start): new function.
539 1998-11-11  Tom Tromey  <tromey@cygnus.com>
541         * configure: Rebuilt.
542         * configure.in: Recognize --enable-java-gc, not --enable-gc.
544 Tue Nov  3 18:01:12 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
546         * dyn_load.c: Handle QUICK_THREADS case.
548 1998-10-21  Tom Tromey  <tromey@cygnus.com>
550         * configure: Rebuilt.
551         * configure.in: Put cpp defines here, not in config.h.  Recognize
552         --enable-threads.  Set INCLUDES.  Create boehm-cflags file.  Don't
553         define PACKAGE or VERSION.
554         * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
555         Don't define.
557         * os_dep.c (GC_default_push_other_roots): Define when
558         QUICK_THREADS defined.
559         * misc.c: Added QUICK_THREADS case.
560         * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
561         * config.h (THREADS): Define if QUICK_THREADS defined.
562         * Makefile.in: Rebuilt.
563         * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
564         quick_threads.c.
565         * quick_threads.c: New file.
567 1998-10-20  Tom Tromey  <tromey@cygnus.com>
569         * aclocal.m4, configure: Rebuilt.
570         * acinclude.m4: Don't subst machine_dir or sys_dir.
571         * configure.host: Removed unused code.
573 Sun Oct 11 08:18:02 1998  Anthony Green  <green@cygnus.com>
575         * configure: Rebuilt.
576         * configure.in: Fix typo in previous patch.
578 Sun Oct 11 08:06:11 1998  Anthony Green  <green@cygnus.com>
580         * Makefile.in, aclocal.m4, configure: Rebuilt.
581         * Makefile.am, acinclude.m4, configure.in: Add multilib support.
582         * configure.host: Created.
584 Tue Sep  1 10:58:15 1998  Tom Tromey  <tromey@cygnus.com>
586         * Makefile.in: Rebuilt.
587         * Makefile.am (lib_LIBRARIES): Use target_all.
588         (EXTRA_LIBRARIES): New macro.
589         * configure: Rebuilt.
590         * configure.in: Recognize --enable-gc.
592 Thu Aug 13 10:52:45 1998  Tom Tromey  <tromey@cygnus.com>
594         * Makefile.in: Rebuilt.
595         * Makefile.am (COMPILE): Define.
596         (LINK): Likewise.
597         (.s.o): Use MY_CFLAGS.
598         * configure: Rebuilt.
599         * configure.in (MY_CFLAGS): Define and subst.
601 Wed Aug 12 11:41:43 1998  Tom Tromey  <tromey@cygnus.com>
603         * configure: Rebuilt.
604         * configure.in: Added --with-cross-host argument.  Use
605         $with_cross_host to determine when cross-compiling.
607         * config.h (SMALL_CONFIG): Don't define.
608         * configure: Rebuilt.
609         * configure.in: Define SMALL_CONFIG when cross-compiling.
611 Tue Aug 11 11:41:25 1998  Tom Tromey  <tromey@cygnus.com>
613         * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
614         allchblk.c: Merged with 4.13a2 while preserving local changes.
616         * Makefile.orig: Updated from Makefile in 4.13a2.
618         * configure: Rebuilt.
619         * configure.in: Updated version number to 4.13a2.  On Solaris,
620         don't build with -O when using gcc.
622         Merged in version 4.13alpha2:
623         * config.h (USE_MMAP): Re-enable on Solaris.
624         * solaris_pthreads.c: Removed RCS Id line.
625         * alpha_mach_dep.s: Removed RCS Id line.
627 Wed Jul 22 15:38:12 1998  Tom Tromey  <tromey@cygnus.com>
629         * config.h (USE_MMAP): Don't define for Solaris.
631 Wed Jun 10 12:51:41 1998  Tom Tromey  <tromey@cygnus.com>
633         * Makefile.in: Rebuilt.
634         * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
636         * Makefile.in: Rebuilt.
637         * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
639 Thu May 14 15:32:58 1998  Tom Tromey  <tromey@cygnus.com>
641         * Makefile.in: Rebuilt.
642         * Makefile.am ($(all_objs)): Depend on config.h.
644         * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
645         DATASTART as &_etext.
646         * misc.c (GC_init_inner): If STACKBASE defined, then use it.
647         * configure: Rebuilt.
648         * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
649         tx39.
651 Tue May 12 13:15:45 1998  Tom Tromey  <tromey@cygnus.com>
653         * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
654         (GC_maybe_gc): Likewise.
655         * os_dep.c: If NO_SIGSET defined, then have empty
656         GC_disable_signals and GC_enable_signals.
657         * configure: Rebuilt.
658         * configure.in: Added --with-target-subdir option.  If
659         cross-compiling, define NO_SIGSET and NO_CLOCK.
661 Wed May  6 16:40:28 1998  Tom Tromey  <tromey@cygnus.com>
663         * Makefile.in: Rebuilt.
664         * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
665         (AS): Removed.
666         * aclocal.m4, configure: Rebuilt.
667         * acinclude.m4: New file.
668         * configure.in: Don't run AM_EXEEXT.  Use LIB_AC_PROG_CC.
670 Thu Apr 30 14:51:12 1998  Tom Tromey  <tromey@cygnus.com>
672         * configure: Rebuilt.
673         * configure.in: Link boehm-config.h to config.h.
674         * Makefile.in: Rebuilt.
675         * Makefile.am (INCLUDES): Removed.
676         * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
677         JAVA_FINALIZATION): Define
679 Wed Apr 29 11:03:14 1998  Tom Tromey  <tromey@cygnus.com>
681         * Many files: Use GC_bool, not bool.
682         * gc_priv.h: Define GC_bool, not bool.
684         * misc.c (GC_dont_gc): Define as int.
685         (GC_quiet): Likewise.
686         * gc_priv.h (GC_never_stop_func): Declare as returning bool.
687         * alloc.c (GC_dont_expand): Define as int.
688         * gc_priv.h: For gcc, define bool as char.
690 Tue Apr 28 22:44:16 1998  Tom Tromey  <tromey@cygnus.com>
692         * Makefile.in: Rebuilt.
693         * Makefile.am (check_PROGRAMS): New macro.
694         (gctest_SOURCES): Likewise.
695         (gctest_LDADD): Likewise.
697 Mon Apr 27 23:53:24 1998  Tom Tromey  <tromey@cygnus.com>
699         * Makefile.in: Rebuilt.
700         * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
701         * configure: Rebuilt.
702         * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
704 Wed Apr 15 11:40:56 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
706         * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
707         New files.
708         * Makefile.orig: Renamed from Makefile.