OSDN Git Service

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