OSDN Git Service

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