OSDN Git Service

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