OSDN Git Service

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