OSDN Git Service

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