OSDN Git Service

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