OSDN Git Service

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