OSDN Git Service

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