OSDN Git Service

425b015952a276edc129c20f3f140a04d9229663
[pf3gnuchains/gcc-fork.git] / boehm-gc / ChangeLog
1 2006-02-06  Jakub Jelinek  <jakub@redhat.com>
2             Anthony Green  <green@redhat.com>
3             Tom Tromey  <tromey@redhat.com>
4
5         * include/gc_ext_config.h.in: Added GC_PTHREAD_SYM_VERSION.
6         * include/gc_config.h.in: Rebuilt.
7         * include/gc_pthread_redirects.h (pthread_create): Conditionally
8         define.
9         * pthread_support.c (pthread_create_): New global.
10         (constr): New function.
11         (pthread_create): Conditionally renamed.
12         * configure: Rebuilt.
13         * configure.ac (GC_PTHREAD_SYM_VERSION): Define.
14
15 2006-02-04  Alan Modra  <amodra@bigpond.net.au>
16
17         * include/private/gc_locks.h (GC_test_and_set <POWERPC>): Don't
18         use broken 64-bit version.
19
20 2006-01-25  Andreas Tobler  <a.tobler@schweiz.ch>
21
22         * darwin_stop_world.c: Change inline asm instruction to ld as ldz
23         is wrong.
24
25         * Makefile.am (asm_libgcjgc_sources): Rename to asm_libgcjgc_sources.
26         * Makefile.in: Regenerate.
27
28 2006-01-25  Bryce McKinlay  <mckinlay@redhat.com>
29
30         * include/private/gcconfig.h: Revert to GC 6.6 version, removing
31         all local changes.
32
33 2006-01-24  Bryce McKinlay  <mckinlay@redhat.com>
34
35         Import Boehm GC version 6.6.
36
37 2006-01-24  David Ayers  <d.ayers@inode.at>
38
39         PR libobjc/13946
40         * include/gc.h: Fix prototype declarations for bootstrap.
41
42 2005-11-01  Bryce McKinlay  <mckinlay@redhat.com>
43
44         * include/private/gc_priv.h: Increase MAX_ROOT_SETS to 1024.
45
46 2005-09-15  Kazu Hirata  <kazu@codesourcery.com>
47
48         * include/private/gc_locks.h (GC_test_and_set): Change the
49         constraint of the first operand to '0'.
50
51 2005-09-06  Tom Tromey  <tromey@redhat.com>
52
53         PR libgcj/23662:
54         * include/private/gcconfig.h (LINUX_STACKBOTTOM): Use instead of
55         HEURISTIC1 on ARM.
56
57 2005-07-17  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
58
59         * include/private/gcconfig.h (sh-linux): Use LINUX_STACKBOTTOM.
60
61 2005-06-15  Andreas Tobler  <a.tobler@schweiz.ch>
62
63         * os_dep.c: Add FreeBSD/PowerPC bits.
64         (GC_SysVGetDataStart): Likewise.
65         * include/private/gcconfig.h: Likewise.
66
67 2005-05-25  Andrew Haley  <aph@redhat.com>
68
69         * include/private/gcconfig.h (HBLKSIZE): Define to 4096 on
70         powerpc64-linux.
71
72 2005-05-09  Mike Stump  <mrs@apple.com>
73
74         * configure: Regenerate.
75
76 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
77
78         * os_dep.c, include/private/gc_locks.h: Import CRIS port by
79         Simon Posnjak from gc6.4.
80         * include/private/gcconfig.h: Ditto.  Add M32R note from gc6.4.
81
82 2005-04-17  David S. Miller  <davem@davemloft.net>
83
84         * include/private/gcconfig.h (sparc-linux): Use LINUX_STACKBOTTOM.
85         * os_dep.c (GC_linux_stack_base): Check for bug present in some
86         Sparc glibc variants where __libc_stack_end is erroneously set
87         to "1".  Fallback to procfs code in that case.
88
89 2005-04-12  Mike Stump  <mrs@apple.com>
90
91         * configure: Regenerate.
92
93 2005-04-12  Richard Henderson  <rth@redhat.com>
94
95         * include/private/gcconfig.h (alpha-linux): Use LINUX_STACKBOTTOM.
96
97 2005-03-23  Mike Stump  <mrs@apple.com>
98
99         * darwin_stop_world.c: Update for -m64 multilib.
100         * include/private/gcconfig.h: Likewise.
101         * powerpc_darwin_mach_dep.s: Likewise.
102
103 2005-03-01  Kelley Cook  <kcook@gcc.gnu.org>
104
105         * Makefile.in, include/Makefile.in: Regenerate.
106
107 2005-02-26  Richard Earnshaw  <rearnsha@arm.com>
108
109         * dyn_load.c: On NetBSD, include machine/elf_machdep.h and define
110         ELFSIZE in terms of ARCH_ELFSIZE (back-ported from gc7.0alpha1).
111
112 2005-02-15  Bryce McKinlay  <mckinlay@redhat.com>
113
114         PR libgcj/19823
115         * configure.host: Set gc_use_mmap on *-linux*.
116         * configure.ac: Define USE_MMAP if gc_use_mmap is set.
117         * include/private/gc_priv.h: Include gc_config.h.
118         * configure, include/gc_config.h.in: Rebuilt.
119
120 2005-02-07  Hans Boehm  <Hans.Boehm@hp.com>
121
122         * allchblk.c (GC_allochblk_nth): Dont overlook available space if
123           GC disabled, correctly convert GC_finalizer_mem_freed to byte,
124           total_size to words.
125         * dyn_load.c (win32 GC_register_dynamic_libraries): Consider only
126           MEM_IMAGE regions.
127         * mach_dep.c (GC_with_callee_saves_pushed): separate into new function,
128           and indent appropriately.
129         * mark_rts.c (GC_approx_sp): Access stack.
130         * pthread_stop_world.c: (GC_suspend_handler): Explicitly push
131           callee-saves registers when appropriate.
132           (GC_stop_world): Handle EINTR from sem_wait (sync with Mono GC).
133
134 2005-01-01  Bryce McKinlay  <mckinlay@redhat.com>
135
136         * configure.ac (AC_CONFIG_HEADERS): Build both include/gc_config.h 
137         and include/gc_ext_config.h.
138         * include/gc_ext_config.h: New file. Define only THREAD_LOCAL_ALLOC.
139         * include/gc.h: Undef PACKAGE_* before including gc_config.h.
140
141 2004-12-13  Kelley Cook  <kcook@gcc.gnu.org>
142
143         * configure: Regenerate.
144
145 2004-11-29  Bryce McKinlay  <mckinlay@redhat.com>
146
147         PR libgcj/18699
148         Revert patches of 2004-11-26 and 2004-11-27.
149
150 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
151
152         * configure: Regenerate for libtool change.
153
154 2004-11-27  Bryce McKinlay  <mckinlay@redhat.com>
155
156         * include/gc_config.h.in: Add comment. Define only THREAD_LOCAL_ALLOC.
157
158 2004-11-26  Bryce McKinlay  <mckinlay@redhat.com>
159
160         Fix "PACKAGE_NAME redefined" errors.
161         * configure.ac (AC_CONFIG_HEADERS): Build both include/config.h 
162         and include/gc_config.h.
163         * configure: Regenerated.
164         * include/gc_config.h.in: No longer auto-generated. Define only the
165         macros needed by libjava.
166         * include/config.h.in: Generated by autoheader.
167         * include/gc.h: Include config.h, not gc_config.h.
168
169 2004-11-25  Kelley Cook  <kcook@gcc.gnu.org>
170
171         * configure: Regenerate for libtool reversion.
172
173 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
174
175         * configure: Regenerate for libtool change.
176
177 2004-11-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
178
179         * configure.ac (machdep): Use sparc_mach_dep.lo on
180         sparc64-sun-solaris2.* too.
181         (Solaris gcc optimization fix): Disable on sparc*-sun-solaris2.*.
182         * configure: Regenerate.
183
184 2004-11-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
185
186         PR target/18444
187         * configure.ac (threading): Accept 'posix95'.
188         * configure: Regenerate.
189
190 2004-11-04  Kelley Cook  <kcook@gcc.gnu.org>
191
192         * Makefile.am: Define ACLOCAL_AMFLAGS.
193         * configure.ac: Remove redundant sinclude.
194         * acinclude.m4: Delete file.
195         * aclocal.m4: Regenerate.
196         * Makefile.in, include/Makefile.in: Regenerate.
197         * configure: Regenerate.
198
199 2004-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
200
201         * include/private/gc_priv.h (GC_generic_malloc_words_small_inner):
202         Add prototype.
203
204 2004-10-13  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
205
206         * include/private/gcconfig.h: Add m32r-linux target.
207
208 2004-09-27  Kelley Cook  <kcook@gcc.gnu.org>
209
210         * configure.ac: Update all AC_DEFINEs to newer style.
211         * configure: Regenerate.
212         * include/gc_config.h.in: Regenerate.
213
214 2004-08-27  Hans Boehm  <Hans.Boehm@hp.com>
215
216         * backgraph.c, gc_priv.h (GC_traverse_back_graph,
217         GC_print_back_graph_stats): split GC_traverse_back_graph.
218         * backgraph.c: Dynamically grow in_progress_space.
219         * finalize.c (GC_notify_or_invoke_finalizers): also call
220         GC_print_back_graph_stats.
221         * alloc.c, finalize.c, gc_priv.h (GC_generate_random_backtrace_no_gc,
222         GC_print_back_height): Move delarations to header file.
223         * configure.ac: rename --enable-full-debug to --enable-gc-debug.
224         * configure: Regenerate.
225         
226 2004-08-23  Hans Boehm  <Hans.Boehm@hp.com>
227
228         * aix_irix_threads.c: Move _THREADS checks after gc_priv.h include.
229         * backgraph.c, include/private/gc_pmark.h: Always include gc.h.
230
231 2004-08-23  Bryce McKinlay  <mckinlay@redhat.com>
232
233         * win32_threads.c: Move GC_WIN32_THREADS check after gc_priv.h include.
234         Reported by Danny Smith.
235
236 2004-08-21  Danny Smith  <dannysmith@users.sourceforge.net>
237
238         * misc.c (GC_init): Replace lhs cast with rhs cast.
239
240 2004-08-16  Bryce McKinlay  <mckinlay@redhat.com>
241
242         * specific.c: Check GC_LINUX_THREADS before including 
243         private/specific.h. From Richard Earnshaw.
244
245 2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
246
247         * aclocal.m4: Remove obsolete construct for old automake.
248         * acinclude.m4: Regenerate with aclocal 1.9.1.
249         * configure.ac:  Remove duplicate AC_WITH calls.  Replace
250         AC_CANONICAL_SYSTEM with AC_CANONICAL_HOST, AC_CANONICAL_TARGET.
251         Replace _GCC_TOPLEV_NONCANONICAL calls with ACX_NONCANONICAL_TARGET.
252         Remove now-redundant subst of target_noncanonical.  Remove
253         now-gratuitous m4 quoting around $.  Replace AM_PROG_LIBTOOL with
254         AC_PROG_LIBTOOL and remove second, redundant AC_PROG_LIBTOOL.
255         Use slightly more modern form of AC_INIT.
256         * configure: Rebuild with autoconf 2.59.
257         * Makefile.in, include/Makefile.in: Rebuild with automake 1.9.1.
258
259 2004-08-16  Andreas Tobler  <a.tobler@schweiz.ch>
260
261         * solaris_threads.c: Remove ifdef around #include "private/gc_priv.h"
262         since they're not known at this time.
263         * solaris_pthreads.c: Likewise.
264
265 2004-08-15  Andreas Tobler  <a.tobler@schweiz.ch>
266
267         PR target/14931
268         * powerpc_darwin_mach_dep.s (_GC_push_regs): Change to new stub style.
269
270 2004-08-13  Bryce McKinlay  <mckinlay@redhat.com>
271
272         * configure.ac (gc_cflags): Add -Iinclude.
273         (AC_CONFIG_HEADERS): New. Configure gc_config.h header.
274         Don't write DEFS to boehm-cflags file.
275         * configure: Rebuilt.
276         * gcj_mlc.c: Check #ifdef GC_GCJ_SUPPORT after including headers.
277         * specific.c: Check #ifdef GC_LINUX_THREADS after including headers.
278         * include/gc_config_macros.h: Remove backward-compatibility 
279         redefinitions of GC_ names.
280         * include/gc.h: Include <gc_config.h>.
281
282 2004-08-13  Bryce McKinlay  <mckinlay@redhat.com>
283
284         Import Boehm GC version 6.3.
285
286 2004-08-12  Kelley Cook  <kcook@gcc.gnu.org>
287
288         * include/Makefile.in: Regenerate
289
290 2004-07-06  Andrew Pinski  <apinski@apple.com>
291
292         * os-dep.c (GC_task_self): Declare as static
293         and remove the second declaration.
294
295 2004-06-20  Andreas Tobler  <a.tobler@schweiz.ch>
296
297         * Makefile.am: Add rule for .S files to fix bootstrap on
298         solaris and alpha.
299         * Makefile.in: Regenerate.
300
301 2004-06-16  Paolo Bonzini  <bonzini@gnu.org>
302
303         * boehm-gc/configure.ac: New name of configure.in.
304         Remove useless multilib stuff.  Change uses of
305         INCLUDES and CXXINCLUDES to AM_CPPFLAGS.
306         * boehm-gc/configure.in: New name of configure.in.
307         * boehm-gc/Makefile.am: Update for automake 1.8.5.
308         * boehm-gc/acinclude.m4: Include ../config/acx.m4.
309         * boehm-gc/aclocal.m4: Regenerate.
310         * boehm-gc/configure: Regenerate.
311         * boehm-gc/Makefile.in: Regenerate.
312
313 2004-06-15  Paolo Bonzini  <bonzini@gnu.org>
314
315         * .cvsignore: New file.
316
317 2004-04-25  Andreas Jaeger  <aj@suse.de>
318
319         * mark.c (GC_mark_from): Use pointer as prefetch argument.
320
321 2004-04-06  H.J. Lu  <hongjiu.lu@intel.com>
322
323         * include/private/gcconfig.h (PREFETCH): Use __builtin_prefetch
324         for gcc >= 3.0.
325         (PREFETCH_FOR_WRITE): Likewise.
326
327 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
328
329         * configure.ac: Bump AC_PREREQ to 2.59.
330         * configure: Regenerate.
331         * config.in: Regenerate.
332
333 2004-02-26  Nathanael Nerode  <neroden@gcc.gnu.org>
334
335         * ltconfig, ltmain.sh: Remove unused files.
336         * configure.in: Remove bogus extra early invocation of
337         AC_CONFIG_AUX_DIR.
338         * configure: Regenerate.
339         * mkinstalldirs, install-sh, config.sub, config.guess:
340         Remove (now) unused files.
341         * Makefile.in: Regenerate (losing references to vanished
342         files).
343
344         * configure.in: Add CCAS, CCASFLAGS for future automakes.
345         * configure, Makefile.in, include/Makefile.in: Regenerate.
346
347         * Makefile.am: Remove bogus duplicate setting of AM_CFLAGS.
348         * Makefile.in: Regenerate.
349
350         * configure.in: Remove bogus duplicate invocation of
351         AM_MAINTAINER_MODE.  Remove obsolete comment.
352         * configure: Regenerate.
353
354         * acinclude.m4: Remove GC_CONFIGURE macro; move contents
355         to configure.in.
356         * aclocal.m4: Regenerate.
357         * configure.in: Receive contents of GC_CONFIGURE macro.
358         * configure: Regenerate.
359
360         * configure.in: Remove more obsolete, bogus code.
361         * configure: Regenerate.
362
363         * acinclude.m4: Remove obsolete and bogus constructs.
364         * aclocal.m4: Regenerate.
365         * configure: Regnerate.
366
367 2004-02-23  Nathanael Nerode  <neroden@gcc.gnu.org>
368
369         * acinclude.m4: De-precious CC and CXX so that the right flags
370         are passed down to multilibs.
371         * aclocal.m4: Regenerate.
372         * configure: Regenerate.
373
374 2004-02-22  Zack Weinberg <zack@codesourcery.com>
375             Nathanael Nerode <neroden@twcny.rr.com>
376             Alexandre Oliva <aoliva@redhat.com>
377
378         * config.sub, config.guess: Replace with forwarding scripts
379         which invoke the master copies in the top level.
380
381 2004-02-23  Nathanael Nerode  <neroden@gcc.gnu.org>
382
383         * acinclude.m4: Remove old no-executables workaround;
384         add new no-executables workaround.
385         * aclocal.m4: Regenerate.
386         * configure.in: Change prereqs to autoconf 2.57.
387         * configure: Regenerate with autoconf 2.57.
388
389         * configure.in: Use NCN_TARGET_NONCANONICAL and friends.
390         * configure: Regenerate.
391         * Makefile.am: Use target_noncanonical variable from configure.
392         * Makefile.in: Regenerate.
393         * include/Makefile.in: Regenerate.
394
395 2004-02-20  Andrew Cagney  <cagney@redhat.com>
396
397         * config.guess: Update from version 2002-01-10 to 2004-02-16.
398         * config.sub: Update from version 2002-01-02 to 2004-02-16.
399
400 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
401
402         * acinclude.m4: Remove bogus duplicate call to AC_CANONICAL_BUILD.
403         * aclocal.m4: Rebuild.
404         * configure: Regenerate.
405
406         * acinclude.m4: Move certain code to configure.in.
407         * configure.in: Receive code from acinclude.m4.
408         * aclocal.m4: Rebuild.
409         * configure: Regenerate.
410
411         * Makefile.direct, alloc.c: Resync to upstream 6.3 alpha 1.
412
413 2004-01-20  Andrew Haley  <aph@redhat.com>
414
415         * include/private/gcconfig.h (USE_MMAP): Define for all Linux.
416
417         * configure.in: Comment change.
418
419 2004-01-16  Andrew Haley  <aph@redhat.com>
420
421         * configure.in (NO_EXECUTE_PERMISSION): Remove global declaration;
422         add for ia64; remove for MIPS.
423         * configure: Regnerated.
424
425 2004-01-14  Kelley Cook  <kcook@gcc.gnu.org>
426
427         * configure.in: Add in AC_PREREQ(2.13)
428
429 2004-01-07  Dave Jones <davej@redhat.com>
430
431         * malloc.c (GC_generic_malloc): Correct initialization typo.
432         * mallocx.c (GC_generic_malloc_ignore_off_page): Ditto.
433
434 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
435
436         * include/private/gcconfig.h: Re-install change of 2003-04-16.
437
438 2003-10-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
439
440         * mips_sgi_mach_dep.s: Use _ABIO32 instead of external
441         _MIPS_SIM_ABI32.
442
443 2003-10-18  Alan Modra  <amodra@bigpond.net.au>
444
445         * include/private/gcconfig.h (ALIGNMENT <powerpc linux>): Remove
446         unsure comment.
447
448 2003-10-03  Jeff Sturm  <jsturm@one-point.com>
449
450         * configure: Rebuild.
451
452 2003-10-03  Hans Boehm  <Hans.Boehm@hp.com>
453
454         * configure.in: Remove NO_GETENV definition for win32.
455         * mach_dep.c (GC_generic_push_regs): Prevent tail call optimization.
456         * misc.c (GC_init_inner): Call GC_thr_init for win32.
457           (GC_set_warn_proc): Add assertion.
458         * win32_threads.c: Import 6.3alpha2 version.
459         * include/private/gc_priv.h: Add support for EMPTY_GETENV_RESULTS.
460
461 2003-09-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
462
463         * configure.in: Remove wildcard from Solaris 8-9/Intel and Solaris
464         2.3/SPARC, there are no micro versions.
465         Treat Solaris 10 and up alike.
466         * configure: Regenerate.
467
468 2003-09-22  Anthony Green  <green@redhat.com>
469
470         * os_dep.c: Fix GC_get_stack_base build problem for vanilla elf
471         "NOSYS" targets.
472
473 2003-09-20    <green@redhat.com>
474
475         * include/private/gcconfig.h: Don't check for __XSCALE__.  Instead
476         check for __arm__ or __thumb__.
477
478 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
479
480         * configure: Regenerate.
481
482 2003-08-07  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
483             Roger Sayle <roger@eyesopen.com>
484
485         * configure.in: Set INCLUDES to absolute path.
486         Save $INCLUDES in boehm-cflags, too.
487         Set INCLUDES so it's available to config.status.
488         * configure: Regenerate.
489
490 2003-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
491
492         * include/gc.h (GC_CreateThread): Declare with WINAPI
493         attribute.
494         * win32_threads.c (GC_CreateThread): Make definitions consistent
495         with declaration.  Cast &thread_table[i].handle to PHANDLE
496         in call to DuplicateHandle
497         (thread_start): Declare as static.
498
499 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
500
501         * dyn_load.c: Define __private_extern__ to match Apple's system
502         header.
503
504 2003-07-28  Loren J. Rittle  <ljrittle@acm.org>
505
506         * os_dep.c: Remove redundancy introduced in last merge.
507
508 2003-07-28  Jeff Sturm  <jsturm@one-point.com>
509
510         Import GC 6.3alpha1.
511         * BCC_MAKEFILE: Merge with GC 6.3alpha1 release.
512         * ChangeLog: Likewise.
513         * Makefile.am: Likewise.
514         * Makefile.direct: Likewise.
515         * Makefile.dj: Likewise.
516         * allchblk.c: Likewise.
517         * alloc.c: Likewise.
518         * backgraph.c: Likewise.
519         * configure.host: Likewise.
520         * configure.in: Likewise.
521         * dbg_mlc.c: Likewise.
522         * dyn_load.c: Likewise.
523         * finalize.c: Likewise.
524         * gc_cpp.cc: Likewise.
525         * gc_dlopen.c: Likewise.
526         * gcj_mlc.c: Likewise.
527         * if_mach.c: Likewise.
528         * mach_dep.c: Likewise.
529         * malloc.c: Likewise.
530         * mallocx.c: Likewise.
531         * mark.c: Likewise.
532         * mark_rts.c: Likewise.
533         * misc.c: Likewise.
534         * os_dep.c: Likewise.
535         * ptr_chck.c: Likewise.
536         * reclaim.c: Likewise.
537         * solaris_pthreads.c: Likewise.
538         * solaris_threads.c: Likewise.
539         * sparc_mach_dep.S: Likewise.
540         * threadlibs.c: Likewise.
541         * typd_mlc.c: Likewise.
542         * version.h: Likewise.
543         * win32_threads.c: Likewise.
544         * Mac_files/MacOS_Test_config.h: Likewise.
545         * Mac_files/MacOS_config.h: Likewise.
546         * cord/cordbscs.c: Likewise.
547         * cord/cordprnt.c: Likewise.
548         * cord/de_win.c: Likewise.
549         * doc/README: Likewise.
550         * doc/README.MacOSX: Likewise.
551         * doc/README.changes: Likewise.
552         * doc/README.environment: Likewise.
553         * doc/README.ews4800: Likewise.
554         * doc/README.linux: Likewise.
555         * doc/README.macros: Likewise.
556         * doc/README.win32: Likewise.
557         * doc/debugging.html: Likewise.
558         * doc/gcdescr.html: Likewise.
559         * doc/tree.html: Likewise.
560         * include/Makefile.in: Likewise.
561         * include/gc.h: Likewise.
562         * include/gc_cpp.h: Likewise.
563         * include/gc_local_alloc.h: Likewise.
564         * include/gc_mark.h: Likewise.
565         * include/gc_pthread_redirects.h: Likewise.
566         * include/gc_typed.h: Likewise.
567         * include/new_gc_alloc.h: Likewise.
568         * include/private/dbg_mlc.h: Likewise.
569         * include/private/gc_hdrs.h: Likewise.
570         * include/private/gc_locks.h: Likewise.
571         * include/private/gc_pmark.h: Likewise.
572         * include/private/gc_priv.h: Likewise.
573         * include/private/gcconfig.h: Likewise.
574         * include/private/solaris_threads.h: Likewise.
575         * include/private/specific.h: Likewise.
576         * tests/test.c: Likewise.
577         * tests/test_cpp.cc: Likewise.
578
579         * configure: Rebuild.
580         * Makefile.in: Rebuild.
581
582         * mips_sgi_mach_dep.s: Add.
583
584         * alpha_mach_dep.s: Remove.
585         * irix_threads.c: Remove.
586         * linux_threads.c: Remove.
587         * mips_sgi_mach_dep.S: Remove.
588         * missing: Remove.
589         * powerpc_macosx_mach_dep.s: Remove.
590         * doc/Makefile.am: Remove.
591         * doc/Makefile.in: Remove.
592
593 2003-07-25  Roger Sayle  <roger@eyesopen.com>
594
595         * configure.host: Only use +ESdbgasm when using the HPUX native
596         compiler on PA-Risc.  It isn't recognized by GCC and is silently
597         ignored by HP's compilers on ia64.
598
599 2003-04-28  Mohan Embar  <gnustuff@thisiscool.com>
600
601         * configure.in: define GC_DLL under mingw if --enable-shared
602         * configure: rebuilt
603         * win32_threads.c: add #ifdef GC_DLL around DllMain
604
605 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
606
607         * include/private/gcconfig.h: Add support for arm-netbsdelf.
608
609 2003-04-09  Tom Tromey  <tromey@redhat.com>
610
611         * include/private/gcconfig.h (LINUX_STACKBOTTOM): Define for
612         POWERPC.
613         (STACK_GRAN, HEURISTIC1): Don't define for POWERPC.
614
615 2003-03-22  Richard Henderson  <rth@redhat.com>
616
617         * include/private/gc_locks.h [IA64]: Include ia64intrin.h.
618         (GC_test_and_set): Use __sync_lock_test_and_set.
619         (GC_clear): Use volatile assignment.
620         (GC_compare_and_exchange): Use __sync_bool_compare_and_swap.
621         (GC_memory_write_barrier): Use __sync_synchronize.
622
623 2003-03-12  Andreas Schwab  <schwab@suse.de>
624
625         * configure.in: Avoid trailing /. in toolexeclibdir.
626         * configure: Rebuilt.
627
628 2003-03-04  Hans Boehm <Hans.Boehm@hp.com>
629         * include/private/gcconfig.h (GC_data_start): declare when needed.
630         * include/private/gc_priv.h: Include gcconfig.h after ptr_t
631         declaration.
632         * dyn_load.c (GC_register_dynamic_libraries_dl_iterate_phdr,
633         GC_register_dynlib_callback): Register main data for static
634         executable if dl_iterate_phdr() didn't.
635         * misc.c (GC_init_inner): Call GC_init_linux_data_start() even
636         if we don't expect to register main static data.
637
638 2003-03-03  Hans Boehm  <Hans.Boehm@hp.com>
639         * mark_rts.c (GC_cond_register_dynamic_libraries): add.
640         (GC_push_roots): explicitly mark free list headers, register
641         dynamic libraries only if !REGISTER_LIBRARIES_EARLY.
642         * alloc.c (GC_stopped_mark): Conditionally call
643         GC_cond_register_dynamic_libraries().
644         (GC_collect_a_little_inner, GC_try_to_collect_inner): Check GC_dont_gc.
645         * dyn_load.c (GC_register_main_static_data): define.
646         (GC_register_dyn_libraries (Linux /proc, Linux ELF versions)):
647         no longer skip main data.
648         * misc.c (GC_REGISTER_MAIN_STATIC_DATA): define.
649         (GC_init_inner): Make main data registration conditional.
650         * include/private/gc_priv.h (GC_register_main_static_data): declare.
651         * include/private/gcconfig.h (REGISTER_LIBRARIES_EARLY): define
652         for LINUX.
653
654 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
655
656         * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
657         config.status.
658         * configure: Rebuilt.
659
660 2003-02-11  Andreas Tobler  <a.tobler@schweiz.ch>
661
662         * include/private/gcconfig.h: undefine MPROTECT_VDB for MACOSX
663
664 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
665
666         * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
667         Remove USE_LIBDIR conditional.
668         * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
669         * Makefile.in, configure: Rebuilt.
670
671 2002-12-31  Tom Tromey  <tromey@redhat.com>
672
673         For PR libgcj/8933:
674         * include/Makefile.in: Rebuilt.
675         * include/Makefile.am (noinst_HEADERS): Renamed from
676         include_HEADERS.
677
678 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
679
680         * ltconfig (osf[345]): Append $major to soname_spec.
681         Reflect this in library_names_spec.
682         * ltmain.sh (osf): Prefix $major with . for use as extension.
683
684 2002-10-02  Andreas Jaeger  <aj@suse.de>
685
686         * include/private/gcconfig.h (HBLKSIZE): Define for x86-64.
687
688 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
689
690         * include/private/gcconfig.h: Don't check for __XSCALE__.  Instead
691         check for __arm__ or __thumb__.
692
693 2002-09-27  Ulrich Weigand  <uweigand@de.ibm.com>
694
695         * include/private/gcconfig: Add machine type S390.  Add s390x support.
696         * include/private/gc_locks.h (GC_test_and_set): Implement for s390.
697         (GC_compare_and_exchange): Likewise.
698
699 2002-09-24  Jason Thorpe  <thorpej@wasabisystems.com>
700
701         * include/private/gcconfig.h: Fix NetBSD/mips parameters.
702
703 2002-08-23  Adam Megacz <adam@xwt.org>
704
705         * win32_threads.cc: Removed extraneous ABORT()
706
707 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
708
709         * Makefile.am (all-multi): Fix multilib parallel build.
710
711 2002-07-18  Bo Thorsen  <bo@suse.de>
712
713         * include/private/gcconfig.h: Add x86-64 definitions.
714         * os_dep.c: Add x86-64 support.
715         * configure.in: Likewise.
716         * configure: Regenerate.
717
718 2002-07-18  H.J. Lu <hjl@gnu.org>
719
720         * mach_dep.c (GC_push_regs): Remove the unused Linux/mips code.
721
722 2002-07-18  H.J. Lu  (hjl@gnu.org)
723
724         * configure.in (machdep): Don't add mips_sgi_mach_dep.lo for
725         Linux/mips.
726
727 2002-06-28  Hans Boehm <Hans_Boehm@hp.com>
728             Jonathan Clark
729
730         * win32_threads.c (GC_push_all_stacks): Tolerate bad sp.
731
732 2002-06-09  H.J. Lu  (hjl@gnu.org)
733
734         * include/private/gc_locks.h (GC_test_and_set): Support
735         Linux/mips.
736         (GC_TEST_AND_SET_DEFINED): Likewise.
737
738         * include/private/gcconfig.h (DYNAMIC_LOADING): Defined for
739         Linux/mips.
740         (DATAEND): Likewise.
741         (LINUX_STACKBOTTOM): Likewise.
742         (STACKBOTTOM): Removed for Linux/mips.
743
744 Sun May 19 11:32:03 2002  Mark P Mitchell  <mark@codesourcery.com>
745
746         * irix_threads.cc (GC_pthread_detach): Do not use REAL_FUNC.
747         (GC_pthread_create): Fix typo.
748         (GC_TRY_LOCK): Likewise.
749         * include/private/gc_locks.h (GC_test_and_set): Only take one
750         one argument.
751         (LOCK): Adjust appropriately.
752         * include/private/gc_priv.h (SIG_SUSPEND): Use SIGRTMIN if
753         _SIGRTMIN is unavailable.
754
755 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
756
757         * acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
758         * aclocal.m4: Regenerate.
759         * configure: Regenerate.
760
761 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
762
763         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
764         script entry, and set LD to it when configuring multilibs.
765         * configure: Rebuilt.
766
767 2002-04-22  Jeff Sturm  <jsturm@one-point.com>
768
769         * Makefile.am (toolexeclib_LTLIBRARIES): Remove.
770         (noinst_LTLIBRARIES): Add libgcjgc.la.
771
772         * Makefile.in: Rebuild.
773
774 2002-04-22  David S. Miller  <davem@redhat.com>
775
776         * include/private/gcconfig.h: Hard-code STACKBOTTOM on
777         64-bit SPARC Linux, the __libc_stack_end technique does
778         not work in this case.
779
780 2002-04-22  Jeff Sturm  <jsturm@one-point.com>
781
782         * gcconfig.h: Enable DYNAMIC_LOADING for all sparc-solaris ABIs.
783
784 2002-04-17  Hans Boehm  <Hans_Boehm@hp.com>
785
786         * include/private/gcconfig.h: Use LINUX_STACKBOTTOM for
787         SPARC Linux.
788
789 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
790
791         * include/private/gcconfig.h (DATAEND): Update comment example
792         to match reality.
793
794 2002-04-08  Loren J. Rittle  <ljrittle@acm.org>
795
796         * include/private/gcconfig.h (DATAEND): Clarify comment.
797
798 2002-04-08  Hans Boehm  <Hans_Boehm@hp.com>
799
800         * include/private/gc_priv.h (WARN macro): Add "GC warning:" prefix.
801         (GC_large_alloc_warn_interval, GC_large_alloc_warn_suppressed):
802         declare.
803         * allchblk.c (GC_allchblk_nth): Change text and support reduced
804         frequency for blacklist warning message.
805         * misc.c (GC_large_alloc_warn_interval,
806         GC_large_alloc_warn_suppressed): define.
807         (GC_init_inner): Check GC_NO_BLACKLIST_WARNING and
808         GC_LARGE_ALLOC_WARN_INTERVAL environment variables.
809         * doc/README.environment (GC_NO_BLACKLIST_WARNING): Deprecate.
810         (GC_LARGE_ALLOC_WARN_INTERVAL): Add documentation.
811
812         * dyn_load.c (_DYNAMIC): Move declaration to file scope.
813
814 2002-04-04  Loren J. Rittle  <ljrittle@acm.org>
815
816         * include/private/gcconfig.h: Add support for an unmapped
817         memory hole between the end of the initialized data segment
818         and the start of the BSS on FreeBSD/i386.
819
820 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
821
822         * include/private/gcconfig.h: define DYNAMIC_LOADING for ELF
823         NetBSD/i386.
824
825 2002-03-29  Hans Boehm  <Hans_Boehm@hp.com>
826
827         * linux_threads.c (return_free_lists): Clear fl[i] unconditionally.
828         (GC_local_gcj_malloc): Add assertion.
829         (start_mark_threads): Fix abort message.
830         * mark.c (GC_mark_from): Generalize assertion.
831         * reclaim.c (GC_clear_fl_links): New function.
832         (GC_start_reclaim): Must clear some freelist links.
833         * include/private/specific.h, specific.c: Add assertions.
834         Safer definition for INVALID_QTID, quick_thread_id.  Fix/add comments.
835         Rearrange tse fields.
836
837 2002-03-27  Richard Henderson  <rth@redhat.com>
838
839         * os_dep.c (GC_init_linux_data_start): Fix references to
840         __data_start and _end.
841
842 2002-03-25  Loren J. Rittle  <ljrittle@acm.org>
843
844         * include/private/gcconfig.h: Change all likely references
845         to linker script synthesized symbols to use this idiom:
846         extern int etext[]; etext
847
848 2002-03-25  Jeff Sturm  <jsturm@one-point.com>
849
850         * linux_threads.c (GC_get_nprocs): Close file descriptor.
851
852 2002-03-21  Loren J. Rittle  <ljrittle@acm.org>
853
854         * include/private/gcconfig.h: Add unified test for FreeBSD.
855         Support FreeBSD/alpha.
856         * os_dep.c: Do not include <machine/trap.h> unless available.
857         (GC_freebsd_stack_base): Fix types.
858
859 2002-03-17  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
860
861         * Makefile.am: Make a convenience library.
862         * Makefile.in: Rebuilt.
863
864 2002-03-15  Anthony Green  <green@redhat.com>
865
866         * misc.c (GC_init_inner): Initialize GC_write_cs before use.
867         * configure.in: Disable use of getenv for win32 targets (some of
868         which have broken implementations).
869         * configure: Rebuilt.
870
871 2002-03-12  Adam Megacz  <adam@xwt.org>
872
873         * dyn_load.c: Renamed GC_win32s to GC_no_win32_dlls.
874         * misc.c: Renamed GC_is_win32s() to GC_no_win32_dlls
875         * os_dep.c: Renamed GC_win32s to GC_no_win32_dlls and
876         statically initialized it to TRUE if compiling with GCC.
877         * win32_threads.c (thread_start): We no longer use SEH if
878         compiling with GCC.
879         * mark.c (GC_mark_some): We no longer use SEH if
880         compiling with GCC.
881
882 2002-03-09  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
883
884         * include/gc_priv.h: Define ALIGN_DOUBLE on 32 bit targets if GCJ
885         support is enabled, for hash synchronization.
886
887 2002-02-24  Adam Megacz  <adam@xwt.org>
888
889         * Makefile.am: Added win32_threads.c to sources list.
890         * win32_threads.c: Added two */'s which I had neglected.
891
892 2002-02-20  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
893
894         * Makefile.am: Re-add SUBDIRS parameter which was lost in merge.
895         * Makefile.in: Rebuilt.
896
897 2002-02-13  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
898
899         * dbg_mlc.c (GC_debug_generic_malloc): Removed.
900
901         * sparc_mach_dep.S: Rename from sparc_mach_dep.s as it is a
902         preprocessor file.
903         * mips_sgi_mach_dep.S: Likewise.
904         * Makefile.am: Update for above changes.
905         * Makefile.in: Rebuilt.
906
907 2002-02-12  Richard Henderson  <rth@redhat.com>
908
909         * configure.in: Re-apply 2001-06-26 configure change.
910         * configure: Rebuild.
911
912 2002-02-12  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
913
914         Imported GC 6.1 Alpha 3.
915
916         * sparc_mach_dep.S: Delete incorrectly named file.
917
918 2001-02-11  Adam Megacz <adam@xwt.org
919
920         * configure.in: support for win32, saner
921         cross-compile options
922
923 2001-02-08  Anthony Green  <green@redhat.com>
924
925         * include/private/gcconfig.h: Add XSCALE NOSYS support for bare
926           board embedded targets.
927         * os_dep.c: Avoid signal handling code for NOSYS/ECOS targets.
928           Use GC_get_stack_base for NOSYS/ECOS targets.  Clean up some
929           redundant uses of ECOS.
930         * misc.c: Use NOSYS where ECOS is being used.
931           Don't define GC_write twice for ECOS systems.
932           (GC_write): New function for NOSYS targets.
933
934 2002-02-06  Adam Megacz <adam@xwt.org>
935
936         * boehm-gc/include/gc.h: (GC_CreateThread) This function is
937         now exposed on all Win32 platforms.
938         * boehm-gc/win32_threads.c: (GC_CreateThread) This now
939         compiles on Win32; it invokes CreateThread() if GC is built
940         as a DLL; otherwise it registers the thread.
941         * boehm-gc/misc.c (GC_init): Initialize GC_allocate_ml in case
942         libgcjgc was not built as a DLL.
943
944 2002-02-01  Adam Megacz <adam@xwt.org>
945
946         * boehm-gc on win32 now automatically detects if it is being built
947         as a DLL; see http://gcc.gnu.org/ml/java/2001-12/msg00240.html
948
949 2002-01-25  David Edelsohn  <edelsohn@gnu.org>
950
951         * include/gc.h (GC_INIT): Add DATASTART and DATAEND roots on AIX.
952         * include/private/gcconfig.h (RS6000): Add 64-bit AIX support.
953         Define USE_GENERIC_PUSH_REGS.  Use AIX _data and _end symbols for
954         DATASTART and DATAEND roots.
955         * rs6000_mach_dep.s: Add function descriptor and traceback table.
956
957 2001-12-16  Jeff Sturm  <jsturm@one-point.com>
958
959         * dyn_load.c: Define ElfW (if needed) for all targets,
960         not just GNU/Linux.
961         (GC_FirstDLOpenedLinkMap): Use it.
962         (GC_register_dynamic_libraries_dl): Use it.
963         * include/private/gcconfig.h: Define CPP_WORDSZ, ELF_CLASS
964         for sparcv9.
965
966 2001-12-16  Craig Rodrigues  <rodrigc@gcc.gnu.org>
967
968         PR other/3725
969         * configure.in: Add AC_SUBST(target_alias).
970         * configure: Regenerated.
971
972 2001-11-26  Loren J. Rittle  <ljrittle@acm.org>
973
974         * linux_threads.c (WRAP_FUNC(pthread_join)): Remove special
975         case for GC_FREEBSD_THREADS.
976         * configure.in (*-*-freebsd*): Clarify warning.
977         * configure: Rebuilt.
978
979 2001-10-23  Loren J. Rittle  <ljrittle@acm.org>
980             Andreas Tobler <toa@pop.agri.ch>
981
982         * include/private/solaris_threads.h: Update to use GC_SOLARIS_THREADS.
983
984 2001-10-22  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
985
986         * linux_threads.c (GC_init_parallel): Do not declare as a static
987         constructor.
988         * include/gc.h (GC_init): Declare here. Add description.
989         * include/private/gc_priv.h (GC_init): Remove declaration.
990
991 2001-10-16  Loren J. Rittle  <ljrittle@acm.org>
992
993         * include/gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.
994         * linux_threads.c (WRAP_FUNC(pthread_join)): Conditionalized on
995         GC_FREEBSD_THREADS, handle strange interaction between system
996         pthread implementation and boehm-gc signal-handler architecture.
997         * tests/test.c (main): Conditionalized on GC_FREEBSD_THREADS,
998         set stack.
999         * include/private/gcconfig.h (configuration keyed off FREEBSD):
1000         Define SIG_SUSPEND, SIG_THR_RESTART.  Do not define
1001         MPROTECT_VDB when GC_FREEBSD_THREADS is defined.
1002
1003 2001-10-16  Loren J. Rittle  <ljrittle@acm.org>
1004
1005         * Makefile.am (test.o): Find tests/test.c in $(srcdir).
1006         * Makefile.in: Rebuilt.
1007
1008 2001-10-16  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1009
1010         * Makefile.am, acinclude.m4, configure.in: Imported GC 6.1 Alpha 1 and
1011         merged local changes.
1012
1013 2001-09-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1014
1015         * solaris_threads.c (MAX_ORIG_STACK_SIZE) [I386]: Provide special
1016         Solaris 2/Intel definition.
1017
1018         * configure.in (i?86-*-solaris2.[89]*): Define
1019         SOLARIS25_PROC_VDB_BUG_FIXED.
1020         * include/private/gcconfig.h [I386 && SUNOS5]: Use it.
1021         * configure: Regenerate.
1022
1023         * include/private/gcconfig.h [I386 && SUNOS5] (DATASTART): Use _etext.
1024         (DATAEND): Define using _end.
1025
1026 2001-09-11  Per Bothner  <per@bothner.com>
1027
1028         * include/Makefile.am:  New file.  It defines include_HEADERS.
1029         * Makefile.am (SUBDIRS):  New macro, set to include.
1030         * configure.in (AC_OUTPUT):  Add include/Makefile.
1031
1032 2001-08-20  Tom Tromey  <tromey@redhat.com>
1033
1034         * configure: Rebuilt.
1035         * configure.in: Always ask gcc for threads package.
1036
1037 2001-08-17  Tom Tromey  <tromey@redhat.com>
1038
1039         * Makefile.am, acinclude.m4, configure.in: Imported GC 6.0 and
1040         merged local changes.
1041
1042 2001-08-02  David Billinghurst <David.Billinghurst>
1043
1044         * configure: Rebuilt.
1045         * configure.in:  POSIX threads on cygwin does not link with
1046         -lpthreads.
1047
1048 2001-07-03  Tom Tromey  <tromey@redhat.com>
1049
1050         Fix for PR bootstrap/3281:
1051         * aclocal.m4, configure, Makefile.in: Rebuilt.
1052         * acinclude.m4: Set mkinstalldirs for in-tree build.
1053
1054 2001-06-26  Richard Henderson  <rth@redhat.com>
1055
1056         * alpha_mach_dep.s: Mark call-saved FP registers.
1057         * include/private/gcconfig.h (ALPHA): Remove USE_GENERIC_PUSH_REGS.
1058         * configure.in (alpha*): Re-enable alpha_mach_dep.s
1059         * configure: Rebuild.
1060
1061 2001-06-12  Tom Tromey  <tromey@redhat.com>
1062
1063         * aclocal.m4, configure: Rebuilt.
1064         * acinclude.m4: Find configure.host in srcdir.
1065
1066 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>, Stephen L Moshier  <moshier@mediaone.net>
1067
1068         * configure.in (AC_EXEEXT): Work around in case it expands to
1069         nothing, as in autoconf 2.50.
1070         * acinclude.m4: Likewise.
1071         * aclocal.m4, configure: Rebuilt.
1072
1073 2001-06-07  Tom Tromey  <tromey@redhat.com>
1074
1075         For PR bootstrap/3075:
1076         * configure, aclocal.m4, Makefile.in: Rebuilt.
1077         * configure.in: Don't call AC_CONFIG_AUX_DIR or
1078         AC_CANONICAL_SYSTEM.
1079         * acinclude.m4 (BOEHM_CONFIGURE): Call AC_CONFIG_AUX_DIR and
1080         AC_CANONICAL_SYSTEM here.
1081         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not
1082         boehm_gc_basedir.
1083
1084 2001-05-24  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1085
1086         * Makefile.am: Override gctest_OBJECTS so tests/test.c can be built.
1087         (libgcjgc_la_SOURCES): Remove typo.
1088         * tests/test.c: Fix struct names and includes for GC_GCJ_SUPPORT case.
1089         * Makefile.in: Rebuilt.
1090
1091 2001-05-21  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1092
1093         Imported version version 6.0alpha7.
1094
1095         * README, README.Mac, README.OS2, README.QUICK, README.alpha,
1096         README.amiga, README.debugging, README.dj, README.hp, README.linux,
1097         README.rs6000, README.sgi, README.solaris2, README.uts,
1098         README.win32, SCoptions.amiga, backptr.h, barrett_diagram,
1099         dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h,
1100         gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h,
1101         hpux_irix_threads.c, makefile.depend, nursery.c,
1102         solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README,
1103         cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h,
1104         cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h,
1105         include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved
1106         files.
1107
1108 2001-05-19  Hans Boehm  <hans_boehm@hp.com>
1109
1110         * configure.host: Build with -fexceptions.
1111         * linux_threads.c: Remember which thread stopped world for
1112
1113 2001-05-04  Loren J. Rittle  <ljrittle@acm.org>
1114             with final tuning by Bryce McKinlay
1115
1116         * configure.in: Add support for --enable-threads=posix on FreeBSD.
1117         * configure: Rebuilt.
1118
1119 2001-05-01  Jeffrey Oldham  <oldham@codesourcery.com>
1120
1121         * gc_priv.h (UNLOCK): Change type of GC_noop1 argument.
1122         (GC_noop1): Change declaration to take one argument.
1123
1124 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
1125
1126         * configure.in: Obtain THREADS with `gcc -v'.
1127         * configure: Rebuilt.
1128
1129 2001-04-05  Hans Boehm  <hans_boehm@hp.com>
1130
1131         * misc.c: Back out buggy changes to stack clearing code.
1132         Reduce CLEAR_SIZE to 1/4 of original value to reduce time
1133         spent clearing memory.
1134
1135 2001-04-04  Hans Boehm  <hans_boehm@hp.com>
1136
1137         * finalize.c:
1138         - Accomodate finalization requests for static objects.
1139           (Will be required by hash synchronization.  May be needed
1140           in some configurations now.)
1141
1142         * gc_priv.h:
1143         - Define MIN_WORDS.  All allocation requests are rounded
1144           up to at least this size.  Removes a subtle assumption that
1145           Java objects have a 2 word header.
1146
1147         * gcconfig.h:
1148         - Adjust Linux/IA64 configuration for non-ancient kernels.
1149           (Necessary fix for IA64.)
1150
1151         * linux_threads.c:
1152         - Fix syntax error in currently unused code.  Will be needed
1153           for Linux/PA-RISC.
1154
1155         * malloc.c:
1156         - Handle MIN_WORDS.
1157
1158         * misc.c:
1159         - Handle MIN_WORDS.
1160         - Change stack cleaning code to typically clear about one tenth
1161           the memory it used to in the threads configuration.  Occasionally
1162           still clear more.  (This is really a fix for a long-standing
1163           and fairly significant performance bug with threads.)
1164
1165         * os_dep.c:
1166         - Fix the code for finding the beginning of the data segment under
1167           Linux.  I believe this is necessary for some IA64 Linux
1168           distributions.  It will also helo other platforms, though those
1169           may additionally require a gcconfig.h adjustment.  (This basically
1170           works around the absence of a data_start or __data_start
1171           definition in glibc.)
1172
1173         * test.c:
1174         - Handle rounding due to MIN_WORDS.
1175
1176 2001-03-22  Tom Tromey  <tromey@redhat.com>
1177
1178         * Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.
1179
1180 2001-03-19  Tom Tromey  <tromey@redhat.com>
1181
1182         * Makefile.in: Rebuilt.
1183         * Makefile.am (gctest_LDFLAGS): new macro.
1184
1185 2001-03-16  Tom Tromey  <tromey@redhat.com>
1186
1187         * Makefile.in: Rebuilt.
1188         * Makefile.am (TESTS_ENVIRONMENT): New macro.
1189
1190 2001-01-23  Rod Stewart <stewart@lab43.org>
1191
1192         * gcconfig.h: Check for `__arm__', not `arm'.
1193
1194 2000-12-30  Bryce McKinlay  <bryce@albatross.co.nz>
1195
1196         * configure.in: Rename THREADLIB to THREADLIBS.
1197         * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This
1198         ensures that we link the correct version of the linuxthreads semaphore
1199         functions.
1200         * Makefile.in: Rebuilt.
1201         * configure: Rebuilt.
1202
1203         * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the
1204         list of signals which are not blocked during suspend in the NO_SIGNALS
1205         case.
1206
1207 2000-12-23  Hans Boehm  <Hans_Boehm@hp.com>
1208
1209         * gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.
1210
1211 2000-12-15  Bryce McKinlay  <bryce@albatross.co.nz>
1212
1213         * Makefile.dist: Renamed from Makefile.orig.
1214
1215 2000-12-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
1216
1217         * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
1218         * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and
1219         set accordingly.
1220         * Makefile.in: Rebuilt.
1221         * configure: Likewise.
1222
1223 2000-12-10  Geoffrey Keating  <geoffk@redhat.com>
1224
1225         * gcconfig.h: Add new case for powerpc EABI.
1226         [PPC]: Handle embedded OS for powerpc simulator.
1227
1228 2000-09-30  Bryce McKinlay  <bryce@albatross.co.nz>
1229
1230         * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in
1231         cross-compile configuration only.
1232         * Makefile.am: Build gcj_mlc.c.
1233         * configure, Makefile.in: Rebuilt.
1234
1235 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
1236
1237         * acinclude.m4: Include libtool macros from the top level.
1238         * aclocal.m4, configure: Rebuilt.
1239
1240 2000-09-04  Anthony Green  <green@redhat.com>
1241
1242         Fix for PR libgcj/230:
1243         * mark.c (GC_mark_from_mark_stack): Remove call to
1244         GC_debug_object_start.
1245         * gc_priv.h (GC_debug_object_start): Remove prototype.
1246
1247 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
1248
1249         * gcconfig.h [OSF1] (_end): Declare as `int'.
1250
1251 2000-08-02  Tom Tromey  <tromey@cygnus.com>
1252
1253         * gc_priv.h (GC_generic_malloc_inner): Prototype.
1254         (GC_generic_malloc): Likewise.
1255         (GC_add_to_black_list_normal): Likewise.
1256         (GC_find_header): Likewise.
1257         (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
1258         * gc_mark.h (GC_find_start): Prototype.
1259         (GC_signal_mark_stack_overflow): Likewise.
1260
1261 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
1262
1263         * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
1264         * configure: Rebuilt.
1265
1266         * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
1267
1268 2000-06-20  Bryce McKinlay  <bryce@albatross.co.nz>
1269
1270         Imported version 5.1.
1271         * acinclude.m4: Push version to 5.1.
1272
1273 2000-06-19  Andrew Haley  <aph@cygnus.com>
1274
1275         * os_dep.c (read): Pass two dummy args to syscall().
1276
1277 2000-05-11  Bryce McKinlay  <bryce@albatross.co.nz>
1278
1279         Imported 5.0 release version.
1280         * acinclude.m4: Increment version to 5.0.
1281
1282 2000-05-07  Bryce McKinlay  <bryce@albatross.co.nz>
1283
1284         Imported version 5.0alpha7.
1285         * acinclude.m4: Update version to 5.0a7.
1286
1287 2000-04-26  Jakub Jelinek  <jakub@redhat.com>
1288
1289         * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
1290         (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
1291         - sparc glibc does not provide it.
1292         (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
1293         Make STACKBOTTOM depend on the wordsize.
1294         * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
1295         (struct frame): Declare on sparc*-linux*.
1296         (GC_save_callers): Bias the frame pointers if needed (sparc64).
1297         * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
1298         Implement on sparc64.
1299         (GC_clear_stack_inner): Implement on sparc64.
1300         * gc_priv.h (GC_test_and_set): Implement for sparc.
1301         * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
1302         GC_save_regs_in_stack on sparc.
1303
1304 2000-04-23  Tom Tromey  <tromey@cygnus.com>
1305
1306         * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
1307
1308 2000-04-19  Bryce McKinlay  <bryce@albatross.co.nz>
1309
1310         Imported version version 5.0alpha6.
1311         * acinclude.m4: Bump version to 5.0a6.
1312         * configure.in: Don't use alpha_mach_dep.s.
1313         * include/private/config.h, irix_threads.c gc_watcom.asm: Delete
1314         obsolete files.
1315         * Makefile.am, Makefile.in: irix_threads.c is now
1316         hpux_irix_threads.c.
1317         * Makefile.orig: Updated from gc distribution Makefile.
1318
1319 2000-03-26  Anthony Green  <green@redhat.com>
1320
1321         * misc.c (GC_enable): Always define GC_enable and GC_disable.
1322
1323 2000-02-14  Tom Tromey  <tromey@cygnus.com>
1324
1325         * gc.h (dlopen): Define as GC_dlopen on Linux.
1326         (GC_dlopen): Declare on Linux.
1327         * dyn_load.c (GC_dlopen): Define for Linux.
1328
1329 Fri Jan 28 17:13:20 2000  Anthony Green  <green@cygnus.com>
1330
1331         * gcconfig.h (DATASTART): Add missing extern declaration
1332         for data_start on powerpc.
1333
1334 1999-12-22  Bryce McKinlay  <bryce@albatross.co.nz>
1335
1336         * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
1337         NO_SIGNALS case.
1338
1339 1999-12-19  Jeff Sturm  <jsturm@sigma6.com>
1340
1341         * gcconfig.h: Define DATASTART for Alpha Linux.
1342
1343 1999-12-19  Anthony Green  <green@cygnus.com>
1344
1345         * gcconfig.h: Use libgcj hack for Alpha Linux.
1346         Undefine MPROTEXT_VDB (from Jeff Sturm).
1347         * os_dep.c: Remove Alpha Linux hacks.
1348         * misc.c: Ditto.
1349
1350 1999-12-13  Tom Tromey  <tromey@cygnus.com>
1351
1352         * aclocal.m4, configure: Rebuilt.
1353         * acinclude.m4: Changed version to 5.0a4.
1354         * Makefile.in: Rebuilt.
1355         * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
1356
1357 1999-12-12  Anthony Green  <green@cygnus.com>
1358
1359         * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
1360         Linux.
1361         (DYNAMIC_LOADING): Define for PowerPC Linux.
1362         * os_dep.c: Remove some special cases for PowerPC Linux.
1363         * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
1364         for PowerPC Linux.
1365
1366 1999-11-04  Tom Tromey  <tromey@cygnus.com>
1367
1368         * Makefile.in: Rebuilt.
1369         * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
1370
1371         * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
1372         (GC_thr_init): Don't declare.
1373
1374         * configure: Rebuilt.
1375         * configure.in: Removed qt threads case.
1376         * dyn_load.c: Don't mention QUICK_THREADS.
1377         * os_dep.c: Don't mention QUICK_THREADS.
1378         * misc.c: Don't mention QUICK_THREADS.
1379         * gcconfig.h: Don't mention QUICK_THREADS.
1380         * gc_priv.h: Removed QUICK_THREADS code.
1381         * quick_threads.c: Removed.
1382
1383 1999-11-03  Tom Tromey  <tromey@cygnus.com>
1384
1385         * gcconfig.h: Merged in local changes from old config.h.
1386
1387 1999-11-02  Bryce McKinlay  <bryce@albatross.co.nz>
1388
1389         * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
1390
1391 1999-11-02  Tom Tromey  <tromey@cygnus.com>
1392
1393         * quick_threads.c: Include gcconfig.h, not boehm-config.h.
1394
1395         * configure: Rebuilt.
1396         * configure.in: Don't create boehm-config.h.
1397         * Makefile.in: Rebuilt.
1398         * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
1399         config.h.
1400         ($(all_objs)): Depend on gcconfig.h.
1401         * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
1402         * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
1403         * config.h: Removed.
1404
1405 1999-11-01  Tom Tromey  <tromey@cygnus.com>
1406
1407         * Makefile.in: Rebuilt.
1408         * Makefile.am (gctest_LDADD): Added THREADLIB.
1409         (TESTS): New macro.
1410         * configure: Rebuilt.
1411         * configure.in (INCLUDES): New subst.
1412
1413 1999-09-29  Steve Chamberlain  <sac@pobox.com>
1414
1415         * config.h: Added picoJava target.
1416         * mach_dep.h (GC_push_regs):  New code for picoJava.
1417
1418 1999-09-28  Tom Tromey  <tromey@cygnus.com>
1419
1420         * aclocal.m4, configure: Rebuilt.
1421         * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
1422         appropriate AC_PROG_ symbol.
1423
1424 Tue Aug 10 00:08:29 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1425
1426         * gc_priv.h:  IRIX thread changes from
1427         include/private/gc_priv.h.
1428
1429 Mon Aug  9 18:33:38 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1430
1431         * Makefile.in: Rebuilt.
1432         * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
1433         builds.
1434
1435         * configure: Rebuilt.
1436         * configure.in: Properly align --help output, fix capitalization
1437         and punctuation.
1438         * acinclude.m4: Likewise.
1439
1440 1999-08-04  Tom Tromey  <tromey@cygnus.com>
1441
1442         * configure.in: Added missing `;;'.  From Anthony Green.
1443
1444 Mon Aug  2 23:09:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1445
1446         * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
1447
1448 1999-08-03  Tom Tromey  <tromey@cygnus.com>
1449
1450         * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
1451         Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
1452
1453 1999-08-02  Tom Tromey  <tromey@cygnus.com>
1454
1455         * aclocal.m4, configure: Rebuilt for new libtool.
1456
1457 1999-07-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
1458
1459         * mips_sgi_mach_dep.s: Enable PIC option.
1460
1461 1999-07-19  Tom Tromey  <tromey@cygnus.com>
1462
1463         * config.h (MPROTECT_VDB): Don't define on Linux.
1464
1465 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
1466
1467         * Makefile.am (.s.lo): Avoid `#line' directives.
1468         * Makefile.in: Rebuilt.
1469
1470 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
1471
1472         * Makefile.am (*-recursive, *-am, *-multi): Automake does not
1473         generate *-recursive for this Makefile, use *-am instead.
1474         * Makefile.in: Rebuilt.
1475
1476 1999-06-30  Alexandre Oliva  <oliva@dcc.unicamp.br>
1477
1478         * Makefile.am (.s.lo): Renamed from `.s.o'.
1479         * Makefile.in: Rebuilt.
1480
1481 1999-06-21  Tom Tromey  <tromey@cygnus.com>
1482
1483         Alpha patch from Jeff Sturm:
1484         * os_dep.c (GC_init_linuxalpha): New function.
1485         * misc.c: Initialize for alpha linux.
1486         * gc_priv.h (GC_test_and_set): Define for alpha.
1487         * config.h: Don't assume __data_start on alpha.
1488
1489         * Makefile.in: Rebuilt.
1490         * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
1491         -release.
1492
1493         * Makefile.in: Rebuilt.
1494         * Makefile.am (toolexeclibdir): Define as libdir when
1495         appropriate.
1496         * configure: Rebuilt.
1497         * configure.in (USE_LIBDIR): New conditional.
1498
1499         * configure: Rebuilt.
1500         * configure.in: Recognize all forms of alpha.
1501
1502 1999-06-17  Anthony Green  <green@cygnus.com>
1503
1504         * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
1505         Carlo Dapor <carlo@vis.ethz.ch>).
1506
1507 1999-05-05  Gilles Zunino  <Gilles.Zunino@hei.fr>
1508
1509         * configure.in: Switch from irix threads to posix threads
1510         Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
1511         for mips architecture.
1512         * configure: Regenerate.
1513
1514 1999-04-30  Tom Tromey  <tromey@cygnus.com>
1515
1516         * linux_threads.c: Don't reference __pthread_initial_thread_bos.
1517
1518 1999-04-26  Tom Tromey  <tromey@cygnus.com>
1519
1520         * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
1521         `weak'.
1522
1523 1999-04-23  Tom Tromey  <tromey@cygnus.com>
1524
1525         * Makefile.in, configure: Rebuilt.
1526         * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
1527         (libgcjgc_la_SOURCES): Renamed.
1528         (libgcjgc_la_LIBADD): Likewise.
1529         (libgcjgc_la_DEPENDENCIES): Likewise.
1530         (EXTRA_libgcjgc_la_SOURCES): Likewise.
1531         (gctest_LDADD): Use libgcjgc.la.
1532         (all_objs): Mention libgcj_la_OBJECTS.
1533         (EXTRA_LTLIBRARIES): Renamed.
1534         (toollib_LTLIBRARIES): Likewise.
1535         (libgcjgc_la_LDFLAGS): New macro
1536         (toolexecdir): Renamed.
1537         (toolexeclibdir): Likewise.
1538         (toolexeclib_LTLIBRARIES): Likewise.
1539         (LTCOMPILE): Renamed; added libtool invocation.
1540         (LINK): Added libtool invocation.
1541         (.s.o): use LTCOMPILE.
1542         * configure.in: Call AM_PROG_LIBTOOL.
1543         (target_all): Set to libgcjgc.la.
1544         Mention `.lo' forms of object files.
1545
1546 1999-04-21  Tom Tromey  <tromey@cygnus.com>
1547
1548         * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
1549         GC_stackbottom.
1550
1551         * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
1552         sigcontext.h.  From Matthias Klose <doko@itso.de>.
1553
1554 1999-04-16  Tom Tromey  <tromey@cygnus.com>
1555
1556         * config.h (__start): Declare as `int' in alpha/OSF1 case.  From
1557         David Pettersson <dapet@mai.liu.se>
1558
1559 1999-04-14  Tom Tromey  <tromey@cygnus.com>
1560
1561         * configure: Rebuilt.
1562         * configure.in: Don't use sparc_mach_dep.o for Solaris.  Reverts
1563         incorrect patch of 199-04-09.
1564
1565         * configure: Rebuilt.
1566         * configure.in: Added support for alpha.
1567         From David Pettersson <dapet@mai.liu.se>.
1568
1569 1999-04-13  Tom Tromey  <tromey@cygnus.com>
1570
1571         * Makefile.in: Rebuilt.
1572         * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
1573         solaris-threads.h.
1574
1575 1999-04-09  Tom Tromey  <tromey@cygnus.com>
1576
1577         * configure: Rebuilt.
1578         * configure.in: Use sparc_mach_dep.s when building on Solaris.
1579
1580 1999-02-23  Tom Tromey  <tromey@cygnus.com>
1581
1582         * configure: Rebuilt.
1583         * configure.in: For Linux, define _REENTRANT.  For Solaris, define
1584         SOLARIS_THREADS and _SOLARIS_PTHREADS.
1585
1586 1999-02-18  Tom Tromey  <tromey@cygnus.com>
1587
1588         * quick_threads.c (GC_push_all_stacks): Change order of arguments
1589         to GC_push_all_stacks depending on STACK_GROWS_DOWN define.  Check
1590         for case where LO is NULL.
1591
1592 1999-02-10  Tom Tromey  <tromey@cygnus.com>
1593
1594         * aclocal.m4, configure, Makefile.in: Rebuilt.
1595         * acinclude.m4: Updated to be used with automake 1.4.
1596         * configure.in: Renamed libgc to libgcjgc.  Updated to be used
1597         with automake 1.4.
1598         * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
1599         (libgcjgc_a_SOURCES): Likewise.
1600         (libgcjgc_a_LIBADD): Likewise.
1601         (libgcjgc_a_DEPENDENCIES): Likewise.
1602         (EXTRA_libgcjgc_a_SOURCES): Likewise.
1603         (gctest_LDADD): Likewise.
1604         (all_objs): Likewise.
1605
1606 1999-01-08  Tom Tromey  <tromey@cygnus.com>
1607
1608         * configure: Rebuilt.
1609         * configure.in: Define LINUX_THREADS if using POSIX threads on
1610         Linux.
1611
1612         * gc_priv.h (GC_test_and_set): Put return type into definition.
1613
1614 1998-11-24  Andrew Haley  <aph@viagra.cygnus.co.uk>
1615
1616         * Makefile.am: add support for eCos.  In particular, add C++
1617         support for compiling the file ecos.cc.
1618         * ecos.cc: new file.
1619         * acinclude.m4: add C++ support.
1620         * aclocal.m4: likewise
1621         * config.h: add eCos support.
1622         * configure: likewise
1623         * configure.in: likewise
1624         * misc.c (GC_write): add eCos support.
1625         * os_dep.c (tiny_sbrk): add eCos support.
1626
1627 Thu Dec 10 18:24:34 1998  Warren Levy  <warrenl@cygnus.com>
1628
1629         * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
1630         * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
1631
1632 1998-11-23  Tom Tromey  <tromey@cygnus.com>
1633
1634         * configure.host (boehm_gc_cflags): Don't add `-O2'.
1635
1636 1998-11-20  Andrew Haley  <aph@viagra.cygnus.co.uk>
1637
1638         * Makefile.am, Makefile.in, configure.host: tx39 build option
1639         "-G 0" added.
1640
1641 1998-11-17  Tom Tromey  <tromey@cygnus.com>
1642
1643         * configure: Rebuilt.
1644         * configure.in: Switch on host, not target.
1645
1646 1998-11-16  Tom Tromey  <tromey@cygnus.com>
1647
1648         * gc_priv.h (GC_debug_object_start): Declare.
1649         * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
1650         * gc.h (GC_debug_register_finalizer_no_order,
1651         GC_register_finalizer_no_order): Declare.
1652         (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
1653         * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
1654         (GC_debug_generic_malloc): Likewise.
1655         (GC_debug_object_start): new function.
1656
1657 1998-11-11  Tom Tromey  <tromey@cygnus.com>
1658
1659         * configure: Rebuilt.
1660         * configure.in: Recognize --enable-java-gc, not --enable-gc.
1661
1662 Tue Nov  3 18:01:12 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
1663
1664         * dyn_load.c: Handle QUICK_THREADS case.
1665
1666 1998-10-21  Tom Tromey  <tromey@cygnus.com>
1667
1668         * configure: Rebuilt.
1669         * configure.in: Put cpp defines here, not in config.h.  Recognize
1670         --enable-threads.  Set INCLUDES.  Create boehm-cflags file.  Don't
1671         define PACKAGE or VERSION.
1672         * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
1673         Don't define.
1674
1675         * os_dep.c (GC_default_push_other_roots): Define when
1676         QUICK_THREADS defined.
1677         * misc.c: Added QUICK_THREADS case.
1678         * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
1679         * config.h (THREADS): Define if QUICK_THREADS defined.
1680         * Makefile.in: Rebuilt.
1681         * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
1682         quick_threads.c.
1683         * quick_threads.c: New file.
1684
1685 1998-10-20  Tom Tromey  <tromey@cygnus.com>
1686
1687         * aclocal.m4, configure: Rebuilt.
1688         * acinclude.m4: Don't subst machine_dir or sys_dir.
1689         * configure.host: Removed unused code.
1690
1691 Sun Oct 11 08:18:02 1998  Anthony Green  <green@cygnus.com>
1692
1693         * configure: Rebuilt.
1694         * configure.in: Fix typo in previous patch.
1695
1696 Sun Oct 11 08:06:11 1998  Anthony Green  <green@cygnus.com>
1697
1698         * Makefile.in, aclocal.m4, configure: Rebuilt.
1699         * Makefile.am, acinclude.m4, configure.in: Add multilib support.
1700         * configure.host: Created.
1701
1702 Tue Sep  1 10:58:15 1998  Tom Tromey  <tromey@cygnus.com>
1703
1704         * Makefile.in: Rebuilt.
1705         * Makefile.am (lib_LIBRARIES): Use target_all.
1706         (EXTRA_LIBRARIES): New macro.
1707         * configure: Rebuilt.
1708         * configure.in: Recognize --enable-gc.
1709
1710 Thu Aug 13 10:52:45 1998  Tom Tromey  <tromey@cygnus.com>
1711
1712         * Makefile.in: Rebuilt.
1713         * Makefile.am (COMPILE): Define.
1714         (LINK): Likewise.
1715         (.s.o): Use MY_CFLAGS.
1716         * configure: Rebuilt.
1717         * configure.in (MY_CFLAGS): Define and subst.
1718
1719 Wed Aug 12 11:41:43 1998  Tom Tromey  <tromey@cygnus.com>
1720
1721         * configure: Rebuilt.
1722         * configure.in: Added --with-cross-host argument.  Use
1723         $with_cross_host to determine when cross-compiling.
1724
1725         * config.h (SMALL_CONFIG): Don't define.
1726         * configure: Rebuilt.
1727         * configure.in: Define SMALL_CONFIG when cross-compiling.
1728
1729 Tue Aug 11 11:41:25 1998  Tom Tromey  <tromey@cygnus.com>
1730
1731         * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
1732         allchblk.c: Merged with 4.13a2 while preserving local changes.
1733
1734         * Makefile.orig: Updated from Makefile in 4.13a2.
1735
1736         * configure: Rebuilt.
1737         * configure.in: Updated version number to 4.13a2.  On Solaris,
1738         don't build with -O when using gcc.
1739
1740         Merged in version 4.13alpha2:
1741         * config.h (USE_MMAP): Re-enable on Solaris.
1742         * solaris_pthreads.c: Removed RCS Id line.
1743         * alpha_mach_dep.s: Removed RCS Id line.
1744
1745 Wed Jul 22 15:38:12 1998  Tom Tromey  <tromey@cygnus.com>
1746
1747         * config.h (USE_MMAP): Don't define for Solaris.
1748
1749 Wed Jun 10 12:51:41 1998  Tom Tromey  <tromey@cygnus.com>
1750
1751         * Makefile.in: Rebuilt.
1752         * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
1753
1754         * Makefile.in: Rebuilt.
1755         * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
1756
1757 Thu May 14 15:32:58 1998  Tom Tromey  <tromey@cygnus.com>
1758
1759         * Makefile.in: Rebuilt.
1760         * Makefile.am ($(all_objs)): Depend on config.h.
1761
1762         * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
1763         DATASTART as &_etext.
1764         * misc.c (GC_init_inner): If STACKBASE defined, then use it.
1765         * configure: Rebuilt.
1766         * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
1767         tx39.
1768
1769 Tue May 12 13:15:45 1998  Tom Tromey  <tromey@cygnus.com>
1770
1771         * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
1772         (GC_maybe_gc): Likewise.
1773         * os_dep.c: If NO_SIGSET defined, then have empty
1774         GC_disable_signals and GC_enable_signals.
1775         * configure: Rebuilt.
1776         * configure.in: Added --with-target-subdir option.  If
1777         cross-compiling, define NO_SIGSET and NO_CLOCK.
1778
1779 Wed May  6 16:40:28 1998  Tom Tromey  <tromey@cygnus.com>
1780
1781         * Makefile.in: Rebuilt.
1782         * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
1783         (AS): Removed.
1784         * aclocal.m4, configure: Rebuilt.
1785         * acinclude.m4: New file.
1786         * configure.in: Don't run AM_EXEEXT.  Use LIB_AC_PROG_CC.
1787
1788 Thu Apr 30 14:51:12 1998  Tom Tromey  <tromey@cygnus.com>
1789
1790         * configure: Rebuilt.
1791         * configure.in: Link boehm-config.h to config.h.
1792         * Makefile.in: Rebuilt.
1793         * Makefile.am (INCLUDES): Removed.
1794         * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
1795         JAVA_FINALIZATION): Define
1796
1797 Wed Apr 29 11:03:14 1998  Tom Tromey  <tromey@cygnus.com>
1798
1799         * Many files: Use GC_bool, not bool.
1800         * gc_priv.h: Define GC_bool, not bool.
1801
1802         * misc.c (GC_dont_gc): Define as int.
1803         (GC_quiet): Likewise.
1804         * gc_priv.h (GC_never_stop_func): Declare as returning bool.
1805         * alloc.c (GC_dont_expand): Define as int.
1806         * gc_priv.h: For gcc, define bool as char.
1807
1808 Tue Apr 28 22:44:16 1998  Tom Tromey  <tromey@cygnus.com>
1809
1810         * Makefile.in: Rebuilt.
1811         * Makefile.am (check_PROGRAMS): New macro.
1812         (gctest_SOURCES): Likewise.
1813         (gctest_LDADD): Likewise.
1814
1815 Mon Apr 27 23:53:24 1998  Tom Tromey  <tromey@cygnus.com>
1816
1817         * Makefile.in: Rebuilt.
1818         * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
1819         * configure: Rebuilt.
1820         * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
1821
1822 Wed Apr 15 11:40:56 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
1823
1824         * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
1825         New files.
1826         * Makefile.orig: Renamed from Makefile.