OSDN Git Service

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