OSDN Git Service

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