OSDN Git Service

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