OSDN Git Service

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