OSDN Git Service

c132c031cf32f534021cf84630a2013760f0215d
[pf3gnuchains/gcc-fork.git] / boehm-gc / ChangeLog
1 2002-03-12  Adam Megacz  <adam@xwt.org>
2
3         * dyn_load.c: Renamed GC_win32s to GC_no_win32_dlls.
4         * misc.c: Renamed GC_is_win32s() to GC_no_win32_dlls
5         * os_dep.c: Renamed GC_win32s to GC_no_win32_dlls and
6         statically initialized it to TRUE if compiling with GCC.
7         * win32_threads.c (thread_start): We no longer use SEH if
8         compiling with GCC.
9         * mark.c (GC_mark_some): We no longer use SEH if
10         compiling with GCC.
11         
12 2002-03-09  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
13
14         * include/gc_priv.h: Define ALIGN_DOUBLE on 32 bit targets if GCJ 
15         support is enabled, for hash synchronization.
16
17 2002-02-24  Adam Megacz  <adam@xwt.org>
18
19         * Makefile.am: Added win32_threads.c to sources list.
20         * win32_threads.c: Added two */'s which I had neglected.
21
22 2002-02-20  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
23
24         * Makefile.am: Re-add SUBDIRS parameter which was lost in merge.
25         * Makefile.in: Rebuilt.
26
27 2002-02-13  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
28
29         * dbg_mlc.c (GC_debug_generic_malloc): Removed.
30         
31         * sparc_mach_dep.S: Rename from sparc_mach_dep.s as it is a 
32         preprocessor file.
33         * mips_sgi_mach_dep.S: Likewise.
34         * Makefile.am: Update for above changes.
35         * Makefile.in: Rebuilt.
36
37 2002-02-12  Richard Henderson  <rth@redhat.com>
38
39         * configure.in: Re-apply 2001-06-26 configure change.
40         * configure: Rebuild.
41
42 2002-02-12  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
43
44         Imported GC 6.1 Alpha 3.
45
46         * sparc_mach_dep.S: Delete incorrectly named file.
47
48 2001-02-11  Adam Megacz <adam@xwt.org
49
50         * configure.in: support for win32, saner
51         cross-compile options
52
53 2001-02-08  Anthony Green  <green@redhat.com>
54
55         * include/private/gcconfig.h: Add XSCALE NOSYS support for bare
56           board embedded targets.
57         * os_dep.c: Avoid signal handling code for NOSYS/ECOS targets.
58           Use GC_get_stack_base for NOSYS/ECOS targets.  Clean up some
59           redundant uses of ECOS.
60         * misc.c: Use NOSYS where ECOS is being used.
61           Don't define GC_write twice for ECOS systems.
62           (GC_write): New function for NOSYS targets.
63
64 2002-02-06  Adam Megacz <adam@xwt.org>
65
66         * boehm-gc/include/gc.h: (GC_CreateThread) This function is
67         now exposed on all Win32 platforms.
68         * boehm-gc/win32_threads.c: (GC_CreateThread) This now
69         compiles on Win32; it invokes CreateThread() if GC is built
70         as a DLL; otherwise it registers the thread.
71         * boehm-gc/misc.c (GC_init): Initialize GC_allocate_ml in case
72         libgcjgc was not built as a DLL.
73
74 2002-02-01  Adam Megacz <adam@xwt.org>
75
76         * boehm-gc on win32 now automatically detects if it is being built
77         as a DLL; see http://gcc.gnu.org/ml/java/2001-12/msg00240.html
78         
79 2002-01-25  David Edelsohn  <edelsohn@gnu.org>
80
81         * include/gc.h (GC_INIT): Add DATASTART and DATAEND roots on AIX.
82         * include/private/gcconfig.h (RS6000): Add 64-bit AIX support.
83         Define USE_GENERIC_PUSH_REGS.  Use AIX _data and _end symbols for
84         DATASTART and DATAEND roots.
85         * rs6000_mach_dep.s: Add function descriptor and traceback table.
86
87 2001-12-16  Jeff Sturm  <jsturm@one-point.com>
88
89         * dyn_load.c: Define ElfW (if needed) for all targets,
90         not just GNU/Linux.
91         (GC_FirstDLOpenedLinkMap): Use it.
92         (GC_register_dynamic_libraries_dl): Use it.
93         * include/private/gcconfig.h: Define CPP_WORDSZ, ELF_CLASS
94         for sparcv9.
95
96 2001-12-16  Craig Rodrigues  <rodrigc@gcc.gnu.org>
97
98         PR other/3725
99         * configure.in: Add AC_SUBST(target_alias). 
100         * configure: Regenerated.
101
102 2001-11-26  Loren J. Rittle  <ljrittle@acm.org>
103
104         * linux_threads.c (WRAP_FUNC(pthread_join)): Remove special
105         case for GC_FREEBSD_THREADS.
106         * configure.in (*-*-freebsd*): Clarify warning.
107         * configure: Rebuilt.
108
109 2001-10-23  Loren J. Rittle  <ljrittle@acm.org>
110             Andreas Tobler <toa@pop.agri.ch>
111
112         * include/private/solaris_threads.h: Update to use GC_SOLARIS_THREADS.
113
114 2001-10-22  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
115
116         * linux_threads.c (GC_init_parallel): Do not declare as a static
117         constructor.
118         * include/gc.h (GC_init): Declare here. Add description.
119         * include/private/gc_priv.h (GC_init): Remove declaration.
120
121 2001-10-16  Loren J. Rittle  <ljrittle@acm.org>
122
123         * include/gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.
124         * linux_threads.c (WRAP_FUNC(pthread_join)): Conditionalized on
125         GC_FREEBSD_THREADS, handle strange interaction between system
126         pthread implementation and boehm-gc signal-handler architecture.
127         * tests/test.c (main): Conditionalized on GC_FREEBSD_THREADS,
128         set stack.
129         * include/private/gcconfig.h (configuration keyed off FREEBSD):
130         Define SIG_SUSPEND, SIG_THR_RESTART.  Do not define
131         MPROTECT_VDB when GC_FREEBSD_THREADS is defined.
132
133 2001-10-16  Loren J. Rittle  <ljrittle@acm.org>
134
135         * Makefile.am (test.o): Find tests/test.c in $(srcdir).
136         * Makefile.in: Rebuilt.
137
138 2001-10-16  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
139
140         * Makefile.am, acinclude.m4, configure.in: Imported GC 6.1 Alpha 1 and
141         merged local changes.
142
143 2001-09-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
144
145         * solaris_threads.c (MAX_ORIG_STACK_SIZE) [I386]: Provide special
146         Solaris 2/Intel definition.
147         
148         * configure.in (i?86-*-solaris2.[89]*): Define
149         SOLARIS25_PROC_VDB_BUG_FIXED.
150         * include/private/gcconfig.h [I386 && SUNOS5]: Use it.
151         * configure: Regenerate.
152
153         * include/private/gcconfig.h [I386 && SUNOS5] (DATASTART): Use _etext.
154         (DATAEND): Define using _end.
155
156 2001-09-11  Per Bothner  <per@bothner.com>
157
158         * include/Makefile.am:  New file.  It defines include_HEADERS.
159         * Makefile.am (SUBDIRS):  New macro, set to include.
160         * configure.in (AC_OUTPUT):  Add include/Makefile.
161
162 2001-08-20  Tom Tromey  <tromey@redhat.com>
163
164         * configure: Rebuilt.
165         * configure.in: Always ask gcc for threads package.
166
167 2001-08-17  Tom Tromey  <tromey@redhat.com>
168
169         * Makefile.am, acinclude.m4, configure.in: Imported GC 6.0 and
170         merged local changes.
171
172 2001-08-02  David Billinghurst <David.Billinghurst>
173
174         * configure: Rebuilt.
175         * configure.in:  POSIX threads on cygwin does not link with
176         -lpthreads.
177
178 2001-07-03  Tom Tromey  <tromey@redhat.com>
179
180         Fix for PR bootstrap/3281:
181         * aclocal.m4, configure, Makefile.in: Rebuilt.
182         * acinclude.m4: Set mkinstalldirs for in-tree build.
183
184 2001-06-26  Richard Henderson  <rth@redhat.com>
185
186         * alpha_mach_dep.s: Mark call-saved FP registers.
187         * include/private/gcconfig.h (ALPHA): Remove USE_GENERIC_PUSH_REGS.
188         * configure.in (alpha*): Re-enable alpha_mach_dep.s
189         * configure: Rebuild.
190
191 2001-06-12  Tom Tromey  <tromey@redhat.com>
192
193         * aclocal.m4, configure: Rebuilt.
194         * acinclude.m4: Find configure.host in srcdir.
195
196 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>, Stephen L Moshier  <moshier@mediaone.net>
197
198         * configure.in (AC_EXEEXT): Work around in case it expands to
199         nothing, as in autoconf 2.50.
200         * acinclude.m4: Likewise.
201         * aclocal.m4, configure: Rebuilt.
202
203 2001-06-07  Tom Tromey  <tromey@redhat.com>
204
205         For PR bootstrap/3075:
206         * configure, aclocal.m4, Makefile.in: Rebuilt.
207         * configure.in: Don't call AC_CONFIG_AUX_DIR or
208         AC_CANONICAL_SYSTEM.
209         * acinclude.m4 (BOEHM_CONFIGURE): Call AC_CONFIG_AUX_DIR and
210         AC_CANONICAL_SYSTEM here.
211         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not
212         boehm_gc_basedir.
213
214 2001-05-24  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
215
216         * Makefile.am: Override gctest_OBJECTS so tests/test.c can be built.
217         (libgcjgc_la_SOURCES): Remove typo.
218         * tests/test.c: Fix struct names and includes for GC_GCJ_SUPPORT case.
219         * Makefile.in: Rebuilt.
220
221 2001-05-21  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
222
223         Imported version version 6.0alpha7.
224
225         * README, README.Mac, README.OS2, README.QUICK, README.alpha,
226         README.amiga, README.debugging, README.dj, README.hp, README.linux,
227         README.rs6000, README.sgi, README.solaris2, README.uts,
228         README.win32, SCoptions.amiga, backptr.h, barrett_diagram,
229         dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h,
230         gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h,
231         hpux_irix_threads.c, makefile.depend, nursery.c,
232         solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README,
233         cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h,
234         cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h,
235         include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved
236         files.
237
238 2001-05-19  Hans Boehm  <hans_boehm@hp.com>
239
240         * configure.host: Build with -fexceptions.
241         * linux_threads.c: Remember which thread stopped world for
242
243 2001-05-04  Loren J. Rittle  <ljrittle@acm.org>
244             with final tuning by Bryce McKinlay
245
246         * configure.in: Add support for --enable-threads=posix on FreeBSD.
247         * configure: Rebuilt.
248
249 2001-05-01  Jeffrey Oldham  <oldham@codesourcery.com>
250
251         * gc_priv.h (UNLOCK): Change type of GC_noop1 argument.
252         (GC_noop1): Change declaration to take one argument.
253
254 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
255
256         * configure.in: Obtain THREADS with `gcc -v'.
257         * configure: Rebuilt.
258
259 2001-04-05  Hans Boehm  <hans_boehm@hp.com>
260
261         * misc.c: Back out buggy changes to stack clearing code.
262         Reduce CLEAR_SIZE to 1/4 of original value to reduce time
263         spent clearing memory.
264
265 2001-04-04  Hans Boehm  <hans_boehm@hp.com>
266
267         * finalize.c:
268         - Accomodate finalization requests for static objects.
269           (Will be required by hash synchronization.  May be needed
270           in some configurations now.)
271
272         * gc_priv.h:
273         - Define MIN_WORDS.  All allocation requests are rounded
274           up to at least this size.  Removes a subtle assumption that
275           Java objects have a 2 word header.
276
277         * gcconfig.h:
278         - Adjust Linux/IA64 configuration for non-ancient kernels.
279           (Necessary fix for IA64.)
280
281         * linux_threads.c:
282         - Fix syntax error in currently unused code.  Will be needed
283           for Linux/PA-RISC.
284
285         * malloc.c:
286         - Handle MIN_WORDS.
287
288         * misc.c:
289         - Handle MIN_WORDS.
290         - Change stack cleaning code to typically clear about one tenth
291           the memory it used to in the threads configuration.  Occasionally
292           still clear more.  (This is really a fix for a long-standing
293           and fairly significant performance bug with threads.)
294
295         * os_dep.c:
296         - Fix the code for finding the beginning of the data segment under
297           Linux.  I believe this is necessary for some IA64 Linux
298           distributions.  It will also helo other platforms, though those
299           may additionally require a gcconfig.h adjustment.  (This basically
300           works around the absence of a data_start or __data_start
301           definition in glibc.)
302
303         * test.c:
304         - Handle rounding due to MIN_WORDS.
305
306 2001-03-22  Tom Tromey  <tromey@redhat.com>
307
308         * Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.
309
310 2001-03-19  Tom Tromey  <tromey@redhat.com>
311
312         * Makefile.in: Rebuilt.
313         * Makefile.am (gctest_LDFLAGS): new macro.
314
315 2001-03-16  Tom Tromey  <tromey@redhat.com>
316
317         * Makefile.in: Rebuilt.
318         * Makefile.am (TESTS_ENVIRONMENT): New macro.
319
320 2001-01-23  Rod Stewart <stewart@lab43.org>
321
322         * gcconfig.h: Check for `__arm__', not `arm'.
323
324 2000-12-30  Bryce McKinlay  <bryce@albatross.co.nz>
325
326         * configure.in: Rename THREADLIB to THREADLIBS.
327         * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This
328         ensures that we link the correct version of the linuxthreads semaphore
329         functions.
330         * Makefile.in: Rebuilt.
331         * configure: Rebuilt.
332         
333         * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the 
334         list of signals which are not blocked during suspend in the NO_SIGNALS
335         case.
336
337 2000-12-23  Hans Boehm  <Hans_Boehm@hp.com>
338
339         * gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.
340
341 2000-12-15  Bryce McKinlay  <bryce@albatross.co.nz>
342
343         * Makefile.dist: Renamed from Makefile.orig.
344
345 2000-12-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
346
347         * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
348         * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and
349         set accordingly.
350         * Makefile.in: Rebuilt.
351         * configure: Likewise.
352
353 2000-12-10  Geoffrey Keating  <geoffk@redhat.com>
354
355         * gcconfig.h: Add new case for powerpc EABI.
356         [PPC]: Handle embedded OS for powerpc simulator.
357
358 2000-09-30  Bryce McKinlay  <bryce@albatross.co.nz>
359
360         * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in 
361         cross-compile configuration only.
362         * Makefile.am: Build gcj_mlc.c.
363         * configure, Makefile.in: Rebuilt.
364
365 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
366
367         * acinclude.m4: Include libtool macros from the top level.
368         * aclocal.m4, configure: Rebuilt.
369
370 2000-09-04  Anthony Green  <green@redhat.com>
371
372         Fix for PR libgcj/230:
373         * mark.c (GC_mark_from_mark_stack): Remove call to
374         GC_debug_object_start.
375         * gc_priv.h (GC_debug_object_start): Remove prototype.
376
377 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
378
379         * gcconfig.h [OSF1] (_end): Declare as `int'.
380
381 2000-08-02  Tom Tromey  <tromey@cygnus.com>
382
383         * gc_priv.h (GC_generic_malloc_inner): Prototype.
384         (GC_generic_malloc): Likewise.
385         (GC_add_to_black_list_normal): Likewise.
386         (GC_find_header): Likewise.
387         (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
388         * gc_mark.h (GC_find_start): Prototype.
389         (GC_signal_mark_stack_overflow): Likewise.
390
391 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
392
393         * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
394         * configure: Rebuilt.
395
396         * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
397
398 2000-06-20  Bryce McKinlay  <bryce@albatross.co.nz>
399
400         Imported version 5.1.
401         * acinclude.m4: Push version to 5.1.
402
403 2000-06-19  Andrew Haley  <aph@cygnus.com>
404
405         * os_dep.c (read): Pass two dummy args to syscall().
406
407 2000-05-11  Bryce McKinlay  <bryce@albatross.co.nz>
408
409         Imported 5.0 release version.
410         * acinclude.m4: Increment version to 5.0.
411
412 2000-05-07  Bryce McKinlay  <bryce@albatross.co.nz>
413
414         Imported version 5.0alpha7.
415         * acinclude.m4: Update version to 5.0a7.
416
417 2000-04-26  Jakub Jelinek  <jakub@redhat.com>
418
419         * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
420         (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
421         - sparc glibc does not provide it.
422         (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
423         Make STACKBOTTOM depend on the wordsize.
424         * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
425         (struct frame): Declare on sparc*-linux*.
426         (GC_save_callers): Bias the frame pointers if needed (sparc64).
427         * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
428         Implement on sparc64.
429         (GC_clear_stack_inner): Implement on sparc64.
430         * gc_priv.h (GC_test_and_set): Implement for sparc.
431         * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
432         GC_save_regs_in_stack on sparc.
433
434 2000-04-23  Tom Tromey  <tromey@cygnus.com>
435
436         * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
437
438 2000-04-19  Bryce McKinlay  <bryce@albatross.co.nz>
439
440         Imported version version 5.0alpha6.
441         * acinclude.m4: Bump version to 5.0a6.
442         * configure.in: Don't use alpha_mach_dep.s.
443         * include/private/config.h, irix_threads.c gc_watcom.asm: Delete 
444         obsolete files.
445         * Makefile.am, Makefile.in: irix_threads.c is now
446         hpux_irix_threads.c.
447         * Makefile.orig: Updated from gc distribution Makefile.
448
449 2000-03-26  Anthony Green  <green@redhat.com>
450
451         * misc.c (GC_enable): Always define GC_enable and GC_disable.
452
453 2000-02-14  Tom Tromey  <tromey@cygnus.com>
454
455         * gc.h (dlopen): Define as GC_dlopen on Linux.
456         (GC_dlopen): Declare on Linux.
457         * dyn_load.c (GC_dlopen): Define for Linux.
458
459 Fri Jan 28 17:13:20 2000  Anthony Green  <green@cygnus.com>
460
461         * gcconfig.h (DATASTART): Add missing extern declaration
462         for data_start on powerpc.
463
464 1999-12-22  Bryce McKinlay  <bryce@albatross.co.nz>
465
466         * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
467         NO_SIGNALS case.
468
469 1999-12-19  Jeff Sturm  <jsturm@sigma6.com>
470
471         * gcconfig.h: Define DATASTART for Alpha Linux.
472
473 1999-12-19  Anthony Green  <green@cygnus.com>
474
475         * gcconfig.h: Use libgcj hack for Alpha Linux.  
476         Undefine MPROTEXT_VDB (from Jeff Sturm).
477         * os_dep.c: Remove Alpha Linux hacks.
478         * misc.c: Ditto.
479
480 1999-12-13  Tom Tromey  <tromey@cygnus.com>
481
482         * aclocal.m4, configure: Rebuilt.
483         * acinclude.m4: Changed version to 5.0a4.
484         * Makefile.in: Rebuilt.
485         * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
486
487 1999-12-12  Anthony Green  <green@cygnus.com>
488
489         * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
490         Linux.
491         (DYNAMIC_LOADING): Define for PowerPC Linux.
492         * os_dep.c: Remove some special cases for PowerPC Linux.
493         * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
494         for PowerPC Linux.
495
496 1999-11-04  Tom Tromey  <tromey@cygnus.com>
497
498         * Makefile.in: Rebuilt.
499         * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
500
501         * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
502         (GC_thr_init): Don't declare.
503
504         * configure: Rebuilt.
505         * configure.in: Removed qt threads case.
506         * dyn_load.c: Don't mention QUICK_THREADS.
507         * os_dep.c: Don't mention QUICK_THREADS.
508         * misc.c: Don't mention QUICK_THREADS.
509         * gcconfig.h: Don't mention QUICK_THREADS.
510         * gc_priv.h: Removed QUICK_THREADS code.
511         * quick_threads.c: Removed.
512
513 1999-11-03  Tom Tromey  <tromey@cygnus.com>
514
515         * gcconfig.h: Merged in local changes from old config.h.
516
517 1999-11-02  Bryce McKinlay  <bryce@albatross.co.nz>
518
519         * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
520
521 1999-11-02  Tom Tromey  <tromey@cygnus.com>
522
523         * quick_threads.c: Include gcconfig.h, not boehm-config.h.
524
525         * configure: Rebuilt.
526         * configure.in: Don't create boehm-config.h.
527         * Makefile.in: Rebuilt.
528         * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
529         config.h.
530         ($(all_objs)): Depend on gcconfig.h.
531         * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
532         * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
533         * config.h: Removed.
534
535 1999-11-01  Tom Tromey  <tromey@cygnus.com>
536
537         * Makefile.in: Rebuilt.
538         * Makefile.am (gctest_LDADD): Added THREADLIB.
539         (TESTS): New macro.
540         * configure: Rebuilt.
541         * configure.in (INCLUDES): New subst.
542
543 1999-09-29  Steve Chamberlain  <sac@pobox.com>
544
545         * config.h: Added picoJava target.
546         * mach_dep.h (GC_push_regs):  New code for picoJava.
547
548 1999-09-28  Tom Tromey  <tromey@cygnus.com>
549
550         * aclocal.m4, configure: Rebuilt.
551         * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
552         appropriate AC_PROG_ symbol.
553
554 Tue Aug 10 00:08:29 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
555
556         * gc_priv.h:  IRIX thread changes from
557         include/private/gc_priv.h.
558
559 Mon Aug  9 18:33:38 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
560
561         * Makefile.in: Rebuilt.
562         * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
563         builds.
564
565         * configure: Rebuilt.
566         * configure.in: Properly align --help output, fix capitalization
567         and punctuation.
568         * acinclude.m4: Likewise.
569
570 1999-08-04  Tom Tromey  <tromey@cygnus.com>
571
572         * configure.in: Added missing `;;'.  From Anthony Green.
573
574 Mon Aug  2 23:09:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
575
576         * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
577
578 1999-08-03  Tom Tromey  <tromey@cygnus.com>
579
580         * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
581         Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
582
583 1999-08-02  Tom Tromey  <tromey@cygnus.com>
584
585         * aclocal.m4, configure: Rebuilt for new libtool.
586
587 1999-07-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
588
589         * mips_sgi_mach_dep.s: Enable PIC option.
590
591 1999-07-19  Tom Tromey  <tromey@cygnus.com>
592
593         * config.h (MPROTECT_VDB): Don't define on Linux.
594
595 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
596
597         * Makefile.am (.s.lo): Avoid `#line' directives.
598         * Makefile.in: Rebuilt.
599
600 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
601
602         * Makefile.am (*-recursive, *-am, *-multi): Automake does not
603         generate *-recursive for this Makefile, use *-am instead.
604         * Makefile.in: Rebuilt.
605
606 1999-06-30  Alexandre Oliva  <oliva@dcc.unicamp.br>
607
608         * Makefile.am (.s.lo): Renamed from `.s.o'.
609         * Makefile.in: Rebuilt.
610
611 1999-06-21  Tom Tromey  <tromey@cygnus.com>
612
613         Alpha patch from Jeff Sturm:
614         * os_dep.c (GC_init_linuxalpha): New function.
615         * misc.c: Initialize for alpha linux.
616         * gc_priv.h (GC_test_and_set): Define for alpha.
617         * config.h: Don't assume __data_start on alpha.
618
619         * Makefile.in: Rebuilt.
620         * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
621         -release.
622
623         * Makefile.in: Rebuilt.
624         * Makefile.am (toolexeclibdir): Define as libdir when
625         appropriate.
626         * configure: Rebuilt.
627         * configure.in (USE_LIBDIR): New conditional.
628
629         * configure: Rebuilt.
630         * configure.in: Recognize all forms of alpha.
631
632 1999-06-17  Anthony Green  <green@cygnus.com>
633
634         * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
635         Carlo Dapor <carlo@vis.ethz.ch>).
636
637 1999-05-05  Gilles Zunino  <Gilles.Zunino@hei.fr>
638
639         * configure.in: Switch from irix threads to posix threads
640         Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
641         for mips architecture.
642         * configure: Regenerate.
643
644 1999-04-30  Tom Tromey  <tromey@cygnus.com>
645
646         * linux_threads.c: Don't reference __pthread_initial_thread_bos.
647
648 1999-04-26  Tom Tromey  <tromey@cygnus.com>
649
650         * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
651         `weak'.
652
653 1999-04-23  Tom Tromey  <tromey@cygnus.com>
654
655         * Makefile.in, configure: Rebuilt.
656         * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
657         (libgcjgc_la_SOURCES): Renamed.
658         (libgcjgc_la_LIBADD): Likewise.
659         (libgcjgc_la_DEPENDENCIES): Likewise.
660         (EXTRA_libgcjgc_la_SOURCES): Likewise.
661         (gctest_LDADD): Use libgcjgc.la.
662         (all_objs): Mention libgcj_la_OBJECTS.
663         (EXTRA_LTLIBRARIES): Renamed.
664         (toollib_LTLIBRARIES): Likewise.
665         (libgcjgc_la_LDFLAGS): New macro
666         (toolexecdir): Renamed.
667         (toolexeclibdir): Likewise.
668         (toolexeclib_LTLIBRARIES): Likewise.
669         (LTCOMPILE): Renamed; added libtool invocation.
670         (LINK): Added libtool invocation.
671         (.s.o): use LTCOMPILE.
672         * configure.in: Call AM_PROG_LIBTOOL.  
673         (target_all): Set to libgcjgc.la.
674         Mention `.lo' forms of object files.
675
676 1999-04-21  Tom Tromey  <tromey@cygnus.com>
677
678         * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
679         GC_stackbottom.
680
681         * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
682         sigcontext.h.  From Matthias Klose <doko@itso.de>.
683
684 1999-04-16  Tom Tromey  <tromey@cygnus.com>
685
686         * config.h (__start): Declare as `int' in alpha/OSF1 case.  From
687         David Pettersson <dapet@mai.liu.se>
688
689 1999-04-14  Tom Tromey  <tromey@cygnus.com>
690
691         * configure: Rebuilt.
692         * configure.in: Don't use sparc_mach_dep.o for Solaris.  Reverts
693         incorrect patch of 199-04-09.
694
695         * configure: Rebuilt.
696         * configure.in: Added support for alpha.
697         From David Pettersson <dapet@mai.liu.se>.
698
699 1999-04-13  Tom Tromey  <tromey@cygnus.com>
700
701         * Makefile.in: Rebuilt.
702         * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
703         solaris-threads.h.
704
705 1999-04-09  Tom Tromey  <tromey@cygnus.com>
706
707         * configure: Rebuilt.
708         * configure.in: Use sparc_mach_dep.s when building on Solaris.
709
710 1999-02-23  Tom Tromey  <tromey@cygnus.com>
711
712         * configure: Rebuilt.
713         * configure.in: For Linux, define _REENTRANT.  For Solaris, define
714         SOLARIS_THREADS and _SOLARIS_PTHREADS.
715
716 1999-02-18  Tom Tromey  <tromey@cygnus.com>
717
718         * quick_threads.c (GC_push_all_stacks): Change order of arguments
719         to GC_push_all_stacks depending on STACK_GROWS_DOWN define.  Check
720         for case where LO is NULL.
721
722 1999-02-10  Tom Tromey  <tromey@cygnus.com>
723
724         * aclocal.m4, configure, Makefile.in: Rebuilt.
725         * acinclude.m4: Updated to be used with automake 1.4.
726         * configure.in: Renamed libgc to libgcjgc.  Updated to be used
727         with automake 1.4.
728         * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
729         (libgcjgc_a_SOURCES): Likewise.
730         (libgcjgc_a_LIBADD): Likewise.
731         (libgcjgc_a_DEPENDENCIES): Likewise.
732         (EXTRA_libgcjgc_a_SOURCES): Likewise.
733         (gctest_LDADD): Likewise.
734         (all_objs): Likewise.
735
736 1999-01-08  Tom Tromey  <tromey@cygnus.com>
737
738         * configure: Rebuilt.
739         * configure.in: Define LINUX_THREADS if using POSIX threads on
740         Linux.
741
742         * gc_priv.h (GC_test_and_set): Put return type into definition.
743
744 1998-11-24  Andrew Haley  <aph@viagra.cygnus.co.uk>
745
746         * Makefile.am: add support for eCos.  In particular, add C++
747         support for compiling the file ecos.cc.
748         * ecos.cc: new file.
749         * acinclude.m4: add C++ support.
750         * aclocal.m4: likewise
751         * config.h: add eCos support.
752         * configure: likewise
753         * configure.in: likewise
754         * misc.c (GC_write): add eCos support.
755         * os_dep.c (tiny_sbrk): add eCos support.
756         
757 Thu Dec 10 18:24:34 1998  Warren Levy  <warrenl@cygnus.com>
758
759         * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
760         * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
761
762 1998-11-23  Tom Tromey  <tromey@cygnus.com>
763
764         * configure.host (boehm_gc_cflags): Don't add `-O2'.
765
766 1998-11-20  Andrew Haley  <aph@viagra.cygnus.co.uk>
767
768         * Makefile.am, Makefile.in, configure.host: tx39 build option 
769         "-G 0" added.
770         
771 1998-11-17  Tom Tromey  <tromey@cygnus.com>
772
773         * configure: Rebuilt.
774         * configure.in: Switch on host, not target.
775
776 1998-11-16  Tom Tromey  <tromey@cygnus.com>
777
778         * gc_priv.h (GC_debug_object_start): Declare.
779         * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
780         * gc.h (GC_debug_register_finalizer_no_order,
781         GC_register_finalizer_no_order): Declare.
782         (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
783         * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
784         (GC_debug_generic_malloc): Likewise.
785         (GC_debug_object_start): new function.
786
787 1998-11-11  Tom Tromey  <tromey@cygnus.com>
788
789         * configure: Rebuilt.
790         * configure.in: Recognize --enable-java-gc, not --enable-gc.
791
792 Tue Nov  3 18:01:12 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
793
794         * dyn_load.c: Handle QUICK_THREADS case.
795
796 1998-10-21  Tom Tromey  <tromey@cygnus.com>
797
798         * configure: Rebuilt.
799         * configure.in: Put cpp defines here, not in config.h.  Recognize
800         --enable-threads.  Set INCLUDES.  Create boehm-cflags file.  Don't
801         define PACKAGE or VERSION.
802         * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
803         Don't define.
804
805         * os_dep.c (GC_default_push_other_roots): Define when
806         QUICK_THREADS defined.
807         * misc.c: Added QUICK_THREADS case.
808         * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
809         * config.h (THREADS): Define if QUICK_THREADS defined.
810         * Makefile.in: Rebuilt.
811         * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
812         quick_threads.c.
813         * quick_threads.c: New file.
814
815 1998-10-20  Tom Tromey  <tromey@cygnus.com>
816
817         * aclocal.m4, configure: Rebuilt.
818         * acinclude.m4: Don't subst machine_dir or sys_dir.
819         * configure.host: Removed unused code.
820
821 Sun Oct 11 08:18:02 1998  Anthony Green  <green@cygnus.com>
822
823         * configure: Rebuilt.
824         * configure.in: Fix typo in previous patch.
825
826 Sun Oct 11 08:06:11 1998  Anthony Green  <green@cygnus.com>
827
828         * Makefile.in, aclocal.m4, configure: Rebuilt.
829         * Makefile.am, acinclude.m4, configure.in: Add multilib support.
830         * configure.host: Created.
831
832 Tue Sep  1 10:58:15 1998  Tom Tromey  <tromey@cygnus.com>
833
834         * Makefile.in: Rebuilt.
835         * Makefile.am (lib_LIBRARIES): Use target_all.
836         (EXTRA_LIBRARIES): New macro.
837         * configure: Rebuilt.
838         * configure.in: Recognize --enable-gc.
839
840 Thu Aug 13 10:52:45 1998  Tom Tromey  <tromey@cygnus.com>
841
842         * Makefile.in: Rebuilt.
843         * Makefile.am (COMPILE): Define.
844         (LINK): Likewise.
845         (.s.o): Use MY_CFLAGS.
846         * configure: Rebuilt.
847         * configure.in (MY_CFLAGS): Define and subst.
848
849 Wed Aug 12 11:41:43 1998  Tom Tromey  <tromey@cygnus.com>
850
851         * configure: Rebuilt.
852         * configure.in: Added --with-cross-host argument.  Use
853         $with_cross_host to determine when cross-compiling.
854
855         * config.h (SMALL_CONFIG): Don't define.
856         * configure: Rebuilt.
857         * configure.in: Define SMALL_CONFIG when cross-compiling.
858
859 Tue Aug 11 11:41:25 1998  Tom Tromey  <tromey@cygnus.com>
860
861         * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
862         allchblk.c: Merged with 4.13a2 while preserving local changes.
863
864         * Makefile.orig: Updated from Makefile in 4.13a2.
865
866         * configure: Rebuilt.
867         * configure.in: Updated version number to 4.13a2.  On Solaris,
868         don't build with -O when using gcc.
869
870         Merged in version 4.13alpha2:
871         * config.h (USE_MMAP): Re-enable on Solaris.
872         * solaris_pthreads.c: Removed RCS Id line.
873         * alpha_mach_dep.s: Removed RCS Id line.
874
875 Wed Jul 22 15:38:12 1998  Tom Tromey  <tromey@cygnus.com>
876
877         * config.h (USE_MMAP): Don't define for Solaris.
878
879 Wed Jun 10 12:51:41 1998  Tom Tromey  <tromey@cygnus.com>
880
881         * Makefile.in: Rebuilt.
882         * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
883
884         * Makefile.in: Rebuilt.
885         * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
886
887 Thu May 14 15:32:58 1998  Tom Tromey  <tromey@cygnus.com>
888
889         * Makefile.in: Rebuilt.
890         * Makefile.am ($(all_objs)): Depend on config.h.
891
892         * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
893         DATASTART as &_etext.
894         * misc.c (GC_init_inner): If STACKBASE defined, then use it.
895         * configure: Rebuilt.
896         * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
897         tx39.
898
899 Tue May 12 13:15:45 1998  Tom Tromey  <tromey@cygnus.com>
900
901         * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
902         (GC_maybe_gc): Likewise.
903         * os_dep.c: If NO_SIGSET defined, then have empty
904         GC_disable_signals and GC_enable_signals.
905         * configure: Rebuilt.
906         * configure.in: Added --with-target-subdir option.  If
907         cross-compiling, define NO_SIGSET and NO_CLOCK.
908
909 Wed May  6 16:40:28 1998  Tom Tromey  <tromey@cygnus.com>
910
911         * Makefile.in: Rebuilt.
912         * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
913         (AS): Removed.
914         * aclocal.m4, configure: Rebuilt.
915         * acinclude.m4: New file.
916         * configure.in: Don't run AM_EXEEXT.  Use LIB_AC_PROG_CC.
917
918 Thu Apr 30 14:51:12 1998  Tom Tromey  <tromey@cygnus.com>
919
920         * configure: Rebuilt.
921         * configure.in: Link boehm-config.h to config.h.
922         * Makefile.in: Rebuilt.
923         * Makefile.am (INCLUDES): Removed.
924         * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
925         JAVA_FINALIZATION): Define
926
927 Wed Apr 29 11:03:14 1998  Tom Tromey  <tromey@cygnus.com>
928
929         * Many files: Use GC_bool, not bool.
930         * gc_priv.h: Define GC_bool, not bool.
931
932         * misc.c (GC_dont_gc): Define as int.
933         (GC_quiet): Likewise.
934         * gc_priv.h (GC_never_stop_func): Declare as returning bool.
935         * alloc.c (GC_dont_expand): Define as int.
936         * gc_priv.h: For gcc, define bool as char.
937
938 Tue Apr 28 22:44:16 1998  Tom Tromey  <tromey@cygnus.com>
939
940         * Makefile.in: Rebuilt.
941         * Makefile.am (check_PROGRAMS): New macro.
942         (gctest_SOURCES): Likewise.
943         (gctest_LDADD): Likewise.
944
945 Mon Apr 27 23:53:24 1998  Tom Tromey  <tromey@cygnus.com>
946
947         * Makefile.in: Rebuilt.
948         * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
949         * configure: Rebuilt.
950         * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
951
952 Wed Apr 15 11:40:56 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
953
954         * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
955         New files.
956         * Makefile.orig: Renamed from Makefile.
957