OSDN Git Service

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