OSDN Git Service

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