OSDN Git Service

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