OSDN Git Service

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