OSDN Git Service

2004-08-15 Andreas Tobler <a.tobler@schweiz.ch>
[pf3gnuchains/gcc-fork.git] / boehm-gc / ChangeLog
1 2004-08-15  Andreas Tobler  <a.tobler@schweiz.ch>
2
3         PR target/14931
4         * powerpc_darwin_mach_dep.s (_GC_push_regs): Change to new stub style.
5
6 2004-08-13  Bryce McKinlay  <mckinlay@redhat.com>
7
8         * configure.ac (gc_cflags): Add -Iinclude.
9         (AC_CONFIG_HEADERS): New. Configure gc_config.h header.
10         Don't write DEFS to boehm-cflags file.
11         * configure: Rebuilt.
12         * gcj_mlc.c: Check #ifdef GC_GCJ_SUPPORT after including headers.
13         * specific.c: Check #ifdef GC_LINUX_THREADS after including headers.
14         * include/gc_config_macros.h: Remove backward-compatibility 
15         redefinitions of GC_ names.
16         * include/gc.h: Include <gc_config.h>.
17
18 2004-08-13  Bryce McKinlay  <mckinlay@redhat.com>
19
20         Import Boehm GC version 6.3.
21
22 2004-08-12  Kelley Cook  <kcook@gcc.gnu.org>
23
24         * include/Makefile.in: Regenerate
25
26 2004-07-06  Andrew Pinski  <apinski@apple.com>
27
28         * os-dep.c (GC_task_self): Declare as static
29         and remove the second declaration.
30
31 2004-06-20  Andreas Tobler  <a.tobler@schweiz.ch>
32
33         * Makefile.am: Add rule for .S files to fix bootstrap on
34         solaris and alpha.
35         * Makefile.in: Regenerate.
36
37 2004-06-16  Paolo Bonzini  <bonzini@gnu.org>
38
39         * boehm-gc/configure.ac: New name of configure.in.
40         Remove useless multilib stuff.  Change uses of
41         INCLUDES and CXXINCLUDES to AM_CPPFLAGS.
42         * boehm-gc/configure.in: New name of configure.in.
43         * boehm-gc/Makefile.am: Update for automake 1.8.5.
44         * boehm-gc/acinclude.m4: Include ../config/acx.m4.
45         * boehm-gc/aclocal.m4: Regenerate.
46         * boehm-gc/configure: Regenerate.
47         * boehm-gc/Makefile.in: Regenerate.
48
49 2004-06-15  Paolo Bonzini  <bonzini@gnu.org>
50
51         * .cvsignore: New file.
52
53 2004-04-25  Andreas Jaeger  <aj@suse.de>
54
55         * mark.c (GC_mark_from): Use pointer as prefetch argument.
56
57 2004-04-06  H.J. Lu  <hongjiu.lu@intel.com>
58
59         * include/private/gcconfig.h (PREFETCH): Use __builtin_prefetch
60         for gcc >= 3.0.
61         (PREFETCH_FOR_WRITE): Likewise.
62
63 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
64
65         * configure.ac: Bump AC_PREREQ to 2.59.
66         * configure: Regenerate.
67         * config.in: Regenerate.
68
69 2004-02-26  Nathanael Nerode  <neroden@gcc.gnu.org>
70
71         * ltconfig, ltmain.sh: Remove unused files.
72         * configure.in: Remove bogus extra early invocation of
73         AC_CONFIG_AUX_DIR.
74         * configure: Regenerate.
75         * mkinstalldirs, install-sh, config.sub, config.guess:
76         Remove (now) unused files.
77         * Makefile.in: Regenerate (losing references to vanished
78         files).
79
80         * configure.in: Add CCAS, CCASFLAGS for future automakes.
81         * configure, Makefile.in, include/Makefile.in: Regenerate.
82
83         * Makefile.am: Remove bogus duplicate setting of AM_CFLAGS.
84         * Makefile.in: Regenerate.
85
86         * configure.in: Remove bogus duplicate invocation of
87         AM_MAINTAINER_MODE.  Remove obsolete comment.
88         * configure: Regenerate.
89
90         * acinclude.m4: Remove GC_CONFIGURE macro; move contents
91         to configure.in.
92         * aclocal.m4: Regenerate.
93         * configure.in: Receive contents of GC_CONFIGURE macro.
94         * configure: Regenerate.
95
96         * configure.in: Remove more obsolete, bogus code.
97         * configure: Regenerate.
98
99         * acinclude.m4: Remove obsolete and bogus constructs.
100         * aclocal.m4: Regenerate.
101         * configure: Regnerate.
102
103 2004-02-23  Nathanael Nerode  <neroden@gcc.gnu.org>
104
105         * acinclude.m4: De-precious CC and CXX so that the right flags
106         are passed down to multilibs.
107         * aclocal.m4: Regenerate.
108         * configure: Regenerate.
109
110 2004-02-22  Zack Weinberg <zack@codesourcery.com>
111             Nathanael Nerode <neroden@twcny.rr.com>
112             Alexandre Oliva <aoliva@redhat.com>
113
114         * config.sub, config.guess: Replace with forwarding scripts
115         which invoke the master copies in the top level.
116
117 2004-02-23  Nathanael Nerode  <neroden@gcc.gnu.org>
118
119         * acinclude.m4: Remove old no-executables workaround;
120         add new no-executables workaround.
121         * aclocal.m4: Regenerate.
122         * configure.in: Change prereqs to autoconf 2.57.
123         * configure: Regenerate with autoconf 2.57.
124
125         * configure.in: Use NCN_TARGET_NONCANONICAL and friends.
126         * configure: Regenerate.
127         * Makefile.am: Use target_noncanonical variable from configure.
128         * Makefile.in: Regenerate.
129         * include/Makefile.in: Regenerate.
130
131 2004-02-20  Andrew Cagney  <cagney@redhat.com>
132
133         * config.guess: Update from version 2002-01-10 to 2004-02-16.
134         * config.sub: Update from version 2002-01-02 to 2004-02-16.
135
136 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
137
138         * acinclude.m4: Remove bogus duplicate call to AC_CANONICAL_BUILD.
139         * aclocal.m4: Rebuild.
140         * configure: Regenerate.
141
142         * acinclude.m4: Move certain code to configure.in.
143         * configure.in: Receive code from acinclude.m4.
144         * aclocal.m4: Rebuild.
145         * configure: Regenerate.
146
147         * Makefile.direct, alloc.c: Resync to upstream 6.3 alpha 1.
148
149 2004-01-20  Andrew Haley  <aph@redhat.com>
150
151         * include/private/gcconfig.h (USE_MMAP): Define for all Linux.
152
153         * configure.in: Comment change.
154
155 2004-01-16  Andrew Haley  <aph@redhat.com>
156
157         * configure.in (NO_EXECUTE_PERMISSION): Remove global declaration;
158         add for ia64; remove for MIPS.
159         * configure: Regnerated.
160
161 2004-01-14  Kelley Cook  <kcook@gcc.gnu.org>
162
163         * configure.in: Add in AC_PREREQ(2.13)
164
165 2004-01-07  Dave Jones <davej@redhat.com>
166
167         * malloc.c (GC_generic_malloc): Correct initialization typo.
168         * mallocx.c (GC_generic_malloc_ignore_off_page): Ditto.
169
170 2003-10-31  Richard Earnshaw  <rearnsha@arm.com>
171
172         * include/private/gcconfig.h: Re-install change of 2003-04-16.
173
174 2003-10-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
175
176         * mips_sgi_mach_dep.s: Use _ABIO32 instead of external
177         _MIPS_SIM_ABI32.
178
179 2003-10-18  Alan Modra  <amodra@bigpond.net.au>
180
181         * include/private/gcconfig.h (ALIGNMENT <powerpc linux>): Remove
182         unsure comment.
183
184 2003-10-03  Jeff Sturm  <jsturm@one-point.com>
185
186         * configure: Rebuild.
187
188 2003-10-03  Hans Boehm  <Hans.Boehm@hp.com>
189
190         * configure.in: Remove NO_GETENV definition for win32.
191         * mach_dep.c (GC_generic_push_regs): Prevent tail call optimization.
192         * misc.c (GC_init_inner): Call GC_thr_init for win32.
193           (GC_set_warn_proc): Add assertion.
194         * win32_threads.c: Import 6.3alpha2 version.
195         * include/private/gc_priv.h: Add support for EMPTY_GETENV_RESULTS.
196
197 2003-09-29  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
198
199         * configure.in: Remove wildcard from Solaris 8-9/Intel and Solaris
200         2.3/SPARC, there are no micro versions.
201         Treat Solaris 10 and up alike.
202         * configure: Regenerate.
203
204 2003-09-22  Anthony Green  <green@redhat.com>
205
206         * os_dep.c: Fix GC_get_stack_base build problem for vanilla elf
207         "NOSYS" targets.
208
209 2003-09-20    <green@redhat.com>
210
211         * include/private/gcconfig.h: Don't check for __XSCALE__.  Instead
212         check for __arm__ or __thumb__.
213
214 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
215
216         * configure: Regenerate.
217
218 2003-08-07  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
219             Roger Sayle <roger@eyesopen.com>
220
221         * configure.in: Set INCLUDES to absolute path.
222         Save $INCLUDES in boehm-cflags, too.
223         Set INCLUDES so it's available to config.status.
224         * configure: Regenerate.
225
226 2003-07-31  Danny Smith  <dannysmith@users.sourceforge.net>
227
228         * include/gc.h (GC_CreateThread): Declare with WINAPI
229         attribute.
230         * win32_threads.c (GC_CreateThread): Make definitions consistent
231         with declaration.  Cast &thread_table[i].handle to PHANDLE
232         in call to DuplicateHandle
233         (thread_start): Declare as static.
234
235 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
236
237         * dyn_load.c: Define __private_extern__ to match Apple's system
238         header.
239
240 2003-07-28  Loren J. Rittle  <ljrittle@acm.org>
241
242         * os_dep.c: Remove redundancy introduced in last merge.
243
244 2003-07-28  Jeff Sturm  <jsturm@one-point.com>
245
246         Import GC 6.3alpha1.
247         * BCC_MAKEFILE: Merge with GC 6.3alpha1 release.
248         * ChangeLog: Likewise.
249         * Makefile.am: Likewise.
250         * Makefile.direct: Likewise.
251         * Makefile.dj: Likewise.
252         * allchblk.c: Likewise.
253         * alloc.c: Likewise.
254         * backgraph.c: Likewise.
255         * configure.host: Likewise.
256         * configure.in: Likewise.
257         * dbg_mlc.c: Likewise.
258         * dyn_load.c: Likewise.
259         * finalize.c: Likewise.
260         * gc_cpp.cc: Likewise.
261         * gc_dlopen.c: Likewise.
262         * gcj_mlc.c: Likewise.
263         * if_mach.c: Likewise.
264         * mach_dep.c: Likewise.
265         * malloc.c: Likewise.
266         * mallocx.c: Likewise.
267         * mark.c: Likewise.
268         * mark_rts.c: Likewise.
269         * misc.c: Likewise.
270         * os_dep.c: Likewise.
271         * ptr_chck.c: Likewise.
272         * reclaim.c: Likewise.
273         * solaris_pthreads.c: Likewise.
274         * solaris_threads.c: Likewise.
275         * sparc_mach_dep.S: Likewise.
276         * threadlibs.c: Likewise.
277         * typd_mlc.c: Likewise.
278         * version.h: Likewise.
279         * win32_threads.c: Likewise.
280         * Mac_files/MacOS_Test_config.h: Likewise.
281         * Mac_files/MacOS_config.h: Likewise.
282         * cord/cordbscs.c: Likewise.
283         * cord/cordprnt.c: Likewise.
284         * cord/de_win.c: Likewise.
285         * doc/README: Likewise.
286         * doc/README.MacOSX: Likewise.
287         * doc/README.changes: Likewise.
288         * doc/README.environment: Likewise.
289         * doc/README.ews4800: Likewise.
290         * doc/README.linux: Likewise.
291         * doc/README.macros: Likewise.
292         * doc/README.win32: Likewise.
293         * doc/debugging.html: Likewise.
294         * doc/gcdescr.html: Likewise.
295         * doc/tree.html: Likewise.
296         * include/Makefile.in: Likewise.
297         * include/gc.h: Likewise.
298         * include/gc_cpp.h: Likewise.
299         * include/gc_local_alloc.h: Likewise.
300         * include/gc_mark.h: Likewise.
301         * include/gc_pthread_redirects.h: Likewise.
302         * include/gc_typed.h: Likewise.
303         * include/new_gc_alloc.h: Likewise.
304         * include/private/dbg_mlc.h: Likewise.
305         * include/private/gc_hdrs.h: Likewise.
306         * include/private/gc_locks.h: Likewise.
307         * include/private/gc_pmark.h: Likewise.
308         * include/private/gc_priv.h: Likewise.
309         * include/private/gcconfig.h: Likewise.
310         * include/private/solaris_threads.h: Likewise.
311         * include/private/specific.h: Likewise.
312         * tests/test.c: Likewise.
313         * tests/test_cpp.cc: Likewise.
314
315         * configure: Rebuild.
316         * Makefile.in: Rebuild.
317
318         * mips_sgi_mach_dep.s: Add.
319
320         * alpha_mach_dep.s: Remove.
321         * irix_threads.c: Remove.
322         * linux_threads.c: Remove.
323         * mips_sgi_mach_dep.S: Remove.
324         * missing: Remove.
325         * powerpc_macosx_mach_dep.s: Remove.
326         * doc/Makefile.am: Remove.
327         * doc/Makefile.in: Remove.
328
329 2003-07-25  Roger Sayle  <roger@eyesopen.com>
330
331         * configure.host: Only use +ESdbgasm when using the HPUX native
332         compiler on PA-Risc.  It isn't recognized by GCC and is silently
333         ignored by HP's compilers on ia64.
334
335 2003-04-28  Mohan Embar  <gnustuff@thisiscool.com>
336
337         * configure.in: define GC_DLL under mingw if --enable-shared
338         * configure: rebuilt
339         * win32_threads.c: add #ifdef GC_DLL around DllMain
340
341 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
342
343         * include/private/gcconfig.h: Add support for arm-netbsdelf.
344
345 2003-04-09  Tom Tromey  <tromey@redhat.com>
346
347         * include/private/gcconfig.h (LINUX_STACKBOTTOM): Define for
348         POWERPC.
349         (STACK_GRAN, HEURISTIC1): Don't define for POWERPC.
350
351 2003-03-22  Richard Henderson  <rth@redhat.com>
352
353         * include/private/gc_locks.h [IA64]: Include ia64intrin.h.
354         (GC_test_and_set): Use __sync_lock_test_and_set.
355         (GC_clear): Use volatile assignment.
356         (GC_compare_and_exchange): Use __sync_bool_compare_and_swap.
357         (GC_memory_write_barrier): Use __sync_synchronize.
358
359 2003-03-12  Andreas Schwab  <schwab@suse.de>
360
361         * configure.in: Avoid trailing /. in toolexeclibdir.
362         * configure: Rebuilt.
363
364 2003-03-04  Hans Boehm <Hans.Boehm@hp.com>
365         * include/private/gcconfig.h (GC_data_start): declare when needed.
366         * include/private/gc_priv.h: Include gcconfig.h after ptr_t
367         declaration.
368         * dyn_load.c (GC_register_dynamic_libraries_dl_iterate_phdr,
369         GC_register_dynlib_callback): Register main data for static
370         executable if dl_iterate_phdr() didn't.
371         * misc.c (GC_init_inner): Call GC_init_linux_data_start() even
372         if we don't expect to register main static data.
373
374 2003-03-03  Hans Boehm  <Hans.Boehm@hp.com>
375         * mark_rts.c (GC_cond_register_dynamic_libraries): add.
376         (GC_push_roots): explicitly mark free list headers, register
377         dynamic libraries only if !REGISTER_LIBRARIES_EARLY.
378         * alloc.c (GC_stopped_mark): Conditionally call
379         GC_cond_register_dynamic_libraries().
380         (GC_collect_a_little_inner, GC_try_to_collect_inner): Check GC_dont_gc.
381         * dyn_load.c (GC_register_main_static_data): define.
382         (GC_register_dyn_libraries (Linux /proc, Linux ELF versions)):
383         no longer skip main data.
384         * misc.c (GC_REGISTER_MAIN_STATIC_DATA): define.
385         (GC_init_inner): Make main data registration conditional.
386         * include/private/gc_priv.h (GC_register_main_static_data): declare.
387         * include/private/gcconfig.h (REGISTER_LIBRARIES_EARLY): define
388         for LINUX.
389
390 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
391
392         * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
393         config.status.
394         * configure: Rebuilt.
395
396 2003-02-11  Andreas Tobler  <a.tobler@schweiz.ch>
397
398         * include/private/gcconfig.h: undefine MPROTECT_VDB for MACOSX
399
400 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
401
402         * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
403         Remove USE_LIBDIR conditional.
404         * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
405         * Makefile.in, configure: Rebuilt.
406
407 2002-12-31  Tom Tromey  <tromey@redhat.com>
408
409         For PR libgcj/8933:
410         * include/Makefile.in: Rebuilt.
411         * include/Makefile.am (noinst_HEADERS): Renamed from
412         include_HEADERS.
413
414 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
415
416         * ltconfig (osf[345]): Append $major to soname_spec.
417         Reflect this in library_names_spec.
418         * ltmain.sh (osf): Prefix $major with . for use as extension.
419
420 2002-10-02  Andreas Jaeger  <aj@suse.de>
421
422         * include/private/gcconfig.h (HBLKSIZE): Define for x86-64.
423
424 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
425
426         * include/private/gcconfig.h: Don't check for __XSCALE__.  Instead
427         check for __arm__ or __thumb__.
428
429 2002-09-27  Ulrich Weigand  <uweigand@de.ibm.com>
430
431         * include/private/gcconfig: Add machine type S390.  Add s390x support.
432         * include/private/gc_locks.h (GC_test_and_set): Implement for s390.
433         (GC_compare_and_exchange): Likewise.
434
435 2002-09-24  Jason Thorpe  <thorpej@wasabisystems.com>
436
437         * include/private/gcconfig.h: Fix NetBSD/mips parameters.
438
439 2002-08-23  Adam Megacz <adam@xwt.org>
440
441         * win32_threads.cc: Removed extraneous ABORT()
442
443 2002-09-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
444
445         * Makefile.am (all-multi): Fix multilib parallel build.
446
447 2002-07-18  Bo Thorsen  <bo@suse.de>
448
449         * include/private/gcconfig.h: Add x86-64 definitions.
450         * os_dep.c: Add x86-64 support.
451         * configure.in: Likewise.
452         * configure: Regenerate.
453
454 2002-07-18  H.J. Lu <hjl@gnu.org>
455
456         * mach_dep.c (GC_push_regs): Remove the unused Linux/mips code.
457
458 2002-07-18  H.J. Lu  (hjl@gnu.org)
459
460         * configure.in (machdep): Don't add mips_sgi_mach_dep.lo for
461         Linux/mips.
462
463 2002-06-28  Hans Boehm <Hans_Boehm@hp.com>
464             Jonathan Clark
465
466         * win32_threads.c (GC_push_all_stacks): Tolerate bad sp.
467
468 2002-06-09  H.J. Lu  (hjl@gnu.org)
469
470         * include/private/gc_locks.h (GC_test_and_set): Support
471         Linux/mips.
472         (GC_TEST_AND_SET_DEFINED): Likewise.
473
474         * include/private/gcconfig.h (DYNAMIC_LOADING): Defined for
475         Linux/mips.
476         (DATAEND): Likewise.
477         (LINUX_STACKBOTTOM): Likewise.
478         (STACKBOTTOM): Removed for Linux/mips.
479
480 Sun May 19 11:32:03 2002  Mark P Mitchell  <mark@codesourcery.com>
481
482         * irix_threads.cc (GC_pthread_detach): Do not use REAL_FUNC.
483         (GC_pthread_create): Fix typo.
484         (GC_TRY_LOCK): Likewise.
485         * include/private/gc_locks.h (GC_test_and_set): Only take one
486         one argument.
487         (LOCK): Adjust appropriately.
488         * include/private/gc_priv.h (SIG_SUSPEND): Use SIGRTMIN if
489         _SIGRTMIN is unavailable.
490
491 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
492
493         * acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
494         * aclocal.m4: Regenerate.
495         * configure: Regenerate.
496
497 2002-05-08  Alexandre Oliva  <aoliva@redhat.com>
498
499         * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
500         script entry, and set LD to it when configuring multilibs.
501         * configure: Rebuilt.
502
503 2002-04-22  Jeff Sturm  <jsturm@one-point.com>
504
505         * Makefile.am (toolexeclib_LTLIBRARIES): Remove.
506         (noinst_LTLIBRARIES): Add libgcjgc.la.
507
508         * Makefile.in: Rebuild.
509
510 2002-04-22  David S. Miller  <davem@redhat.com>
511
512         * include/private/gcconfig.h: Hard-code STACKBOTTOM on
513         64-bit SPARC Linux, the __libc_stack_end technique does
514         not work in this case.
515
516 2002-04-22  Jeff Sturm  <jsturm@one-point.com>
517
518         * gcconfig.h: Enable DYNAMIC_LOADING for all sparc-solaris ABIs.
519
520 2002-04-17  Hans Boehm  <Hans_Boehm@hp.com>
521
522         * include/private/gcconfig.h: Use LINUX_STACKBOTTOM for
523         SPARC Linux.
524
525 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
526
527         * include/private/gcconfig.h (DATAEND): Update comment example
528         to match reality.
529
530 2002-04-08  Loren J. Rittle  <ljrittle@acm.org>
531
532         * include/private/gcconfig.h (DATAEND): Clarify comment.
533
534 2002-04-08  Hans Boehm  <Hans_Boehm@hp.com>
535
536         * include/private/gc_priv.h (WARN macro): Add "GC warning:" prefix.
537         (GC_large_alloc_warn_interval, GC_large_alloc_warn_suppressed):
538         declare.
539         * allchblk.c (GC_allchblk_nth): Change text and support reduced
540         frequency for blacklist warning message.
541         * misc.c (GC_large_alloc_warn_interval,
542         GC_large_alloc_warn_suppressed): define.
543         (GC_init_inner): Check GC_NO_BLACKLIST_WARNING and
544         GC_LARGE_ALLOC_WARN_INTERVAL environment variables.
545         * doc/README.environment (GC_NO_BLACKLIST_WARNING): Deprecate.
546         (GC_LARGE_ALLOC_WARN_INTERVAL): Add documentation.
547
548         * dyn_load.c (_DYNAMIC): Move declaration to file scope.
549
550 2002-04-04  Loren J. Rittle  <ljrittle@acm.org>
551
552         * include/private/gcconfig.h: Add support for an unmapped
553         memory hole between the end of the initialized data segment
554         and the start of the BSS on FreeBSD/i386.
555
556 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
557
558         * include/private/gcconfig.h: define DYNAMIC_LOADING for ELF
559         NetBSD/i386.
560
561 2002-03-29  Hans Boehm  <Hans_Boehm@hp.com>
562
563         * linux_threads.c (return_free_lists): Clear fl[i] unconditionally.
564         (GC_local_gcj_malloc): Add assertion.
565         (start_mark_threads): Fix abort message.
566         * mark.c (GC_mark_from): Generalize assertion.
567         * reclaim.c (GC_clear_fl_links): New function.
568         (GC_start_reclaim): Must clear some freelist links.
569         * include/private/specific.h, specific.c: Add assertions.
570         Safer definition for INVALID_QTID, quick_thread_id.  Fix/add comments.
571         Rearrange tse fields.
572
573 2002-03-27  Richard Henderson  <rth@redhat.com>
574
575         * os_dep.c (GC_init_linux_data_start): Fix references to
576         __data_start and _end.
577
578 2002-03-25  Loren J. Rittle  <ljrittle@acm.org>
579
580         * include/private/gcconfig.h: Change all likely references
581         to linker script synthesized symbols to use this idiom:
582         extern int etext[]; etext
583
584 2002-03-25  Jeff Sturm  <jsturm@one-point.com>
585
586         * linux_threads.c (GC_get_nprocs): Close file descriptor.
587
588 2002-03-21  Loren J. Rittle  <ljrittle@acm.org>
589
590         * include/private/gcconfig.h: Add unified test for FreeBSD.
591         Support FreeBSD/alpha.
592         * os_dep.c: Do not include <machine/trap.h> unless available.
593         (GC_freebsd_stack_base): Fix types.
594
595 2002-03-17  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
596
597         * Makefile.am: Make a convenience library.
598         * Makefile.in: Rebuilt.
599
600 2002-03-15  Anthony Green  <green@redhat.com>
601
602         * misc.c (GC_init_inner): Initialize GC_write_cs before use.
603         * configure.in: Disable use of getenv for win32 targets (some of
604         which have broken implementations).
605         * configure: Rebuilt.
606
607 2002-03-12  Adam Megacz  <adam@xwt.org>
608
609         * dyn_load.c: Renamed GC_win32s to GC_no_win32_dlls.
610         * misc.c: Renamed GC_is_win32s() to GC_no_win32_dlls
611         * os_dep.c: Renamed GC_win32s to GC_no_win32_dlls and
612         statically initialized it to TRUE if compiling with GCC.
613         * win32_threads.c (thread_start): We no longer use SEH if
614         compiling with GCC.
615         * mark.c (GC_mark_some): We no longer use SEH if
616         compiling with GCC.
617
618 2002-03-09  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
619
620         * include/gc_priv.h: Define ALIGN_DOUBLE on 32 bit targets if GCJ
621         support is enabled, for hash synchronization.
622
623 2002-02-24  Adam Megacz  <adam@xwt.org>
624
625         * Makefile.am: Added win32_threads.c to sources list.
626         * win32_threads.c: Added two */'s which I had neglected.
627
628 2002-02-20  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
629
630         * Makefile.am: Re-add SUBDIRS parameter which was lost in merge.
631         * Makefile.in: Rebuilt.
632
633 2002-02-13  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
634
635         * dbg_mlc.c (GC_debug_generic_malloc): Removed.
636
637         * sparc_mach_dep.S: Rename from sparc_mach_dep.s as it is a
638         preprocessor file.
639         * mips_sgi_mach_dep.S: Likewise.
640         * Makefile.am: Update for above changes.
641         * Makefile.in: Rebuilt.
642
643 2002-02-12  Richard Henderson  <rth@redhat.com>
644
645         * configure.in: Re-apply 2001-06-26 configure change.
646         * configure: Rebuild.
647
648 2002-02-12  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
649
650         Imported GC 6.1 Alpha 3.
651
652         * sparc_mach_dep.S: Delete incorrectly named file.
653
654 2001-02-11  Adam Megacz <adam@xwt.org
655
656         * configure.in: support for win32, saner
657         cross-compile options
658
659 2001-02-08  Anthony Green  <green@redhat.com>
660
661         * include/private/gcconfig.h: Add XSCALE NOSYS support for bare
662           board embedded targets.
663         * os_dep.c: Avoid signal handling code for NOSYS/ECOS targets.
664           Use GC_get_stack_base for NOSYS/ECOS targets.  Clean up some
665           redundant uses of ECOS.
666         * misc.c: Use NOSYS where ECOS is being used.
667           Don't define GC_write twice for ECOS systems.
668           (GC_write): New function for NOSYS targets.
669
670 2002-02-06  Adam Megacz <adam@xwt.org>
671
672         * boehm-gc/include/gc.h: (GC_CreateThread) This function is
673         now exposed on all Win32 platforms.
674         * boehm-gc/win32_threads.c: (GC_CreateThread) This now
675         compiles on Win32; it invokes CreateThread() if GC is built
676         as a DLL; otherwise it registers the thread.
677         * boehm-gc/misc.c (GC_init): Initialize GC_allocate_ml in case
678         libgcjgc was not built as a DLL.
679
680 2002-02-01  Adam Megacz <adam@xwt.org>
681
682         * boehm-gc on win32 now automatically detects if it is being built
683         as a DLL; see http://gcc.gnu.org/ml/java/2001-12/msg00240.html
684
685 2002-01-25  David Edelsohn  <edelsohn@gnu.org>
686
687         * include/gc.h (GC_INIT): Add DATASTART and DATAEND roots on AIX.
688         * include/private/gcconfig.h (RS6000): Add 64-bit AIX support.
689         Define USE_GENERIC_PUSH_REGS.  Use AIX _data and _end symbols for
690         DATASTART and DATAEND roots.
691         * rs6000_mach_dep.s: Add function descriptor and traceback table.
692
693 2001-12-16  Jeff Sturm  <jsturm@one-point.com>
694
695         * dyn_load.c: Define ElfW (if needed) for all targets,
696         not just GNU/Linux.
697         (GC_FirstDLOpenedLinkMap): Use it.
698         (GC_register_dynamic_libraries_dl): Use it.
699         * include/private/gcconfig.h: Define CPP_WORDSZ, ELF_CLASS
700         for sparcv9.
701
702 2001-12-16  Craig Rodrigues  <rodrigc@gcc.gnu.org>
703
704         PR other/3725
705         * configure.in: Add AC_SUBST(target_alias).
706         * configure: Regenerated.
707
708 2001-11-26  Loren J. Rittle  <ljrittle@acm.org>
709
710         * linux_threads.c (WRAP_FUNC(pthread_join)): Remove special
711         case for GC_FREEBSD_THREADS.
712         * configure.in (*-*-freebsd*): Clarify warning.
713         * configure: Rebuilt.
714
715 2001-10-23  Loren J. Rittle  <ljrittle@acm.org>
716             Andreas Tobler <toa@pop.agri.ch>
717
718         * include/private/solaris_threads.h: Update to use GC_SOLARIS_THREADS.
719
720 2001-10-22  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
721
722         * linux_threads.c (GC_init_parallel): Do not declare as a static
723         constructor.
724         * include/gc.h (GC_init): Declare here. Add description.
725         * include/private/gc_priv.h (GC_init): Remove declaration.
726
727 2001-10-16  Loren J. Rittle  <ljrittle@acm.org>
728
729         * include/gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.
730         * linux_threads.c (WRAP_FUNC(pthread_join)): Conditionalized on
731         GC_FREEBSD_THREADS, handle strange interaction between system
732         pthread implementation and boehm-gc signal-handler architecture.
733         * tests/test.c (main): Conditionalized on GC_FREEBSD_THREADS,
734         set stack.
735         * include/private/gcconfig.h (configuration keyed off FREEBSD):
736         Define SIG_SUSPEND, SIG_THR_RESTART.  Do not define
737         MPROTECT_VDB when GC_FREEBSD_THREADS is defined.
738
739 2001-10-16  Loren J. Rittle  <ljrittle@acm.org>
740
741         * Makefile.am (test.o): Find tests/test.c in $(srcdir).
742         * Makefile.in: Rebuilt.
743
744 2001-10-16  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
745
746         * Makefile.am, acinclude.m4, configure.in: Imported GC 6.1 Alpha 1 and
747         merged local changes.
748
749 2001-09-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
750
751         * solaris_threads.c (MAX_ORIG_STACK_SIZE) [I386]: Provide special
752         Solaris 2/Intel definition.
753
754         * configure.in (i?86-*-solaris2.[89]*): Define
755         SOLARIS25_PROC_VDB_BUG_FIXED.
756         * include/private/gcconfig.h [I386 && SUNOS5]: Use it.
757         * configure: Regenerate.
758
759         * include/private/gcconfig.h [I386 && SUNOS5] (DATASTART): Use _etext.
760         (DATAEND): Define using _end.
761
762 2001-09-11  Per Bothner  <per@bothner.com>
763
764         * include/Makefile.am:  New file.  It defines include_HEADERS.
765         * Makefile.am (SUBDIRS):  New macro, set to include.
766         * configure.in (AC_OUTPUT):  Add include/Makefile.
767
768 2001-08-20  Tom Tromey  <tromey@redhat.com>
769
770         * configure: Rebuilt.
771         * configure.in: Always ask gcc for threads package.
772
773 2001-08-17  Tom Tromey  <tromey@redhat.com>
774
775         * Makefile.am, acinclude.m4, configure.in: Imported GC 6.0 and
776         merged local changes.
777
778 2001-08-02  David Billinghurst <David.Billinghurst>
779
780         * configure: Rebuilt.
781         * configure.in:  POSIX threads on cygwin does not link with
782         -lpthreads.
783
784 2001-07-03  Tom Tromey  <tromey@redhat.com>
785
786         Fix for PR bootstrap/3281:
787         * aclocal.m4, configure, Makefile.in: Rebuilt.
788         * acinclude.m4: Set mkinstalldirs for in-tree build.
789
790 2001-06-26  Richard Henderson  <rth@redhat.com>
791
792         * alpha_mach_dep.s: Mark call-saved FP registers.
793         * include/private/gcconfig.h (ALPHA): Remove USE_GENERIC_PUSH_REGS.
794         * configure.in (alpha*): Re-enable alpha_mach_dep.s
795         * configure: Rebuild.
796
797 2001-06-12  Tom Tromey  <tromey@redhat.com>
798
799         * aclocal.m4, configure: Rebuilt.
800         * acinclude.m4: Find configure.host in srcdir.
801
802 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>, Stephen L Moshier  <moshier@mediaone.net>
803
804         * configure.in (AC_EXEEXT): Work around in case it expands to
805         nothing, as in autoconf 2.50.
806         * acinclude.m4: Likewise.
807         * aclocal.m4, configure: Rebuilt.
808
809 2001-06-07  Tom Tromey  <tromey@redhat.com>
810
811         For PR bootstrap/3075:
812         * configure, aclocal.m4, Makefile.in: Rebuilt.
813         * configure.in: Don't call AC_CONFIG_AUX_DIR or
814         AC_CANONICAL_SYSTEM.
815         * acinclude.m4 (BOEHM_CONFIGURE): Call AC_CONFIG_AUX_DIR and
816         AC_CANONICAL_SYSTEM here.
817         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not
818         boehm_gc_basedir.
819
820 2001-05-24  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
821
822         * Makefile.am: Override gctest_OBJECTS so tests/test.c can be built.
823         (libgcjgc_la_SOURCES): Remove typo.
824         * tests/test.c: Fix struct names and includes for GC_GCJ_SUPPORT case.
825         * Makefile.in: Rebuilt.
826
827 2001-05-21  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
828
829         Imported version version 6.0alpha7.
830
831         * README, README.Mac, README.OS2, README.QUICK, README.alpha,
832         README.amiga, README.debugging, README.dj, README.hp, README.linux,
833         README.rs6000, README.sgi, README.solaris2, README.uts,
834         README.win32, SCoptions.amiga, backptr.h, barrett_diagram,
835         dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h,
836         gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h,
837         hpux_irix_threads.c, makefile.depend, nursery.c,
838         solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README,
839         cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h,
840         cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h,
841         include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved
842         files.
843
844 2001-05-19  Hans Boehm  <hans_boehm@hp.com>
845
846         * configure.host: Build with -fexceptions.
847         * linux_threads.c: Remember which thread stopped world for
848
849 2001-05-04  Loren J. Rittle  <ljrittle@acm.org>
850             with final tuning by Bryce McKinlay
851
852         * configure.in: Add support for --enable-threads=posix on FreeBSD.
853         * configure: Rebuilt.
854
855 2001-05-01  Jeffrey Oldham  <oldham@codesourcery.com>
856
857         * gc_priv.h (UNLOCK): Change type of GC_noop1 argument.
858         (GC_noop1): Change declaration to take one argument.
859
860 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
861
862         * configure.in: Obtain THREADS with `gcc -v'.
863         * configure: Rebuilt.
864
865 2001-04-05  Hans Boehm  <hans_boehm@hp.com>
866
867         * misc.c: Back out buggy changes to stack clearing code.
868         Reduce CLEAR_SIZE to 1/4 of original value to reduce time
869         spent clearing memory.
870
871 2001-04-04  Hans Boehm  <hans_boehm@hp.com>
872
873         * finalize.c:
874         - Accomodate finalization requests for static objects.
875           (Will be required by hash synchronization.  May be needed
876           in some configurations now.)
877
878         * gc_priv.h:
879         - Define MIN_WORDS.  All allocation requests are rounded
880           up to at least this size.  Removes a subtle assumption that
881           Java objects have a 2 word header.
882
883         * gcconfig.h:
884         - Adjust Linux/IA64 configuration for non-ancient kernels.
885           (Necessary fix for IA64.)
886
887         * linux_threads.c:
888         - Fix syntax error in currently unused code.  Will be needed
889           for Linux/PA-RISC.
890
891         * malloc.c:
892         - Handle MIN_WORDS.
893
894         * misc.c:
895         - Handle MIN_WORDS.
896         - Change stack cleaning code to typically clear about one tenth
897           the memory it used to in the threads configuration.  Occasionally
898           still clear more.  (This is really a fix for a long-standing
899           and fairly significant performance bug with threads.)
900
901         * os_dep.c:
902         - Fix the code for finding the beginning of the data segment under
903           Linux.  I believe this is necessary for some IA64 Linux
904           distributions.  It will also helo other platforms, though those
905           may additionally require a gcconfig.h adjustment.  (This basically
906           works around the absence of a data_start or __data_start
907           definition in glibc.)
908
909         * test.c:
910         - Handle rounding due to MIN_WORDS.
911
912 2001-03-22  Tom Tromey  <tromey@redhat.com>
913
914         * Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.
915
916 2001-03-19  Tom Tromey  <tromey@redhat.com>
917
918         * Makefile.in: Rebuilt.
919         * Makefile.am (gctest_LDFLAGS): new macro.
920
921 2001-03-16  Tom Tromey  <tromey@redhat.com>
922
923         * Makefile.in: Rebuilt.
924         * Makefile.am (TESTS_ENVIRONMENT): New macro.
925
926 2001-01-23  Rod Stewart <stewart@lab43.org>
927
928         * gcconfig.h: Check for `__arm__', not `arm'.
929
930 2000-12-30  Bryce McKinlay  <bryce@albatross.co.nz>
931
932         * configure.in: Rename THREADLIB to THREADLIBS.
933         * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This
934         ensures that we link the correct version of the linuxthreads semaphore
935         functions.
936         * Makefile.in: Rebuilt.
937         * configure: Rebuilt.
938
939         * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the
940         list of signals which are not blocked during suspend in the NO_SIGNALS
941         case.
942
943 2000-12-23  Hans Boehm  <Hans_Boehm@hp.com>
944
945         * gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.
946
947 2000-12-15  Bryce McKinlay  <bryce@albatross.co.nz>
948
949         * Makefile.dist: Renamed from Makefile.orig.
950
951 2000-12-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
952
953         * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
954         * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and
955         set accordingly.
956         * Makefile.in: Rebuilt.
957         * configure: Likewise.
958
959 2000-12-10  Geoffrey Keating  <geoffk@redhat.com>
960
961         * gcconfig.h: Add new case for powerpc EABI.
962         [PPC]: Handle embedded OS for powerpc simulator.
963
964 2000-09-30  Bryce McKinlay  <bryce@albatross.co.nz>
965
966         * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in
967         cross-compile configuration only.
968         * Makefile.am: Build gcj_mlc.c.
969         * configure, Makefile.in: Rebuilt.
970
971 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
972
973         * acinclude.m4: Include libtool macros from the top level.
974         * aclocal.m4, configure: Rebuilt.
975
976 2000-09-04  Anthony Green  <green@redhat.com>
977
978         Fix for PR libgcj/230:
979         * mark.c (GC_mark_from_mark_stack): Remove call to
980         GC_debug_object_start.
981         * gc_priv.h (GC_debug_object_start): Remove prototype.
982
983 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
984
985         * gcconfig.h [OSF1] (_end): Declare as `int'.
986
987 2000-08-02  Tom Tromey  <tromey@cygnus.com>
988
989         * gc_priv.h (GC_generic_malloc_inner): Prototype.
990         (GC_generic_malloc): Likewise.
991         (GC_add_to_black_list_normal): Likewise.
992         (GC_find_header): Likewise.
993         (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
994         * gc_mark.h (GC_find_start): Prototype.
995         (GC_signal_mark_stack_overflow): Likewise.
996
997 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
998
999         * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
1000         * configure: Rebuilt.
1001
1002         * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
1003
1004 2000-06-20  Bryce McKinlay  <bryce@albatross.co.nz>
1005
1006         Imported version 5.1.
1007         * acinclude.m4: Push version to 5.1.
1008
1009 2000-06-19  Andrew Haley  <aph@cygnus.com>
1010
1011         * os_dep.c (read): Pass two dummy args to syscall().
1012
1013 2000-05-11  Bryce McKinlay  <bryce@albatross.co.nz>
1014
1015         Imported 5.0 release version.
1016         * acinclude.m4: Increment version to 5.0.
1017
1018 2000-05-07  Bryce McKinlay  <bryce@albatross.co.nz>
1019
1020         Imported version 5.0alpha7.
1021         * acinclude.m4: Update version to 5.0a7.
1022
1023 2000-04-26  Jakub Jelinek  <jakub@redhat.com>
1024
1025         * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
1026         (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
1027         - sparc glibc does not provide it.
1028         (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
1029         Make STACKBOTTOM depend on the wordsize.
1030         * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
1031         (struct frame): Declare on sparc*-linux*.
1032         (GC_save_callers): Bias the frame pointers if needed (sparc64).
1033         * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
1034         Implement on sparc64.
1035         (GC_clear_stack_inner): Implement on sparc64.
1036         * gc_priv.h (GC_test_and_set): Implement for sparc.
1037         * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
1038         GC_save_regs_in_stack on sparc.
1039
1040 2000-04-23  Tom Tromey  <tromey@cygnus.com>
1041
1042         * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
1043
1044 2000-04-19  Bryce McKinlay  <bryce@albatross.co.nz>
1045
1046         Imported version version 5.0alpha6.
1047         * acinclude.m4: Bump version to 5.0a6.
1048         * configure.in: Don't use alpha_mach_dep.s.
1049         * include/private/config.h, irix_threads.c gc_watcom.asm: Delete
1050         obsolete files.
1051         * Makefile.am, Makefile.in: irix_threads.c is now
1052         hpux_irix_threads.c.
1053         * Makefile.orig: Updated from gc distribution Makefile.
1054
1055 2000-03-26  Anthony Green  <green@redhat.com>
1056
1057         * misc.c (GC_enable): Always define GC_enable and GC_disable.
1058
1059 2000-02-14  Tom Tromey  <tromey@cygnus.com>
1060
1061         * gc.h (dlopen): Define as GC_dlopen on Linux.
1062         (GC_dlopen): Declare on Linux.
1063         * dyn_load.c (GC_dlopen): Define for Linux.
1064
1065 Fri Jan 28 17:13:20 2000  Anthony Green  <green@cygnus.com>
1066
1067         * gcconfig.h (DATASTART): Add missing extern declaration
1068         for data_start on powerpc.
1069
1070 1999-12-22  Bryce McKinlay  <bryce@albatross.co.nz>
1071
1072         * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
1073         NO_SIGNALS case.
1074
1075 1999-12-19  Jeff Sturm  <jsturm@sigma6.com>
1076
1077         * gcconfig.h: Define DATASTART for Alpha Linux.
1078
1079 1999-12-19  Anthony Green  <green@cygnus.com>
1080
1081         * gcconfig.h: Use libgcj hack for Alpha Linux.
1082         Undefine MPROTEXT_VDB (from Jeff Sturm).
1083         * os_dep.c: Remove Alpha Linux hacks.
1084         * misc.c: Ditto.
1085
1086 1999-12-13  Tom Tromey  <tromey@cygnus.com>
1087
1088         * aclocal.m4, configure: Rebuilt.
1089         * acinclude.m4: Changed version to 5.0a4.
1090         * Makefile.in: Rebuilt.
1091         * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
1092
1093 1999-12-12  Anthony Green  <green@cygnus.com>
1094
1095         * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
1096         Linux.
1097         (DYNAMIC_LOADING): Define for PowerPC Linux.
1098         * os_dep.c: Remove some special cases for PowerPC Linux.
1099         * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
1100         for PowerPC Linux.
1101
1102 1999-11-04  Tom Tromey  <tromey@cygnus.com>
1103
1104         * Makefile.in: Rebuilt.
1105         * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
1106
1107         * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
1108         (GC_thr_init): Don't declare.
1109
1110         * configure: Rebuilt.
1111         * configure.in: Removed qt threads case.
1112         * dyn_load.c: Don't mention QUICK_THREADS.
1113         * os_dep.c: Don't mention QUICK_THREADS.
1114         * misc.c: Don't mention QUICK_THREADS.
1115         * gcconfig.h: Don't mention QUICK_THREADS.
1116         * gc_priv.h: Removed QUICK_THREADS code.
1117         * quick_threads.c: Removed.
1118
1119 1999-11-03  Tom Tromey  <tromey@cygnus.com>
1120
1121         * gcconfig.h: Merged in local changes from old config.h.
1122
1123 1999-11-02  Bryce McKinlay  <bryce@albatross.co.nz>
1124
1125         * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
1126
1127 1999-11-02  Tom Tromey  <tromey@cygnus.com>
1128
1129         * quick_threads.c: Include gcconfig.h, not boehm-config.h.
1130
1131         * configure: Rebuilt.
1132         * configure.in: Don't create boehm-config.h.
1133         * Makefile.in: Rebuilt.
1134         * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
1135         config.h.
1136         ($(all_objs)): Depend on gcconfig.h.
1137         * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
1138         * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
1139         * config.h: Removed.
1140
1141 1999-11-01  Tom Tromey  <tromey@cygnus.com>
1142
1143         * Makefile.in: Rebuilt.
1144         * Makefile.am (gctest_LDADD): Added THREADLIB.
1145         (TESTS): New macro.
1146         * configure: Rebuilt.
1147         * configure.in (INCLUDES): New subst.
1148
1149 1999-09-29  Steve Chamberlain  <sac@pobox.com>
1150
1151         * config.h: Added picoJava target.
1152         * mach_dep.h (GC_push_regs):  New code for picoJava.
1153
1154 1999-09-28  Tom Tromey  <tromey@cygnus.com>
1155
1156         * aclocal.m4, configure: Rebuilt.
1157         * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
1158         appropriate AC_PROG_ symbol.
1159
1160 Tue Aug 10 00:08:29 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1161
1162         * gc_priv.h:  IRIX thread changes from
1163         include/private/gc_priv.h.
1164
1165 Mon Aug  9 18:33:38 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1166
1167         * Makefile.in: Rebuilt.
1168         * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
1169         builds.
1170
1171         * configure: Rebuilt.
1172         * configure.in: Properly align --help output, fix capitalization
1173         and punctuation.
1174         * acinclude.m4: Likewise.
1175
1176 1999-08-04  Tom Tromey  <tromey@cygnus.com>
1177
1178         * configure.in: Added missing `;;'.  From Anthony Green.
1179
1180 Mon Aug  2 23:09:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1181
1182         * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
1183
1184 1999-08-03  Tom Tromey  <tromey@cygnus.com>
1185
1186         * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
1187         Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
1188
1189 1999-08-02  Tom Tromey  <tromey@cygnus.com>
1190
1191         * aclocal.m4, configure: Rebuilt for new libtool.
1192
1193 1999-07-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
1194
1195         * mips_sgi_mach_dep.s: Enable PIC option.
1196
1197 1999-07-19  Tom Tromey  <tromey@cygnus.com>
1198
1199         * config.h (MPROTECT_VDB): Don't define on Linux.
1200
1201 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
1202
1203         * Makefile.am (.s.lo): Avoid `#line' directives.
1204         * Makefile.in: Rebuilt.
1205
1206 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
1207
1208         * Makefile.am (*-recursive, *-am, *-multi): Automake does not
1209         generate *-recursive for this Makefile, use *-am instead.
1210         * Makefile.in: Rebuilt.
1211
1212 1999-06-30  Alexandre Oliva  <oliva@dcc.unicamp.br>
1213
1214         * Makefile.am (.s.lo): Renamed from `.s.o'.
1215         * Makefile.in: Rebuilt.
1216
1217 1999-06-21  Tom Tromey  <tromey@cygnus.com>
1218
1219         Alpha patch from Jeff Sturm:
1220         * os_dep.c (GC_init_linuxalpha): New function.
1221         * misc.c: Initialize for alpha linux.
1222         * gc_priv.h (GC_test_and_set): Define for alpha.
1223         * config.h: Don't assume __data_start on alpha.
1224
1225         * Makefile.in: Rebuilt.
1226         * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
1227         -release.
1228
1229         * Makefile.in: Rebuilt.
1230         * Makefile.am (toolexeclibdir): Define as libdir when
1231         appropriate.
1232         * configure: Rebuilt.
1233         * configure.in (USE_LIBDIR): New conditional.
1234
1235         * configure: Rebuilt.
1236         * configure.in: Recognize all forms of alpha.
1237
1238 1999-06-17  Anthony Green  <green@cygnus.com>
1239
1240         * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
1241         Carlo Dapor <carlo@vis.ethz.ch>).
1242
1243 1999-05-05  Gilles Zunino  <Gilles.Zunino@hei.fr>
1244
1245         * configure.in: Switch from irix threads to posix threads
1246         Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
1247         for mips architecture.
1248         * configure: Regenerate.
1249
1250 1999-04-30  Tom Tromey  <tromey@cygnus.com>
1251
1252         * linux_threads.c: Don't reference __pthread_initial_thread_bos.
1253
1254 1999-04-26  Tom Tromey  <tromey@cygnus.com>
1255
1256         * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
1257         `weak'.
1258
1259 1999-04-23  Tom Tromey  <tromey@cygnus.com>
1260
1261         * Makefile.in, configure: Rebuilt.
1262         * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
1263         (libgcjgc_la_SOURCES): Renamed.
1264         (libgcjgc_la_LIBADD): Likewise.
1265         (libgcjgc_la_DEPENDENCIES): Likewise.
1266         (EXTRA_libgcjgc_la_SOURCES): Likewise.
1267         (gctest_LDADD): Use libgcjgc.la.
1268         (all_objs): Mention libgcj_la_OBJECTS.
1269         (EXTRA_LTLIBRARIES): Renamed.
1270         (toollib_LTLIBRARIES): Likewise.
1271         (libgcjgc_la_LDFLAGS): New macro
1272         (toolexecdir): Renamed.
1273         (toolexeclibdir): Likewise.
1274         (toolexeclib_LTLIBRARIES): Likewise.
1275         (LTCOMPILE): Renamed; added libtool invocation.
1276         (LINK): Added libtool invocation.
1277         (.s.o): use LTCOMPILE.
1278         * configure.in: Call AM_PROG_LIBTOOL.
1279         (target_all): Set to libgcjgc.la.
1280         Mention `.lo' forms of object files.
1281
1282 1999-04-21  Tom Tromey  <tromey@cygnus.com>
1283
1284         * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
1285         GC_stackbottom.
1286
1287         * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
1288         sigcontext.h.  From Matthias Klose <doko@itso.de>.
1289
1290 1999-04-16  Tom Tromey  <tromey@cygnus.com>
1291
1292         * config.h (__start): Declare as `int' in alpha/OSF1 case.  From
1293         David Pettersson <dapet@mai.liu.se>
1294
1295 1999-04-14  Tom Tromey  <tromey@cygnus.com>
1296
1297         * configure: Rebuilt.
1298         * configure.in: Don't use sparc_mach_dep.o for Solaris.  Reverts
1299         incorrect patch of 199-04-09.
1300
1301         * configure: Rebuilt.
1302         * configure.in: Added support for alpha.
1303         From David Pettersson <dapet@mai.liu.se>.
1304
1305 1999-04-13  Tom Tromey  <tromey@cygnus.com>
1306
1307         * Makefile.in: Rebuilt.
1308         * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
1309         solaris-threads.h.
1310
1311 1999-04-09  Tom Tromey  <tromey@cygnus.com>
1312
1313         * configure: Rebuilt.
1314         * configure.in: Use sparc_mach_dep.s when building on Solaris.
1315
1316 1999-02-23  Tom Tromey  <tromey@cygnus.com>
1317
1318         * configure: Rebuilt.
1319         * configure.in: For Linux, define _REENTRANT.  For Solaris, define
1320         SOLARIS_THREADS and _SOLARIS_PTHREADS.
1321
1322 1999-02-18  Tom Tromey  <tromey@cygnus.com>
1323
1324         * quick_threads.c (GC_push_all_stacks): Change order of arguments
1325         to GC_push_all_stacks depending on STACK_GROWS_DOWN define.  Check
1326         for case where LO is NULL.
1327
1328 1999-02-10  Tom Tromey  <tromey@cygnus.com>
1329
1330         * aclocal.m4, configure, Makefile.in: Rebuilt.
1331         * acinclude.m4: Updated to be used with automake 1.4.
1332         * configure.in: Renamed libgc to libgcjgc.  Updated to be used
1333         with automake 1.4.
1334         * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
1335         (libgcjgc_a_SOURCES): Likewise.
1336         (libgcjgc_a_LIBADD): Likewise.
1337         (libgcjgc_a_DEPENDENCIES): Likewise.
1338         (EXTRA_libgcjgc_a_SOURCES): Likewise.
1339         (gctest_LDADD): Likewise.
1340         (all_objs): Likewise.
1341
1342 1999-01-08  Tom Tromey  <tromey@cygnus.com>
1343
1344         * configure: Rebuilt.
1345         * configure.in: Define LINUX_THREADS if using POSIX threads on
1346         Linux.
1347
1348         * gc_priv.h (GC_test_and_set): Put return type into definition.
1349
1350 1998-11-24  Andrew Haley  <aph@viagra.cygnus.co.uk>
1351
1352         * Makefile.am: add support for eCos.  In particular, add C++
1353         support for compiling the file ecos.cc.
1354         * ecos.cc: new file.
1355         * acinclude.m4: add C++ support.
1356         * aclocal.m4: likewise
1357         * config.h: add eCos support.
1358         * configure: likewise
1359         * configure.in: likewise
1360         * misc.c (GC_write): add eCos support.
1361         * os_dep.c (tiny_sbrk): add eCos support.
1362
1363 Thu Dec 10 18:24:34 1998  Warren Levy  <warrenl@cygnus.com>
1364
1365         * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
1366         * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
1367
1368 1998-11-23  Tom Tromey  <tromey@cygnus.com>
1369
1370         * configure.host (boehm_gc_cflags): Don't add `-O2'.
1371
1372 1998-11-20  Andrew Haley  <aph@viagra.cygnus.co.uk>
1373
1374         * Makefile.am, Makefile.in, configure.host: tx39 build option
1375         "-G 0" added.
1376
1377 1998-11-17  Tom Tromey  <tromey@cygnus.com>
1378
1379         * configure: Rebuilt.
1380         * configure.in: Switch on host, not target.
1381
1382 1998-11-16  Tom Tromey  <tromey@cygnus.com>
1383
1384         * gc_priv.h (GC_debug_object_start): Declare.
1385         * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
1386         * gc.h (GC_debug_register_finalizer_no_order,
1387         GC_register_finalizer_no_order): Declare.
1388         (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
1389         * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
1390         (GC_debug_generic_malloc): Likewise.
1391         (GC_debug_object_start): new function.
1392
1393 1998-11-11  Tom Tromey  <tromey@cygnus.com>
1394
1395         * configure: Rebuilt.
1396         * configure.in: Recognize --enable-java-gc, not --enable-gc.
1397
1398 Tue Nov  3 18:01:12 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
1399
1400         * dyn_load.c: Handle QUICK_THREADS case.
1401
1402 1998-10-21  Tom Tromey  <tromey@cygnus.com>
1403
1404         * configure: Rebuilt.
1405         * configure.in: Put cpp defines here, not in config.h.  Recognize
1406         --enable-threads.  Set INCLUDES.  Create boehm-cflags file.  Don't
1407         define PACKAGE or VERSION.
1408         * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
1409         Don't define.
1410
1411         * os_dep.c (GC_default_push_other_roots): Define when
1412         QUICK_THREADS defined.
1413         * misc.c: Added QUICK_THREADS case.
1414         * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
1415         * config.h (THREADS): Define if QUICK_THREADS defined.
1416         * Makefile.in: Rebuilt.
1417         * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
1418         quick_threads.c.
1419         * quick_threads.c: New file.
1420
1421 1998-10-20  Tom Tromey  <tromey@cygnus.com>
1422
1423         * aclocal.m4, configure: Rebuilt.
1424         * acinclude.m4: Don't subst machine_dir or sys_dir.
1425         * configure.host: Removed unused code.
1426
1427 Sun Oct 11 08:18:02 1998  Anthony Green  <green@cygnus.com>
1428
1429         * configure: Rebuilt.
1430         * configure.in: Fix typo in previous patch.
1431
1432 Sun Oct 11 08:06:11 1998  Anthony Green  <green@cygnus.com>
1433
1434         * Makefile.in, aclocal.m4, configure: Rebuilt.
1435         * Makefile.am, acinclude.m4, configure.in: Add multilib support.
1436         * configure.host: Created.
1437
1438 Tue Sep  1 10:58:15 1998  Tom Tromey  <tromey@cygnus.com>
1439
1440         * Makefile.in: Rebuilt.
1441         * Makefile.am (lib_LIBRARIES): Use target_all.
1442         (EXTRA_LIBRARIES): New macro.
1443         * configure: Rebuilt.
1444         * configure.in: Recognize --enable-gc.
1445
1446 Thu Aug 13 10:52:45 1998  Tom Tromey  <tromey@cygnus.com>
1447
1448         * Makefile.in: Rebuilt.
1449         * Makefile.am (COMPILE): Define.
1450         (LINK): Likewise.
1451         (.s.o): Use MY_CFLAGS.
1452         * configure: Rebuilt.
1453         * configure.in (MY_CFLAGS): Define and subst.
1454
1455 Wed Aug 12 11:41:43 1998  Tom Tromey  <tromey@cygnus.com>
1456
1457         * configure: Rebuilt.
1458         * configure.in: Added --with-cross-host argument.  Use
1459         $with_cross_host to determine when cross-compiling.
1460
1461         * config.h (SMALL_CONFIG): Don't define.
1462         * configure: Rebuilt.
1463         * configure.in: Define SMALL_CONFIG when cross-compiling.
1464
1465 Tue Aug 11 11:41:25 1998  Tom Tromey  <tromey@cygnus.com>
1466
1467         * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
1468         allchblk.c: Merged with 4.13a2 while preserving local changes.
1469
1470         * Makefile.orig: Updated from Makefile in 4.13a2.
1471
1472         * configure: Rebuilt.
1473         * configure.in: Updated version number to 4.13a2.  On Solaris,
1474         don't build with -O when using gcc.
1475
1476         Merged in version 4.13alpha2:
1477         * config.h (USE_MMAP): Re-enable on Solaris.
1478         * solaris_pthreads.c: Removed RCS Id line.
1479         * alpha_mach_dep.s: Removed RCS Id line.
1480
1481 Wed Jul 22 15:38:12 1998  Tom Tromey  <tromey@cygnus.com>
1482
1483         * config.h (USE_MMAP): Don't define for Solaris.
1484
1485 Wed Jun 10 12:51:41 1998  Tom Tromey  <tromey@cygnus.com>
1486
1487         * Makefile.in: Rebuilt.
1488         * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
1489
1490         * Makefile.in: Rebuilt.
1491         * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
1492
1493 Thu May 14 15:32:58 1998  Tom Tromey  <tromey@cygnus.com>
1494
1495         * Makefile.in: Rebuilt.
1496         * Makefile.am ($(all_objs)): Depend on config.h.
1497
1498         * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
1499         DATASTART as &_etext.
1500         * misc.c (GC_init_inner): If STACKBASE defined, then use it.
1501         * configure: Rebuilt.
1502         * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
1503         tx39.
1504
1505 Tue May 12 13:15:45 1998  Tom Tromey  <tromey@cygnus.com>
1506
1507         * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
1508         (GC_maybe_gc): Likewise.
1509         * os_dep.c: If NO_SIGSET defined, then have empty
1510         GC_disable_signals and GC_enable_signals.
1511         * configure: Rebuilt.
1512         * configure.in: Added --with-target-subdir option.  If
1513         cross-compiling, define NO_SIGSET and NO_CLOCK.
1514
1515 Wed May  6 16:40:28 1998  Tom Tromey  <tromey@cygnus.com>
1516
1517         * Makefile.in: Rebuilt.
1518         * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
1519         (AS): Removed.
1520         * aclocal.m4, configure: Rebuilt.
1521         * acinclude.m4: New file.
1522         * configure.in: Don't run AM_EXEEXT.  Use LIB_AC_PROG_CC.
1523
1524 Thu Apr 30 14:51:12 1998  Tom Tromey  <tromey@cygnus.com>
1525
1526         * configure: Rebuilt.
1527         * configure.in: Link boehm-config.h to config.h.
1528         * Makefile.in: Rebuilt.
1529         * Makefile.am (INCLUDES): Removed.
1530         * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
1531         JAVA_FINALIZATION): Define
1532
1533 Wed Apr 29 11:03:14 1998  Tom Tromey  <tromey@cygnus.com>
1534
1535         * Many files: Use GC_bool, not bool.
1536         * gc_priv.h: Define GC_bool, not bool.
1537
1538         * misc.c (GC_dont_gc): Define as int.
1539         (GC_quiet): Likewise.
1540         * gc_priv.h (GC_never_stop_func): Declare as returning bool.
1541         * alloc.c (GC_dont_expand): Define as int.
1542         * gc_priv.h: For gcc, define bool as char.
1543
1544 Tue Apr 28 22:44:16 1998  Tom Tromey  <tromey@cygnus.com>
1545
1546         * Makefile.in: Rebuilt.
1547         * Makefile.am (check_PROGRAMS): New macro.
1548         (gctest_SOURCES): Likewise.
1549         (gctest_LDADD): Likewise.
1550
1551 Mon Apr 27 23:53:24 1998  Tom Tromey  <tromey@cygnus.com>
1552
1553         * Makefile.in: Rebuilt.
1554         * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
1555         * configure: Rebuilt.
1556         * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
1557
1558 Wed Apr 15 11:40:56 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
1559
1560         * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
1561         New files.
1562         * Makefile.orig: Renamed from Makefile.