OSDN Git Service

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