OSDN Git Service

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