OSDN Git Service

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