OSDN Git Service

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