OSDN Git Service

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