OSDN Git Service

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