OSDN Git Service

b2fff36fcb01cdfd8fe954d08500c2b755d12811
[pf3gnuchains/gcc-fork.git] / boehm-gc / ChangeLog
1 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
2
3         * include/private/gcconfig.h: Add support for arm-netbsdelf.
4
5 2003-04-09  Tom Tromey  <tromey@redhat.com>
6
7         * include/private/gcconfig.h (LINUX_STACKBOTTOM): Define for
8         POWERPC.
9         (STACK_GRAN, HEURISTIC1): Don't define for POWERPC.
10
11 2003-03-22  Richard Henderson  <rth@redhat.com>
12
13         * include/private/gc_locks.h [IA64]: Include ia64intrin.h.
14         (GC_test_and_set): Use __sync_lock_test_and_set.
15         (GC_clear): Use volatile assignment.
16         (GC_compare_and_exchange): Use __sync_bool_compare_and_swap.
17         (GC_memory_write_barrier): Use __sync_synchronize.
18
19 2003-03-12  Andreas Schwab  <schwab@suse.de>
20
21         * configure.in: Avoid trailing /. in toolexeclibdir.
22         * configure: Rebuilt.
23
24 2003-03-04  Hans Boehm <Hans.Boehm@hp.com>
25         * include/private/gcconfig.h (GC_data_start): declare when needed.
26         * include/private/gc_priv.h: Include gcconfig.h after ptr_t
27         declaration.
28         * dyn_load.c (GC_register_dynamic_libraries_dl_iterate_phdr,
29         GC_register_dynlib_callback): Register main data for static
30         executable if dl_iterate_phdr() didn't.
31         * misc.c (GC_init_inner): Call GC_init_linux_data_start() even
32         if we don't expect to register main static data.
33
34 2003-03-03  Hans Boehm  <Hans.Boehm@hp.com>
35         * mark_rts.c (GC_cond_register_dynamic_libraries): add.
36         (GC_push_roots): explicitly mark free list headers, register
37         dynamic libraries only if !REGISTER_LIBRARIES_EARLY.
38         * alloc.c (GC_stopped_mark): Conditionally call
39         GC_cond_register_dynamic_libraries().
40         (GC_collect_a_little_inner, GC_try_to_collect_inner): Check GC_dont_gc.
41         * dyn_load.c (GC_register_main_static_data): define.
42         (GC_register_dyn_libraries (Linux /proc, Linux ELF versions)):
43         no longer skip main data.
44         * misc.c (GC_REGISTER_MAIN_STATIC_DATA): define.
45         (GC_init_inner): Make main data registration conditional.
46         * include/private/gc_priv.h (GC_register_main_static_data): declare.
47         * include/private/gcconfig.h (REGISTER_LIBRARIES_EARLY): define
48         for LINUX.
49
50 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
51
52         * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
53         config.status.
54         * configure: Rebuilt.
55
56 2003-02-11  Andreas Tobler  <a.tobler@schweiz.ch>
57
58         * include/private/gcconfig.h: undefine MPROTECT_VDB for MACOSX
59
60 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
61
62         * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
63         Remove USE_LIBDIR conditional.
64         * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
65         * Makefile.in, configure: Rebuilt.
66
67 2002-12-31  Tom Tromey  <tromey@redhat.com>
68
69         For PR libgcj/8933:
70         * include/Makefile.in: Rebuilt.
71         * include/Makefile.am (noinst_HEADERS): Renamed from
72         include_HEADERS.
73
74 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
75
76         * ltconfig (osf[345]): Append $major to soname_spec.
77         Reflect this in library_names_spec.
78         * ltmain.sh (osf): Prefix $major with . for use as extension.
79
80 2002-10-02  Andreas Jaeger  <aj@suse.de>
81
82         * include/private/gcconfig.h (HBLKSIZE): Define for x86-64.
83
84 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
85
86         * include/private/gcconfig.h: Don't check for __XSCALE__.  Instead
87         check for __arm__ or __thumb__.
88
89 2002-09-27  Ulrich Weigand  <uweigand@de.ibm.com>
90
91         * include/private/gcconfig: Add machine type S390.  Add s390x support.
92         * include/private/gc_locks.h (GC_test_and_set): Implement for s390.
93         (GC_compare_and_exchange): Likewise.
94
95 2002-09-24  Jason Thorpe  <thorpej@wasabisystems.com>
96
97         * include/private/gcconfig.h: Fix NetBSD/mips parameters.
98
99 2002-08-23  Adam Megacz <adam@xwt.org>
100
101         * win32_threads.cc: Removed extraneous ABORT()
102
103 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
104
105         * Makefile.am (all-multi): Fix multilib parallel build.
106
107 2002-07-18  Bo Thorsen  <bo@suse.de>
108
109         * include/private/gcconfig.h: Add x86-64 definitions.
110         * os_dep.c: Add x86-64 support.
111         * configure.in: Likewise.
112         * configure: Regenerate.
113
114 2002-07-18  H.J. Lu <hjl@gnu.org>
115
116         * mach_dep.c (GC_push_regs): Remove the unused Linux/mips code.
117
118 2002-07-18  H.J. Lu  (hjl@gnu.org)
119
120         * configure.in (machdep): Don't add mips_sgi_mach_dep.lo for
121         Linux/mips.
122
123 2002-06-28  Hans Boehm <Hans_Boehm@hp.com>
124             Jonathan Clark
125
126         * win32_threads.c (GC_push_all_stacks): Tolerate bad sp.
127
128 2002-06-09  H.J. Lu  (hjl@gnu.org)
129
130         * include/private/gc_locks.h (GC_test_and_set): Support
131         Linux/mips.
132         (GC_TEST_AND_SET_DEFINED): Likewise.
133
134         * include/private/gcconfig.h (DYNAMIC_LOADING): Defined for
135         Linux/mips.
136         (DATAEND): Likewise.
137         (LINUX_STACKBOTTOM): Likewise.
138         (STACKBOTTOM): Removed for Linux/mips.
139
140 Sun May 19 11:32:03 2002  Mark P Mitchell  <mark@codesourcery.com>
141
142         * irix_threads.cc (GC_pthread_detach): Do not use REAL_FUNC.
143         (GC_pthread_create): Fix typo.
144         (GC_TRY_LOCK): Likewise.
145         * include/private/gc_locks.h (GC_test_and_set): Only take one
146         one argument.
147         (LOCK): Adjust appropriately.
148         * include/private/gc_priv.h (SIG_SUSPEND): Use SIGRTMIN if
149         _SIGRTMIN is unavailable.
150
151 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
152
153         * acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
154         * aclocal.m4: Regenerate.
155         * configure: Regenerate.
156
157 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
158
159         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
160         script entry, and set LD to it when configuring multilibs.
161         * configure: Rebuilt.
162
163 2002-04-22  Jeff Sturm  <jsturm@one-point.com>
164
165         * Makefile.am (toolexeclib_LTLIBRARIES): Remove.
166         (noinst_LTLIBRARIES): Add libgcjgc.la.
167
168         * Makefile.in: Rebuild.
169
170 2002-04-22  David S. Miller  <davem@redhat.com>
171
172         * include/private/gcconfig.h: Hard-code STACKBOTTOM on
173         64-bit SPARC Linux, the __libc_stack_end technique does
174         not work in this case.
175
176 2002-04-22  Jeff Sturm  <jsturm@one-point.com>
177
178         * gcconfig.h: Enable DYNAMIC_LOADING for all sparc-solaris ABIs.
179
180 2002-04-17  Hans Boehm  <Hans_Boehm@hp.com>
181
182         * include/private/gcconfig.h: Use LINUX_STACKBOTTOM for
183         SPARC Linux.
184
185 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
186
187         * include/private/gcconfig.h (DATAEND): Update comment example
188         to match reality.
189
190 2002-04-08  Loren J. Rittle  <ljrittle@acm.org>
191
192         * include/private/gcconfig.h (DATAEND): Clarify comment.
193
194 2002-04-08  Hans Boehm  <Hans_Boehm@hp.com>
195
196         * include/private/gc_priv.h (WARN macro): Add "GC warning:" prefix.
197         (GC_large_alloc_warn_interval, GC_large_alloc_warn_suppressed):
198         declare.
199         * allchblk.c (GC_allchblk_nth): Change text and support reduced
200         frequency for blacklist warning message.
201         * misc.c (GC_large_alloc_warn_interval,
202         GC_large_alloc_warn_suppressed): define.
203         (GC_init_inner): Check GC_NO_BLACKLIST_WARNING and
204         GC_LARGE_ALLOC_WARN_INTERVAL environment variables.
205         * doc/README.environment (GC_NO_BLACKLIST_WARNING): Deprecate.
206         (GC_LARGE_ALLOC_WARN_INTERVAL): Add documentation.
207
208         * dyn_load.c (_DYNAMIC): Move declaration to file scope.
209
210 2002-04-04  Loren J. Rittle  <ljrittle@acm.org>
211
212         * include/private/gcconfig.h: Add support for an unmapped
213         memory hole between the end of the initialized data segment
214         and the start of the BSS on FreeBSD/i386.
215
216 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
217
218         * include/private/gcconfig.h: define DYNAMIC_LOADING for ELF
219         NetBSD/i386.
220
221 2002-03-29  Hans Boehm  <Hans_Boehm@hp.com>
222
223         * linux_threads.c (return_free_lists): Clear fl[i] unconditionally.
224         (GC_local_gcj_malloc): Add assertion.
225         (start_mark_threads): Fix abort message.
226         * mark.c (GC_mark_from): Generalize assertion.
227         * reclaim.c (GC_clear_fl_links): New function.
228         (GC_start_reclaim): Must clear some freelist links.
229         * include/private/specific.h, specific.c: Add assertions.
230         Safer definition for INVALID_QTID, quick_thread_id.  Fix/add comments.
231         Rearrange tse fields.
232
233 2002-03-27  Richard Henderson  <rth@redhat.com>
234
235         * os_dep.c (GC_init_linux_data_start): Fix references to
236         __data_start and _end.
237
238 2002-03-25  Loren J. Rittle  <ljrittle@acm.org>
239
240         * include/private/gcconfig.h: Change all likely references
241         to linker script synthesized symbols to use this idiom:
242         extern int etext[]; etext
243
244 2002-03-25  Jeff Sturm  <jsturm@one-point.com>
245
246         * linux_threads.c (GC_get_nprocs): Close file descriptor.
247
248 2002-03-21  Loren J. Rittle  <ljrittle@acm.org>
249
250         * include/private/gcconfig.h: Add unified test for FreeBSD.
251         Support FreeBSD/alpha.
252         * os_dep.c: Do not include <machine/trap.h> unless available.
253         (GC_freebsd_stack_base): Fix types.
254
255 2002-03-17  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
256
257         * Makefile.am: Make a convenience library.
258         * Makefile.in: Rebuilt.
259
260 2002-03-15  Anthony Green  <green@redhat.com>
261
262         * misc.c (GC_init_inner): Initialize GC_write_cs before use.
263         * configure.in: Disable use of getenv for win32 targets (some of
264         which have broken implementations).
265         * configure: Rebuilt.
266
267 2002-03-12  Adam Megacz  <adam@xwt.org>
268
269         * dyn_load.c: Renamed GC_win32s to GC_no_win32_dlls.
270         * misc.c: Renamed GC_is_win32s() to GC_no_win32_dlls
271         * os_dep.c: Renamed GC_win32s to GC_no_win32_dlls and
272         statically initialized it to TRUE if compiling with GCC.
273         * win32_threads.c (thread_start): We no longer use SEH if
274         compiling with GCC.
275         * mark.c (GC_mark_some): We no longer use SEH if
276         compiling with GCC.
277
278 2002-03-09  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
279
280         * include/gc_priv.h: Define ALIGN_DOUBLE on 32 bit targets if GCJ
281         support is enabled, for hash synchronization.
282
283 2002-02-24  Adam Megacz  <adam@xwt.org>
284
285         * Makefile.am: Added win32_threads.c to sources list.
286         * win32_threads.c: Added two */'s which I had neglected.
287
288 2002-02-20  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
289
290         * Makefile.am: Re-add SUBDIRS parameter which was lost in merge.
291         * Makefile.in: Rebuilt.
292
293 2002-02-13  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
294
295         * dbg_mlc.c (GC_debug_generic_malloc): Removed.
296
297         * sparc_mach_dep.S: Rename from sparc_mach_dep.s as it is a
298         preprocessor file.
299         * mips_sgi_mach_dep.S: Likewise.
300         * Makefile.am: Update for above changes.
301         * Makefile.in: Rebuilt.
302
303 2002-02-12  Richard Henderson  <rth@redhat.com>
304
305         * configure.in: Re-apply 2001-06-26 configure change.
306         * configure: Rebuild.
307
308 2002-02-12  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
309
310         Imported GC 6.1 Alpha 3.
311
312         * sparc_mach_dep.S: Delete incorrectly named file.
313
314 2001-02-11  Adam Megacz <adam@xwt.org
315
316         * configure.in: support for win32, saner
317         cross-compile options
318
319 2001-02-08  Anthony Green  <green@redhat.com>
320
321         * include/private/gcconfig.h: Add XSCALE NOSYS support for bare
322           board embedded targets.
323         * os_dep.c: Avoid signal handling code for NOSYS/ECOS targets.
324           Use GC_get_stack_base for NOSYS/ECOS targets.  Clean up some
325           redundant uses of ECOS.
326         * misc.c: Use NOSYS where ECOS is being used.
327           Don't define GC_write twice for ECOS systems.
328           (GC_write): New function for NOSYS targets.
329
330 2002-02-06  Adam Megacz <adam@xwt.org>
331
332         * boehm-gc/include/gc.h: (GC_CreateThread) This function is
333         now exposed on all Win32 platforms.
334         * boehm-gc/win32_threads.c: (GC_CreateThread) This now
335         compiles on Win32; it invokes CreateThread() if GC is built
336         as a DLL; otherwise it registers the thread.
337         * boehm-gc/misc.c (GC_init): Initialize GC_allocate_ml in case
338         libgcjgc was not built as a DLL.
339
340 2002-02-01  Adam Megacz <adam@xwt.org>
341
342         * boehm-gc on win32 now automatically detects if it is being built
343         as a DLL; see http://gcc.gnu.org/ml/java/2001-12/msg00240.html
344
345 2002-01-25  David Edelsohn  <edelsohn@gnu.org>
346
347         * include/gc.h (GC_INIT): Add DATASTART and DATAEND roots on AIX.
348         * include/private/gcconfig.h (RS6000): Add 64-bit AIX support.
349         Define USE_GENERIC_PUSH_REGS.  Use AIX _data and _end symbols for
350         DATASTART and DATAEND roots.
351         * rs6000_mach_dep.s: Add function descriptor and traceback table.
352
353 2001-12-16  Jeff Sturm  <jsturm@one-point.com>
354
355         * dyn_load.c: Define ElfW (if needed) for all targets,
356         not just GNU/Linux.
357         (GC_FirstDLOpenedLinkMap): Use it.
358         (GC_register_dynamic_libraries_dl): Use it.
359         * include/private/gcconfig.h: Define CPP_WORDSZ, ELF_CLASS
360         for sparcv9.
361
362 2001-12-16  Craig Rodrigues  <rodrigc@gcc.gnu.org>
363
364         PR other/3725
365         * configure.in: Add AC_SUBST(target_alias).
366         * configure: Regenerated.
367
368 2001-11-26  Loren J. Rittle  <ljrittle@acm.org>
369
370         * linux_threads.c (WRAP_FUNC(pthread_join)): Remove special
371         case for GC_FREEBSD_THREADS.
372         * configure.in (*-*-freebsd*): Clarify warning.
373         * configure: Rebuilt.
374
375 2001-10-23  Loren J. Rittle  <ljrittle@acm.org>
376             Andreas Tobler <toa@pop.agri.ch>
377
378         * include/private/solaris_threads.h: Update to use GC_SOLARIS_THREADS.
379
380 2001-10-22  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
381
382         * linux_threads.c (GC_init_parallel): Do not declare as a static
383         constructor.
384         * include/gc.h (GC_init): Declare here. Add description.
385         * include/private/gc_priv.h (GC_init): Remove declaration.
386
387 2001-10-16  Loren J. Rittle  <ljrittle@acm.org>
388
389         * include/gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.
390         * linux_threads.c (WRAP_FUNC(pthread_join)): Conditionalized on
391         GC_FREEBSD_THREADS, handle strange interaction between system
392         pthread implementation and boehm-gc signal-handler architecture.
393         * tests/test.c (main): Conditionalized on GC_FREEBSD_THREADS,
394         set stack.
395         * include/private/gcconfig.h (configuration keyed off FREEBSD):
396         Define SIG_SUSPEND, SIG_THR_RESTART.  Do not define
397         MPROTECT_VDB when GC_FREEBSD_THREADS is defined.
398
399 2001-10-16  Loren J. Rittle  <ljrittle@acm.org>
400
401         * Makefile.am (test.o): Find tests/test.c in $(srcdir).
402         * Makefile.in: Rebuilt.
403
404 2001-10-16  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
405
406         * Makefile.am, acinclude.m4, configure.in: Imported GC 6.1 Alpha 1 and
407         merged local changes.
408
409 2001-09-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
410
411         * solaris_threads.c (MAX_ORIG_STACK_SIZE) [I386]: Provide special
412         Solaris 2/Intel definition.
413
414         * configure.in (i?86-*-solaris2.[89]*): Define
415         SOLARIS25_PROC_VDB_BUG_FIXED.
416         * include/private/gcconfig.h [I386 && SUNOS5]: Use it.
417         * configure: Regenerate.
418
419         * include/private/gcconfig.h [I386 && SUNOS5] (DATASTART): Use _etext.
420         (DATAEND): Define using _end.
421
422 2001-09-11  Per Bothner  <per@bothner.com>
423
424         * include/Makefile.am:  New file.  It defines include_HEADERS.
425         * Makefile.am (SUBDIRS):  New macro, set to include.
426         * configure.in (AC_OUTPUT):  Add include/Makefile.
427
428 2001-08-20  Tom Tromey  <tromey@redhat.com>
429
430         * configure: Rebuilt.
431         * configure.in: Always ask gcc for threads package.
432
433 2001-08-17  Tom Tromey  <tromey@redhat.com>
434
435         * Makefile.am, acinclude.m4, configure.in: Imported GC 6.0 and
436         merged local changes.
437
438 2001-08-02  David Billinghurst <David.Billinghurst>
439
440         * configure: Rebuilt.
441         * configure.in:  POSIX threads on cygwin does not link with
442         -lpthreads.
443
444 2001-07-03  Tom Tromey  <tromey@redhat.com>
445
446         Fix for PR bootstrap/3281:
447         * aclocal.m4, configure, Makefile.in: Rebuilt.
448         * acinclude.m4: Set mkinstalldirs for in-tree build.
449
450 2001-06-26  Richard Henderson  <rth@redhat.com>
451
452         * alpha_mach_dep.s: Mark call-saved FP registers.
453         * include/private/gcconfig.h (ALPHA): Remove USE_GENERIC_PUSH_REGS.
454         * configure.in (alpha*): Re-enable alpha_mach_dep.s
455         * configure: Rebuild.
456
457 2001-06-12  Tom Tromey  <tromey@redhat.com>
458
459         * aclocal.m4, configure: Rebuilt.
460         * acinclude.m4: Find configure.host in srcdir.
461
462 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>, Stephen L Moshier  <moshier@mediaone.net>
463
464         * configure.in (AC_EXEEXT): Work around in case it expands to
465         nothing, as in autoconf 2.50.
466         * acinclude.m4: Likewise.
467         * aclocal.m4, configure: Rebuilt.
468
469 2001-06-07  Tom Tromey  <tromey@redhat.com>
470
471         For PR bootstrap/3075:
472         * configure, aclocal.m4, Makefile.in: Rebuilt.
473         * configure.in: Don't call AC_CONFIG_AUX_DIR or
474         AC_CANONICAL_SYSTEM.
475         * acinclude.m4 (BOEHM_CONFIGURE): Call AC_CONFIG_AUX_DIR and
476         AC_CANONICAL_SYSTEM here.
477         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not
478         boehm_gc_basedir.
479
480 2001-05-24  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
481
482         * Makefile.am: Override gctest_OBJECTS so tests/test.c can be built.
483         (libgcjgc_la_SOURCES): Remove typo.
484         * tests/test.c: Fix struct names and includes for GC_GCJ_SUPPORT case.
485         * Makefile.in: Rebuilt.
486
487 2001-05-21  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
488
489         Imported version version 6.0alpha7.
490
491         * README, README.Mac, README.OS2, README.QUICK, README.alpha,
492         README.amiga, README.debugging, README.dj, README.hp, README.linux,
493         README.rs6000, README.sgi, README.solaris2, README.uts,
494         README.win32, SCoptions.amiga, backptr.h, barrett_diagram,
495         dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h,
496         gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h,
497         hpux_irix_threads.c, makefile.depend, nursery.c,
498         solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README,
499         cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h,
500         cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h,
501         include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved
502         files.
503
504 2001-05-19  Hans Boehm  <hans_boehm@hp.com>
505
506         * configure.host: Build with -fexceptions.
507         * linux_threads.c: Remember which thread stopped world for
508
509 2001-05-04  Loren J. Rittle  <ljrittle@acm.org>
510             with final tuning by Bryce McKinlay
511
512         * configure.in: Add support for --enable-threads=posix on FreeBSD.
513         * configure: Rebuilt.
514
515 2001-05-01  Jeffrey Oldham  <oldham@codesourcery.com>
516
517         * gc_priv.h (UNLOCK): Change type of GC_noop1 argument.
518         (GC_noop1): Change declaration to take one argument.
519
520 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
521
522         * configure.in: Obtain THREADS with `gcc -v'.
523         * configure: Rebuilt.
524
525 2001-04-05  Hans Boehm  <hans_boehm@hp.com>
526
527         * misc.c: Back out buggy changes to stack clearing code.
528         Reduce CLEAR_SIZE to 1/4 of original value to reduce time
529         spent clearing memory.
530
531 2001-04-04  Hans Boehm  <hans_boehm@hp.com>
532
533         * finalize.c:
534         - Accomodate finalization requests for static objects.
535           (Will be required by hash synchronization.  May be needed
536           in some configurations now.)
537
538         * gc_priv.h:
539         - Define MIN_WORDS.  All allocation requests are rounded
540           up to at least this size.  Removes a subtle assumption that
541           Java objects have a 2 word header.
542
543         * gcconfig.h:
544         - Adjust Linux/IA64 configuration for non-ancient kernels.
545           (Necessary fix for IA64.)
546
547         * linux_threads.c:
548         - Fix syntax error in currently unused code.  Will be needed
549           for Linux/PA-RISC.
550
551         * malloc.c:
552         - Handle MIN_WORDS.
553
554         * misc.c:
555         - Handle MIN_WORDS.
556         - Change stack cleaning code to typically clear about one tenth
557           the memory it used to in the threads configuration.  Occasionally
558           still clear more.  (This is really a fix for a long-standing
559           and fairly significant performance bug with threads.)
560
561         * os_dep.c:
562         - Fix the code for finding the beginning of the data segment under
563           Linux.  I believe this is necessary for some IA64 Linux
564           distributions.  It will also helo other platforms, though those
565           may additionally require a gcconfig.h adjustment.  (This basically
566           works around the absence of a data_start or __data_start
567           definition in glibc.)
568
569         * test.c:
570         - Handle rounding due to MIN_WORDS.
571
572 2001-03-22  Tom Tromey  <tromey@redhat.com>
573
574         * Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.
575
576 2001-03-19  Tom Tromey  <tromey@redhat.com>
577
578         * Makefile.in: Rebuilt.
579         * Makefile.am (gctest_LDFLAGS): new macro.
580
581 2001-03-16  Tom Tromey  <tromey@redhat.com>
582
583         * Makefile.in: Rebuilt.
584         * Makefile.am (TESTS_ENVIRONMENT): New macro.
585
586 2001-01-23  Rod Stewart <stewart@lab43.org>
587
588         * gcconfig.h: Check for `__arm__', not `arm'.
589
590 2000-12-30  Bryce McKinlay  <bryce@albatross.co.nz>
591
592         * configure.in: Rename THREADLIB to THREADLIBS.
593         * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This
594         ensures that we link the correct version of the linuxthreads semaphore
595         functions.
596         * Makefile.in: Rebuilt.
597         * configure: Rebuilt.
598
599         * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the
600         list of signals which are not blocked during suspend in the NO_SIGNALS
601         case.
602
603 2000-12-23  Hans Boehm  <Hans_Boehm@hp.com>
604
605         * gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.
606
607 2000-12-15  Bryce McKinlay  <bryce@albatross.co.nz>
608
609         * Makefile.dist: Renamed from Makefile.orig.
610
611 2000-12-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
612
613         * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
614         * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and
615         set accordingly.
616         * Makefile.in: Rebuilt.
617         * configure: Likewise.
618
619 2000-12-10  Geoffrey Keating  <geoffk@redhat.com>
620
621         * gcconfig.h: Add new case for powerpc EABI.
622         [PPC]: Handle embedded OS for powerpc simulator.
623
624 2000-09-30  Bryce McKinlay  <bryce@albatross.co.nz>
625
626         * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in
627         cross-compile configuration only.
628         * Makefile.am: Build gcj_mlc.c.
629         * configure, Makefile.in: Rebuilt.
630
631 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
632
633         * acinclude.m4: Include libtool macros from the top level.
634         * aclocal.m4, configure: Rebuilt.
635
636 2000-09-04  Anthony Green  <green@redhat.com>
637
638         Fix for PR libgcj/230:
639         * mark.c (GC_mark_from_mark_stack): Remove call to
640         GC_debug_object_start.
641         * gc_priv.h (GC_debug_object_start): Remove prototype.
642
643 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
644
645         * gcconfig.h [OSF1] (_end): Declare as `int'.
646
647 2000-08-02  Tom Tromey  <tromey@cygnus.com>
648
649         * gc_priv.h (GC_generic_malloc_inner): Prototype.
650         (GC_generic_malloc): Likewise.
651         (GC_add_to_black_list_normal): Likewise.
652         (GC_find_header): Likewise.
653         (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
654         * gc_mark.h (GC_find_start): Prototype.
655         (GC_signal_mark_stack_overflow): Likewise.
656
657 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
658
659         * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
660         * configure: Rebuilt.
661
662         * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
663
664 2000-06-20  Bryce McKinlay  <bryce@albatross.co.nz>
665
666         Imported version 5.1.
667         * acinclude.m4: Push version to 5.1.
668
669 2000-06-19  Andrew Haley  <aph@cygnus.com>
670
671         * os_dep.c (read): Pass two dummy args to syscall().
672
673 2000-05-11  Bryce McKinlay  <bryce@albatross.co.nz>
674
675         Imported 5.0 release version.
676         * acinclude.m4: Increment version to 5.0.
677
678 2000-05-07  Bryce McKinlay  <bryce@albatross.co.nz>
679
680         Imported version 5.0alpha7.
681         * acinclude.m4: Update version to 5.0a7.
682
683 2000-04-26  Jakub Jelinek  <jakub@redhat.com>
684
685         * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
686         (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
687         - sparc glibc does not provide it.
688         (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
689         Make STACKBOTTOM depend on the wordsize.
690         * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
691         (struct frame): Declare on sparc*-linux*.
692         (GC_save_callers): Bias the frame pointers if needed (sparc64).
693         * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
694         Implement on sparc64.
695         (GC_clear_stack_inner): Implement on sparc64.
696         * gc_priv.h (GC_test_and_set): Implement for sparc.
697         * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
698         GC_save_regs_in_stack on sparc.
699
700 2000-04-23  Tom Tromey  <tromey@cygnus.com>
701
702         * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
703
704 2000-04-19  Bryce McKinlay  <bryce@albatross.co.nz>
705
706         Imported version version 5.0alpha6.
707         * acinclude.m4: Bump version to 5.0a6.
708         * configure.in: Don't use alpha_mach_dep.s.
709         * include/private/config.h, irix_threads.c gc_watcom.asm: Delete
710         obsolete files.
711         * Makefile.am, Makefile.in: irix_threads.c is now
712         hpux_irix_threads.c.
713         * Makefile.orig: Updated from gc distribution Makefile.
714
715 2000-03-26  Anthony Green  <green@redhat.com>
716
717         * misc.c (GC_enable): Always define GC_enable and GC_disable.
718
719 2000-02-14  Tom Tromey  <tromey@cygnus.com>
720
721         * gc.h (dlopen): Define as GC_dlopen on Linux.
722         (GC_dlopen): Declare on Linux.
723         * dyn_load.c (GC_dlopen): Define for Linux.
724
725 Fri Jan 28 17:13:20 2000  Anthony Green  <green@cygnus.com>
726
727         * gcconfig.h (DATASTART): Add missing extern declaration
728         for data_start on powerpc.
729
730 1999-12-22  Bryce McKinlay  <bryce@albatross.co.nz>
731
732         * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
733         NO_SIGNALS case.
734
735 1999-12-19  Jeff Sturm  <jsturm@sigma6.com>
736
737         * gcconfig.h: Define DATASTART for Alpha Linux.
738
739 1999-12-19  Anthony Green  <green@cygnus.com>
740
741         * gcconfig.h: Use libgcj hack for Alpha Linux.
742         Undefine MPROTEXT_VDB (from Jeff Sturm).
743         * os_dep.c: Remove Alpha Linux hacks.
744         * misc.c: Ditto.
745
746 1999-12-13  Tom Tromey  <tromey@cygnus.com>
747
748         * aclocal.m4, configure: Rebuilt.
749         * acinclude.m4: Changed version to 5.0a4.
750         * Makefile.in: Rebuilt.
751         * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
752
753 1999-12-12  Anthony Green  <green@cygnus.com>
754
755         * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
756         Linux.
757         (DYNAMIC_LOADING): Define for PowerPC Linux.
758         * os_dep.c: Remove some special cases for PowerPC Linux.
759         * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
760         for PowerPC Linux.
761
762 1999-11-04  Tom Tromey  <tromey@cygnus.com>
763
764         * Makefile.in: Rebuilt.
765         * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
766
767         * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
768         (GC_thr_init): Don't declare.
769
770         * configure: Rebuilt.
771         * configure.in: Removed qt threads case.
772         * dyn_load.c: Don't mention QUICK_THREADS.
773         * os_dep.c: Don't mention QUICK_THREADS.
774         * misc.c: Don't mention QUICK_THREADS.
775         * gcconfig.h: Don't mention QUICK_THREADS.
776         * gc_priv.h: Removed QUICK_THREADS code.
777         * quick_threads.c: Removed.
778
779 1999-11-03  Tom Tromey  <tromey@cygnus.com>
780
781         * gcconfig.h: Merged in local changes from old config.h.
782
783 1999-11-02  Bryce McKinlay  <bryce@albatross.co.nz>
784
785         * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
786
787 1999-11-02  Tom Tromey  <tromey@cygnus.com>
788
789         * quick_threads.c: Include gcconfig.h, not boehm-config.h.
790
791         * configure: Rebuilt.
792         * configure.in: Don't create boehm-config.h.
793         * Makefile.in: Rebuilt.
794         * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
795         config.h.
796         ($(all_objs)): Depend on gcconfig.h.
797         * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
798         * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
799         * config.h: Removed.
800
801 1999-11-01  Tom Tromey  <tromey@cygnus.com>
802
803         * Makefile.in: Rebuilt.
804         * Makefile.am (gctest_LDADD): Added THREADLIB.
805         (TESTS): New macro.
806         * configure: Rebuilt.
807         * configure.in (INCLUDES): New subst.
808
809 1999-09-29  Steve Chamberlain  <sac@pobox.com>
810
811         * config.h: Added picoJava target.
812         * mach_dep.h (GC_push_regs):  New code for picoJava.
813
814 1999-09-28  Tom Tromey  <tromey@cygnus.com>
815
816         * aclocal.m4, configure: Rebuilt.
817         * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
818         appropriate AC_PROG_ symbol.
819
820 Tue Aug 10 00:08:29 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
821
822         * gc_priv.h:  IRIX thread changes from
823         include/private/gc_priv.h.
824
825 Mon Aug  9 18:33:38 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
826
827         * Makefile.in: Rebuilt.
828         * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
829         builds.
830
831         * configure: Rebuilt.
832         * configure.in: Properly align --help output, fix capitalization
833         and punctuation.
834         * acinclude.m4: Likewise.
835
836 1999-08-04  Tom Tromey  <tromey@cygnus.com>
837
838         * configure.in: Added missing `;;'.  From Anthony Green.
839
840 Mon Aug  2 23:09:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
841
842         * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
843
844 1999-08-03  Tom Tromey  <tromey@cygnus.com>
845
846         * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
847         Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
848
849 1999-08-02  Tom Tromey  <tromey@cygnus.com>
850
851         * aclocal.m4, configure: Rebuilt for new libtool.
852
853 1999-07-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
854
855         * mips_sgi_mach_dep.s: Enable PIC option.
856
857 1999-07-19  Tom Tromey  <tromey@cygnus.com>
858
859         * config.h (MPROTECT_VDB): Don't define on Linux.
860
861 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
862
863         * Makefile.am (.s.lo): Avoid `#line' directives.
864         * Makefile.in: Rebuilt.
865
866 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
867
868         * Makefile.am (*-recursive, *-am, *-multi): Automake does not
869         generate *-recursive for this Makefile, use *-am instead.
870         * Makefile.in: Rebuilt.
871
872 1999-06-30  Alexandre Oliva  <oliva@dcc.unicamp.br>
873
874         * Makefile.am (.s.lo): Renamed from `.s.o'.
875         * Makefile.in: Rebuilt.
876
877 1999-06-21  Tom Tromey  <tromey@cygnus.com>
878
879         Alpha patch from Jeff Sturm:
880         * os_dep.c (GC_init_linuxalpha): New function.
881         * misc.c: Initialize for alpha linux.
882         * gc_priv.h (GC_test_and_set): Define for alpha.
883         * config.h: Don't assume __data_start on alpha.
884
885         * Makefile.in: Rebuilt.
886         * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
887         -release.
888
889         * Makefile.in: Rebuilt.
890         * Makefile.am (toolexeclibdir): Define as libdir when
891         appropriate.
892         * configure: Rebuilt.
893         * configure.in (USE_LIBDIR): New conditional.
894
895         * configure: Rebuilt.
896         * configure.in: Recognize all forms of alpha.
897
898 1999-06-17  Anthony Green  <green@cygnus.com>
899
900         * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
901         Carlo Dapor <carlo@vis.ethz.ch>).
902
903 1999-05-05  Gilles Zunino  <Gilles.Zunino@hei.fr>
904
905         * configure.in: Switch from irix threads to posix threads
906         Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
907         for mips architecture.
908         * configure: Regenerate.
909
910 1999-04-30  Tom Tromey  <tromey@cygnus.com>
911
912         * linux_threads.c: Don't reference __pthread_initial_thread_bos.
913
914 1999-04-26  Tom Tromey  <tromey@cygnus.com>
915
916         * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
917         `weak'.
918
919 1999-04-23  Tom Tromey  <tromey@cygnus.com>
920
921         * Makefile.in, configure: Rebuilt.
922         * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
923         (libgcjgc_la_SOURCES): Renamed.
924         (libgcjgc_la_LIBADD): Likewise.
925         (libgcjgc_la_DEPENDENCIES): Likewise.
926         (EXTRA_libgcjgc_la_SOURCES): Likewise.
927         (gctest_LDADD): Use libgcjgc.la.
928         (all_objs): Mention libgcj_la_OBJECTS.
929         (EXTRA_LTLIBRARIES): Renamed.
930         (toollib_LTLIBRARIES): Likewise.
931         (libgcjgc_la_LDFLAGS): New macro
932         (toolexecdir): Renamed.
933         (toolexeclibdir): Likewise.
934         (toolexeclib_LTLIBRARIES): Likewise.
935         (LTCOMPILE): Renamed; added libtool invocation.
936         (LINK): Added libtool invocation.
937         (.s.o): use LTCOMPILE.
938         * configure.in: Call AM_PROG_LIBTOOL.
939         (target_all): Set to libgcjgc.la.
940         Mention `.lo' forms of object files.
941
942 1999-04-21  Tom Tromey  <tromey@cygnus.com>
943
944         * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
945         GC_stackbottom.
946
947         * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
948         sigcontext.h.  From Matthias Klose <doko@itso.de>.
949
950 1999-04-16  Tom Tromey  <tromey@cygnus.com>
951
952         * config.h (__start): Declare as `int' in alpha/OSF1 case.  From
953         David Pettersson <dapet@mai.liu.se>
954
955 1999-04-14  Tom Tromey  <tromey@cygnus.com>
956
957         * configure: Rebuilt.
958         * configure.in: Don't use sparc_mach_dep.o for Solaris.  Reverts
959         incorrect patch of 199-04-09.
960
961         * configure: Rebuilt.
962         * configure.in: Added support for alpha.
963         From David Pettersson <dapet@mai.liu.se>.
964
965 1999-04-13  Tom Tromey  <tromey@cygnus.com>
966
967         * Makefile.in: Rebuilt.
968         * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
969         solaris-threads.h.
970
971 1999-04-09  Tom Tromey  <tromey@cygnus.com>
972
973         * configure: Rebuilt.
974         * configure.in: Use sparc_mach_dep.s when building on Solaris.
975
976 1999-02-23  Tom Tromey  <tromey@cygnus.com>
977
978         * configure: Rebuilt.
979         * configure.in: For Linux, define _REENTRANT.  For Solaris, define
980         SOLARIS_THREADS and _SOLARIS_PTHREADS.
981
982 1999-02-18  Tom Tromey  <tromey@cygnus.com>
983
984         * quick_threads.c (GC_push_all_stacks): Change order of arguments
985         to GC_push_all_stacks depending on STACK_GROWS_DOWN define.  Check
986         for case where LO is NULL.
987
988 1999-02-10  Tom Tromey  <tromey@cygnus.com>
989
990         * aclocal.m4, configure, Makefile.in: Rebuilt.
991         * acinclude.m4: Updated to be used with automake 1.4.
992         * configure.in: Renamed libgc to libgcjgc.  Updated to be used
993         with automake 1.4.
994         * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
995         (libgcjgc_a_SOURCES): Likewise.
996         (libgcjgc_a_LIBADD): Likewise.
997         (libgcjgc_a_DEPENDENCIES): Likewise.
998         (EXTRA_libgcjgc_a_SOURCES): Likewise.
999         (gctest_LDADD): Likewise.
1000         (all_objs): Likewise.
1001
1002 1999-01-08  Tom Tromey  <tromey@cygnus.com>
1003
1004         * configure: Rebuilt.
1005         * configure.in: Define LINUX_THREADS if using POSIX threads on
1006         Linux.
1007
1008         * gc_priv.h (GC_test_and_set): Put return type into definition.
1009
1010 1998-11-24  Andrew Haley  <aph@viagra.cygnus.co.uk>
1011
1012         * Makefile.am: add support for eCos.  In particular, add C++
1013         support for compiling the file ecos.cc.
1014         * ecos.cc: new file.
1015         * acinclude.m4: add C++ support.
1016         * aclocal.m4: likewise
1017         * config.h: add eCos support.
1018         * configure: likewise
1019         * configure.in: likewise
1020         * misc.c (GC_write): add eCos support.
1021         * os_dep.c (tiny_sbrk): add eCos support.
1022
1023 Thu Dec 10 18:24:34 1998  Warren Levy  <warrenl@cygnus.com>
1024
1025         * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
1026         * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
1027
1028 1998-11-23  Tom Tromey  <tromey@cygnus.com>
1029
1030         * configure.host (boehm_gc_cflags): Don't add `-O2'.
1031
1032 1998-11-20  Andrew Haley  <aph@viagra.cygnus.co.uk>
1033
1034         * Makefile.am, Makefile.in, configure.host: tx39 build option
1035         "-G 0" added.
1036
1037 1998-11-17  Tom Tromey  <tromey@cygnus.com>
1038
1039         * configure: Rebuilt.
1040         * configure.in: Switch on host, not target.
1041
1042 1998-11-16  Tom Tromey  <tromey@cygnus.com>
1043
1044         * gc_priv.h (GC_debug_object_start): Declare.
1045         * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
1046         * gc.h (GC_debug_register_finalizer_no_order,
1047         GC_register_finalizer_no_order): Declare.
1048         (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
1049         * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
1050         (GC_debug_generic_malloc): Likewise.
1051         (GC_debug_object_start): new function.
1052
1053 1998-11-11  Tom Tromey  <tromey@cygnus.com>
1054
1055         * configure: Rebuilt.
1056         * configure.in: Recognize --enable-java-gc, not --enable-gc.
1057
1058 Tue Nov  3 18:01:12 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
1059
1060         * dyn_load.c: Handle QUICK_THREADS case.
1061
1062 1998-10-21  Tom Tromey  <tromey@cygnus.com>
1063
1064         * configure: Rebuilt.
1065         * configure.in: Put cpp defines here, not in config.h.  Recognize
1066         --enable-threads.  Set INCLUDES.  Create boehm-cflags file.  Don't
1067         define PACKAGE or VERSION.
1068         * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
1069         Don't define.
1070
1071         * os_dep.c (GC_default_push_other_roots): Define when
1072         QUICK_THREADS defined.
1073         * misc.c: Added QUICK_THREADS case.
1074         * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
1075         * config.h (THREADS): Define if QUICK_THREADS defined.
1076         * Makefile.in: Rebuilt.
1077         * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
1078         quick_threads.c.
1079         * quick_threads.c: New file.
1080
1081 1998-10-20  Tom Tromey  <tromey@cygnus.com>
1082
1083         * aclocal.m4, configure: Rebuilt.
1084         * acinclude.m4: Don't subst machine_dir or sys_dir.
1085         * configure.host: Removed unused code.
1086
1087 Sun Oct 11 08:18:02 1998  Anthony Green  <green@cygnus.com>
1088
1089         * configure: Rebuilt.
1090         * configure.in: Fix typo in previous patch.
1091
1092 Sun Oct 11 08:06:11 1998  Anthony Green  <green@cygnus.com>
1093
1094         * Makefile.in, aclocal.m4, configure: Rebuilt.
1095         * Makefile.am, acinclude.m4, configure.in: Add multilib support.
1096         * configure.host: Created.
1097
1098 Tue Sep  1 10:58:15 1998  Tom Tromey  <tromey@cygnus.com>
1099
1100         * Makefile.in: Rebuilt.
1101         * Makefile.am (lib_LIBRARIES): Use target_all.
1102         (EXTRA_LIBRARIES): New macro.
1103         * configure: Rebuilt.
1104         * configure.in: Recognize --enable-gc.
1105
1106 Thu Aug 13 10:52:45 1998  Tom Tromey  <tromey@cygnus.com>
1107
1108         * Makefile.in: Rebuilt.
1109         * Makefile.am (COMPILE): Define.
1110         (LINK): Likewise.
1111         (.s.o): Use MY_CFLAGS.
1112         * configure: Rebuilt.
1113         * configure.in (MY_CFLAGS): Define and subst.
1114
1115 Wed Aug 12 11:41:43 1998  Tom Tromey  <tromey@cygnus.com>
1116
1117         * configure: Rebuilt.
1118         * configure.in: Added --with-cross-host argument.  Use
1119         $with_cross_host to determine when cross-compiling.
1120
1121         * config.h (SMALL_CONFIG): Don't define.
1122         * configure: Rebuilt.
1123         * configure.in: Define SMALL_CONFIG when cross-compiling.
1124
1125 Tue Aug 11 11:41:25 1998  Tom Tromey  <tromey@cygnus.com>
1126
1127         * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
1128         allchblk.c: Merged with 4.13a2 while preserving local changes.
1129
1130         * Makefile.orig: Updated from Makefile in 4.13a2.
1131
1132         * configure: Rebuilt.
1133         * configure.in: Updated version number to 4.13a2.  On Solaris,
1134         don't build with -O when using gcc.
1135
1136         Merged in version 4.13alpha2:
1137         * config.h (USE_MMAP): Re-enable on Solaris.
1138         * solaris_pthreads.c: Removed RCS Id line.
1139         * alpha_mach_dep.s: Removed RCS Id line.
1140
1141 Wed Jul 22 15:38:12 1998  Tom Tromey  <tromey@cygnus.com>
1142
1143         * config.h (USE_MMAP): Don't define for Solaris.
1144
1145 Wed Jun 10 12:51:41 1998  Tom Tromey  <tromey@cygnus.com>
1146
1147         * Makefile.in: Rebuilt.
1148         * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
1149
1150         * Makefile.in: Rebuilt.
1151         * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
1152
1153 Thu May 14 15:32:58 1998  Tom Tromey  <tromey@cygnus.com>
1154
1155         * Makefile.in: Rebuilt.
1156         * Makefile.am ($(all_objs)): Depend on config.h.
1157
1158         * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
1159         DATASTART as &_etext.
1160         * misc.c (GC_init_inner): If STACKBASE defined, then use it.
1161         * configure: Rebuilt.
1162         * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
1163         tx39.
1164
1165 Tue May 12 13:15:45 1998  Tom Tromey  <tromey@cygnus.com>
1166
1167         * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
1168         (GC_maybe_gc): Likewise.
1169         * os_dep.c: If NO_SIGSET defined, then have empty
1170         GC_disable_signals and GC_enable_signals.
1171         * configure: Rebuilt.
1172         * configure.in: Added --with-target-subdir option.  If
1173         cross-compiling, define NO_SIGSET and NO_CLOCK.
1174
1175 Wed May  6 16:40:28 1998  Tom Tromey  <tromey@cygnus.com>
1176
1177         * Makefile.in: Rebuilt.
1178         * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
1179         (AS): Removed.
1180         * aclocal.m4, configure: Rebuilt.
1181         * acinclude.m4: New file.
1182         * configure.in: Don't run AM_EXEEXT.  Use LIB_AC_PROG_CC.
1183
1184 Thu Apr 30 14:51:12 1998  Tom Tromey  <tromey@cygnus.com>
1185
1186         * configure: Rebuilt.
1187         * configure.in: Link boehm-config.h to config.h.
1188         * Makefile.in: Rebuilt.
1189         * Makefile.am (INCLUDES): Removed.
1190         * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
1191         JAVA_FINALIZATION): Define
1192
1193 Wed Apr 29 11:03:14 1998  Tom Tromey  <tromey@cygnus.com>
1194
1195         * Many files: Use GC_bool, not bool.
1196         * gc_priv.h: Define GC_bool, not bool.
1197
1198         * misc.c (GC_dont_gc): Define as int.
1199         (GC_quiet): Likewise.
1200         * gc_priv.h (GC_never_stop_func): Declare as returning bool.
1201         * alloc.c (GC_dont_expand): Define as int.
1202         * gc_priv.h: For gcc, define bool as char.
1203
1204 Tue Apr 28 22:44:16 1998  Tom Tromey  <tromey@cygnus.com>
1205
1206         * Makefile.in: Rebuilt.
1207         * Makefile.am (check_PROGRAMS): New macro.
1208         (gctest_SOURCES): Likewise.
1209         (gctest_LDADD): Likewise.
1210
1211 Mon Apr 27 23:53:24 1998  Tom Tromey  <tromey@cygnus.com>
1212
1213         * Makefile.in: Rebuilt.
1214         * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
1215         * configure: Rebuilt.
1216         * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
1217
1218 Wed Apr 15 11:40:56 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
1219
1220         * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
1221         New files.
1222         * Makefile.orig: Renamed from Makefile.