OSDN Git Service

* c-decl.c (get_parm_info): Use INTEGRAL_TYPE_P.
[pf3gnuchains/gcc-fork.git] / boehm-gc / ChangeLog
1 2001-05-24  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
2
3         * Makefile.am: Override gctest_OBJECTS so tests/test.c can be built.
4         (libgcjgc_la_SOURCES): Remove typo.
5         * tests/test.c: Fix struct names and includes for GC_GCJ_SUPPORT case.
6         * Makefile.in: Rebuilt.
7
8 2001-05-21  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
9
10         Imported version version 6.0alpha7.
11
12         * README, README.Mac, README.OS2, README.QUICK, README.alpha,
13         README.amiga, README.debugging, README.dj, README.hp, README.linux,
14         README.rs6000, README.sgi, README.solaris2, README.uts,
15         README.win32, SCoptions.amiga, backptr.h, barrett_diagram,
16         dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h,
17         gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h,
18         hpux_irix_threads.c, makefile.depend, nursery.c,
19         solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README,
20         cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h,
21         cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h,
22         include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved
23         files.
24
25 2001-05-19  Hans Boehm  <hans_boehm@hp.com>
26
27         * configure.host: Build with -fexceptions.
28         * linux_threads.c: Remember which thread stopped world for
29
30 2001-05-04  Loren J. Rittle  <ljrittle@acm.org>
31             with final tuning by Bryce McKinlay
32
33         * configure.in: Add support for --enable-threads=posix on FreeBSD.
34         * configure: Rebuilt.
35
36 2001-05-01  Jeffrey Oldham  <oldham@codesourcery.com>
37
38         * gc_priv.h (UNLOCK): Change type of GC_noop1 argument.
39         (GC_noop1): Change declaration to take one argument.
40
41 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
42
43         * configure.in: Obtain THREADS with `gcc -v'.
44         * configure: Rebuilt.
45
46 2001-04-05  Hans Boehm  <hans_boehm@hp.com>
47
48         * misc.c: Back out buggy changes to stack clearing code.
49         Reduce CLEAR_SIZE to 1/4 of original value to reduce time
50         spent clearing memory.
51
52 2001-04-04  Hans Boehm  <hans_boehm@hp.com>
53
54         * finalize.c:
55         - Accomodate finalization requests for static objects.
56           (Will be required by hash synchronization.  May be needed
57           in some configurations now.)
58
59         * gc_priv.h:
60         - Define MIN_WORDS.  All allocation requests are rounded
61           up to at least this size.  Removes a subtle assumption that
62           Java objects have a 2 word header.
63
64         * gcconfig.h:
65         - Adjust Linux/IA64 configuration for non-ancient kernels.
66           (Necessary fix for IA64.)
67
68         * linux_threads.c:
69         - Fix syntax error in currently unused code.  Will be needed
70           for Linux/PA-RISC.
71
72         * malloc.c:
73         - Handle MIN_WORDS.
74
75         * misc.c:
76         - Handle MIN_WORDS.
77         - Change stack cleaning code to typically clear about one tenth
78           the memory it used to in the threads configuration.  Occasionally
79           still clear more.  (This is really a fix for a long-standing
80           and fairly significant performance bug with threads.)
81
82         * os_dep.c:
83         - Fix the code for finding the beginning of the data segment under
84           Linux.  I believe this is necessary for some IA64 Linux
85           distributions.  It will also helo other platforms, though those
86           may additionally require a gcconfig.h adjustment.  (This basically
87           works around the absence of a data_start or __data_start
88           definition in glibc.)
89
90         * test.c:
91         - Handle rounding due to MIN_WORDS.
92
93 2001-03-22  Tom Tromey  <tromey@redhat.com>
94
95         * Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.
96
97 2001-03-19  Tom Tromey  <tromey@redhat.com>
98
99         * Makefile.in: Rebuilt.
100         * Makefile.am (gctest_LDFLAGS): new macro.
101
102 2001-03-16  Tom Tromey  <tromey@redhat.com>
103
104         * Makefile.in: Rebuilt.
105         * Makefile.am (TESTS_ENVIRONMENT): New macro.
106
107 2001-01-23  Rod Stewart <stewart@lab43.org>
108
109         * gcconfig.h: Check for `__arm__', not `arm'.
110
111 2000-12-30  Bryce McKinlay  <bryce@albatross.co.nz>
112
113         * configure.in: Rename THREADLIB to THREADLIBS.
114         * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This
115         ensures that we link the correct version of the linuxthreads semaphore
116         functions.
117         * Makefile.in: Rebuilt.
118         * configure: Rebuilt.
119         
120         * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the 
121         list of signals which are not blocked during suspend in the NO_SIGNALS
122         case.
123
124 2000-12-23  Hans Boehm  <Hans_Boehm@hp.com>
125
126         * gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.
127
128 2000-12-15  Bryce McKinlay  <bryce@albatross.co.nz>
129
130         * Makefile.dist: Renamed from Makefile.orig.
131
132 2000-12-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
133
134         * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
135         * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and
136         set accordingly.
137         * Makefile.in: Rebuilt.
138         * configure: Likewise.
139
140 2000-12-10  Geoffrey Keating  <geoffk@redhat.com>
141
142         * gcconfig.h: Add new case for powerpc EABI.
143         [PPC]: Handle embedded OS for powerpc simulator.
144
145 2000-09-30  Bryce McKinlay  <bryce@albatross.co.nz>
146
147         * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in 
148         cross-compile configuration only.
149         * Makefile.am: Build gcj_mlc.c.
150         * configure, Makefile.in: Rebuilt.
151
152 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
153
154         * acinclude.m4: Include libtool macros from the top level.
155         * aclocal.m4, configure: Rebuilt.
156
157 2000-09-04  Anthony Green  <green@redhat.com>
158
159         Fix for PR libgcj/230:
160         * mark.c (GC_mark_from_mark_stack): Remove call to
161         GC_debug_object_start.
162         * gc_priv.h (GC_debug_object_start): Remove prototype.
163
164 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
165
166         * gcconfig.h [OSF1] (_end): Declare as `int'.
167
168 2000-08-02  Tom Tromey  <tromey@cygnus.com>
169
170         * gc_priv.h (GC_generic_malloc_inner): Prototype.
171         (GC_generic_malloc): Likewise.
172         (GC_add_to_black_list_normal): Likewise.
173         (GC_find_header): Likewise.
174         (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
175         * gc_mark.h (GC_find_start): Prototype.
176         (GC_signal_mark_stack_overflow): Likewise.
177
178 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
179
180         * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
181         * configure: Rebuilt.
182
183         * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
184
185 2000-06-20  Bryce McKinlay  <bryce@albatross.co.nz>
186
187         Imported version 5.1.
188         * acinclude.m4: Push version to 5.1.
189
190 2000-06-19  Andrew Haley  <aph@cygnus.com>
191
192         * os_dep.c (read): Pass two dummy args to syscall().
193
194 2000-05-11  Bryce McKinlay  <bryce@albatross.co.nz>
195
196         Imported 5.0 release version.
197         * acinclude.m4: Increment version to 5.0.
198
199 2000-05-07  Bryce McKinlay  <bryce@albatross.co.nz>
200
201         Imported version 5.0alpha7.
202         * acinclude.m4: Update version to 5.0a7.
203
204 2000-04-26  Jakub Jelinek  <jakub@redhat.com>
205
206         * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
207         (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
208         - sparc glibc does not provide it.
209         (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
210         Make STACKBOTTOM depend on the wordsize.
211         * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
212         (struct frame): Declare on sparc*-linux*.
213         (GC_save_callers): Bias the frame pointers if needed (sparc64).
214         * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
215         Implement on sparc64.
216         (GC_clear_stack_inner): Implement on sparc64.
217         * gc_priv.h (GC_test_and_set): Implement for sparc.
218         * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
219         GC_save_regs_in_stack on sparc.
220
221 2000-04-23  Tom Tromey  <tromey@cygnus.com>
222
223         * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
224
225 2000-04-19  Bryce McKinlay  <bryce@albatross.co.nz>
226
227         Imported version version 5.0alpha6.
228         * acinclude.m4: Bump version to 5.0a6.
229         * configure.in: Don't use alpha_mach_dep.s.
230         * include/private/config.h, irix_threads.c gc_watcom.asm: Delete 
231         obsolete files.
232         * Makefile.am, Makefile.in: irix_threads.c is now
233         hpux_irix_threads.c.
234         * Makefile.orig: Updated from gc distribution Makefile.
235
236 2000-03-26  Anthony Green  <green@redhat.com>
237
238         * misc.c (GC_enable): Always define GC_enable and GC_disable.
239
240 2000-02-14  Tom Tromey  <tromey@cygnus.com>
241
242         * gc.h (dlopen): Define as GC_dlopen on Linux.
243         (GC_dlopen): Declare on Linux.
244         * dyn_load.c (GC_dlopen): Define for Linux.
245
246 Fri Jan 28 17:13:20 2000  Anthony Green  <green@cygnus.com>
247
248         * gcconfig.h (DATASTART): Add missing extern declaration
249         for data_start on powerpc.
250
251 1999-12-22  Bryce McKinlay  <bryce@albatross.co.nz>
252
253         * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
254         NO_SIGNALS case.
255
256 1999-12-19  Jeff Sturm  <jsturm@sigma6.com>
257
258         * gcconfig.h: Define DATASTART for Alpha Linux.
259
260 1999-12-19  Anthony Green  <green@cygnus.com>
261
262         * gcconfig.h: Use libgcj hack for Alpha Linux.  
263         Undefine MPROTEXT_VDB (from Jeff Sturm).
264         * os_dep.c: Remove Alpha Linux hacks.
265         * misc.c: Ditto.
266
267 1999-12-13  Tom Tromey  <tromey@cygnus.com>
268
269         * aclocal.m4, configure: Rebuilt.
270         * acinclude.m4: Changed version to 5.0a4.
271         * Makefile.in: Rebuilt.
272         * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
273
274 1999-12-12  Anthony Green  <green@cygnus.com>
275
276         * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
277         Linux.
278         (DYNAMIC_LOADING): Define for PowerPC Linux.
279         * os_dep.c: Remove some special cases for PowerPC Linux.
280         * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
281         for PowerPC Linux.
282
283 1999-11-04  Tom Tromey  <tromey@cygnus.com>
284
285         * Makefile.in: Rebuilt.
286         * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
287
288         * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
289         (GC_thr_init): Don't declare.
290
291         * configure: Rebuilt.
292         * configure.in: Removed qt threads case.
293         * dyn_load.c: Don't mention QUICK_THREADS.
294         * os_dep.c: Don't mention QUICK_THREADS.
295         * misc.c: Don't mention QUICK_THREADS.
296         * gcconfig.h: Don't mention QUICK_THREADS.
297         * gc_priv.h: Removed QUICK_THREADS code.
298         * quick_threads.c: Removed.
299
300 1999-11-03  Tom Tromey  <tromey@cygnus.com>
301
302         * gcconfig.h: Merged in local changes from old config.h.
303
304 1999-11-02  Bryce McKinlay  <bryce@albatross.co.nz>
305
306         * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
307
308 1999-11-02  Tom Tromey  <tromey@cygnus.com>
309
310         * quick_threads.c: Include gcconfig.h, not boehm-config.h.
311
312         * configure: Rebuilt.
313         * configure.in: Don't create boehm-config.h.
314         * Makefile.in: Rebuilt.
315         * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
316         config.h.
317         ($(all_objs)): Depend on gcconfig.h.
318         * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
319         * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
320         * config.h: Removed.
321
322 1999-11-01  Tom Tromey  <tromey@cygnus.com>
323
324         * Makefile.in: Rebuilt.
325         * Makefile.am (gctest_LDADD): Added THREADLIB.
326         (TESTS): New macro.
327         * configure: Rebuilt.
328         * configure.in (INCLUDES): New subst.
329
330 1999-09-29  Steve Chamberlain  <sac@pobox.com>
331
332         * config.h: Added picoJava target.
333         * mach_dep.h (GC_push_regs):  New code for picoJava.
334
335 1999-09-28  Tom Tromey  <tromey@cygnus.com>
336
337         * aclocal.m4, configure: Rebuilt.
338         * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
339         appropriate AC_PROG_ symbol.
340
341 Tue Aug 10 00:08:29 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
342
343         * gc_priv.h:  IRIX thread changes from
344         include/private/gc_priv.h.
345
346 Mon Aug  9 18:33:38 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
347
348         * Makefile.in: Rebuilt.
349         * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
350         builds.
351
352         * configure: Rebuilt.
353         * configure.in: Properly align --help output, fix capitalization
354         and punctuation.
355         * acinclude.m4: Likewise.
356
357 1999-08-04  Tom Tromey  <tromey@cygnus.com>
358
359         * configure.in: Added missing `;;'.  From Anthony Green.
360
361 Mon Aug  2 23:09:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
362
363         * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
364
365 1999-08-03  Tom Tromey  <tromey@cygnus.com>
366
367         * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
368         Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
369
370 1999-08-02  Tom Tromey  <tromey@cygnus.com>
371
372         * aclocal.m4, configure: Rebuilt for new libtool.
373
374 1999-07-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
375
376         * mips_sgi_mach_dep.s: Enable PIC option.
377
378 1999-07-19  Tom Tromey  <tromey@cygnus.com>
379
380         * config.h (MPROTECT_VDB): Don't define on Linux.
381
382 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
383
384         * Makefile.am (.s.lo): Avoid `#line' directives.
385         * Makefile.in: Rebuilt.
386
387 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
388
389         * Makefile.am (*-recursive, *-am, *-multi): Automake does not
390         generate *-recursive for this Makefile, use *-am instead.
391         * Makefile.in: Rebuilt.
392
393 1999-06-30  Alexandre Oliva  <oliva@dcc.unicamp.br>
394
395         * Makefile.am (.s.lo): Renamed from `.s.o'.
396         * Makefile.in: Rebuilt.
397
398 1999-06-21  Tom Tromey  <tromey@cygnus.com>
399
400         Alpha patch from Jeff Sturm:
401         * os_dep.c (GC_init_linuxalpha): New function.
402         * misc.c: Initialize for alpha linux.
403         * gc_priv.h (GC_test_and_set): Define for alpha.
404         * config.h: Don't assume __data_start on alpha.
405
406         * Makefile.in: Rebuilt.
407         * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
408         -release.
409
410         * Makefile.in: Rebuilt.
411         * Makefile.am (toolexeclibdir): Define as libdir when
412         appropriate.
413         * configure: Rebuilt.
414         * configure.in (USE_LIBDIR): New conditional.
415
416         * configure: Rebuilt.
417         * configure.in: Recognize all forms of alpha.
418
419 1999-06-17  Anthony Green  <green@cygnus.com>
420
421         * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
422         Carlo Dapor <carlo@vis.ethz.ch>).
423
424 1999-05-05  Gilles Zunino  <Gilles.Zunino@hei.fr>
425
426         * configure.in: Switch from irix threads to posix threads
427         Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
428         for mips architecture.
429         * configure: Regenerate.
430
431 1999-04-30  Tom Tromey  <tromey@cygnus.com>
432
433         * linux_threads.c: Don't reference __pthread_initial_thread_bos.
434
435 1999-04-26  Tom Tromey  <tromey@cygnus.com>
436
437         * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
438         `weak'.
439
440 1999-04-23  Tom Tromey  <tromey@cygnus.com>
441
442         * Makefile.in, configure: Rebuilt.
443         * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
444         (libgcjgc_la_SOURCES): Renamed.
445         (libgcjgc_la_LIBADD): Likewise.
446         (libgcjgc_la_DEPENDENCIES): Likewise.
447         (EXTRA_libgcjgc_la_SOURCES): Likewise.
448         (gctest_LDADD): Use libgcjgc.la.
449         (all_objs): Mention libgcj_la_OBJECTS.
450         (EXTRA_LTLIBRARIES): Renamed.
451         (toollib_LTLIBRARIES): Likewise.
452         (libgcjgc_la_LDFLAGS): New macro
453         (toolexecdir): Renamed.
454         (toolexeclibdir): Likewise.
455         (toolexeclib_LTLIBRARIES): Likewise.
456         (LTCOMPILE): Renamed; added libtool invocation.
457         (LINK): Added libtool invocation.
458         (.s.o): use LTCOMPILE.
459         * configure.in: Call AM_PROG_LIBTOOL.  
460         (target_all): Set to libgcjgc.la.
461         Mention `.lo' forms of object files.
462
463 1999-04-21  Tom Tromey  <tromey@cygnus.com>
464
465         * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
466         GC_stackbottom.
467
468         * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
469         sigcontext.h.  From Matthias Klose <doko@itso.de>.
470
471 1999-04-16  Tom Tromey  <tromey@cygnus.com>
472
473         * config.h (__start): Declare as `int' in alpha/OSF1 case.  From
474         David Pettersson <dapet@mai.liu.se>
475
476 1999-04-14  Tom Tromey  <tromey@cygnus.com>
477
478         * configure: Rebuilt.
479         * configure.in: Don't use sparc_mach_dep.o for Solaris.  Reverts
480         incorrect patch of 199-04-09.
481
482         * configure: Rebuilt.
483         * configure.in: Added support for alpha.
484         From David Pettersson <dapet@mai.liu.se>.
485
486 1999-04-13  Tom Tromey  <tromey@cygnus.com>
487
488         * Makefile.in: Rebuilt.
489         * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
490         solaris-threads.h.
491
492 1999-04-09  Tom Tromey  <tromey@cygnus.com>
493
494         * configure: Rebuilt.
495         * configure.in: Use sparc_mach_dep.s when building on Solaris.
496
497 1999-02-23  Tom Tromey  <tromey@cygnus.com>
498
499         * configure: Rebuilt.
500         * configure.in: For Linux, define _REENTRANT.  For Solaris, define
501         SOLARIS_THREADS and _SOLARIS_PTHREADS.
502
503 1999-02-18  Tom Tromey  <tromey@cygnus.com>
504
505         * quick_threads.c (GC_push_all_stacks): Change order of arguments
506         to GC_push_all_stacks depending on STACK_GROWS_DOWN define.  Check
507         for case where LO is NULL.
508
509 1999-02-10  Tom Tromey  <tromey@cygnus.com>
510
511         * aclocal.m4, configure, Makefile.in: Rebuilt.
512         * acinclude.m4: Updated to be used with automake 1.4.
513         * configure.in: Renamed libgc to libgcjgc.  Updated to be used
514         with automake 1.4.
515         * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
516         (libgcjgc_a_SOURCES): Likewise.
517         (libgcjgc_a_LIBADD): Likewise.
518         (libgcjgc_a_DEPENDENCIES): Likewise.
519         (EXTRA_libgcjgc_a_SOURCES): Likewise.
520         (gctest_LDADD): Likewise.
521         (all_objs): Likewise.
522
523 1999-01-08  Tom Tromey  <tromey@cygnus.com>
524
525         * configure: Rebuilt.
526         * configure.in: Define LINUX_THREADS if using POSIX threads on
527         Linux.
528
529         * gc_priv.h (GC_test_and_set): Put return type into definition.
530
531 1998-11-24  Andrew Haley  <aph@viagra.cygnus.co.uk>
532
533         * Makefile.am: add support for eCos.  In particular, add C++
534         support for compiling the file ecos.cc.
535         * ecos.cc: new file.
536         * acinclude.m4: add C++ support.
537         * aclocal.m4: likewise
538         * config.h: add eCos support.
539         * configure: likewise
540         * configure.in: likewise
541         * misc.c (GC_write): add eCos support.
542         * os_dep.c (tiny_sbrk): add eCos support.
543         
544 Thu Dec 10 18:24:34 1998  Warren Levy  <warrenl@cygnus.com>
545
546         * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
547         * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
548
549 1998-11-23  Tom Tromey  <tromey@cygnus.com>
550
551         * configure.host (boehm_gc_cflags): Don't add `-O2'.
552
553 1998-11-20  Andrew Haley  <aph@viagra.cygnus.co.uk>
554
555         * Makefile.am, Makefile.in, configure.host: tx39 build option 
556         "-G 0" added.
557         
558 1998-11-17  Tom Tromey  <tromey@cygnus.com>
559
560         * configure: Rebuilt.
561         * configure.in: Switch on host, not target.
562
563 1998-11-16  Tom Tromey  <tromey@cygnus.com>
564
565         * gc_priv.h (GC_debug_object_start): Declare.
566         * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
567         * gc.h (GC_debug_register_finalizer_no_order,
568         GC_register_finalizer_no_order): Declare.
569         (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
570         * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
571         (GC_debug_generic_malloc): Likewise.
572         (GC_debug_object_start): new function.
573
574 1998-11-11  Tom Tromey  <tromey@cygnus.com>
575
576         * configure: Rebuilt.
577         * configure.in: Recognize --enable-java-gc, not --enable-gc.
578
579 Tue Nov  3 18:01:12 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
580
581         * dyn_load.c: Handle QUICK_THREADS case.
582
583 1998-10-21  Tom Tromey  <tromey@cygnus.com>
584
585         * configure: Rebuilt.
586         * configure.in: Put cpp defines here, not in config.h.  Recognize
587         --enable-threads.  Set INCLUDES.  Create boehm-cflags file.  Don't
588         define PACKAGE or VERSION.
589         * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
590         Don't define.
591
592         * os_dep.c (GC_default_push_other_roots): Define when
593         QUICK_THREADS defined.
594         * misc.c: Added QUICK_THREADS case.
595         * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
596         * config.h (THREADS): Define if QUICK_THREADS defined.
597         * Makefile.in: Rebuilt.
598         * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
599         quick_threads.c.
600         * quick_threads.c: New file.
601
602 1998-10-20  Tom Tromey  <tromey@cygnus.com>
603
604         * aclocal.m4, configure: Rebuilt.
605         * acinclude.m4: Don't subst machine_dir or sys_dir.
606         * configure.host: Removed unused code.
607
608 Sun Oct 11 08:18:02 1998  Anthony Green  <green@cygnus.com>
609
610         * configure: Rebuilt.
611         * configure.in: Fix typo in previous patch.
612
613 Sun Oct 11 08:06:11 1998  Anthony Green  <green@cygnus.com>
614
615         * Makefile.in, aclocal.m4, configure: Rebuilt.
616         * Makefile.am, acinclude.m4, configure.in: Add multilib support.
617         * configure.host: Created.
618
619 Tue Sep  1 10:58:15 1998  Tom Tromey  <tromey@cygnus.com>
620
621         * Makefile.in: Rebuilt.
622         * Makefile.am (lib_LIBRARIES): Use target_all.
623         (EXTRA_LIBRARIES): New macro.
624         * configure: Rebuilt.
625         * configure.in: Recognize --enable-gc.
626
627 Thu Aug 13 10:52:45 1998  Tom Tromey  <tromey@cygnus.com>
628
629         * Makefile.in: Rebuilt.
630         * Makefile.am (COMPILE): Define.
631         (LINK): Likewise.
632         (.s.o): Use MY_CFLAGS.
633         * configure: Rebuilt.
634         * configure.in (MY_CFLAGS): Define and subst.
635
636 Wed Aug 12 11:41:43 1998  Tom Tromey  <tromey@cygnus.com>
637
638         * configure: Rebuilt.
639         * configure.in: Added --with-cross-host argument.  Use
640         $with_cross_host to determine when cross-compiling.
641
642         * config.h (SMALL_CONFIG): Don't define.
643         * configure: Rebuilt.
644         * configure.in: Define SMALL_CONFIG when cross-compiling.
645
646 Tue Aug 11 11:41:25 1998  Tom Tromey  <tromey@cygnus.com>
647
648         * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
649         allchblk.c: Merged with 4.13a2 while preserving local changes.
650
651         * Makefile.orig: Updated from Makefile in 4.13a2.
652
653         * configure: Rebuilt.
654         * configure.in: Updated version number to 4.13a2.  On Solaris,
655         don't build with -O when using gcc.
656
657         Merged in version 4.13alpha2:
658         * config.h (USE_MMAP): Re-enable on Solaris.
659         * solaris_pthreads.c: Removed RCS Id line.
660         * alpha_mach_dep.s: Removed RCS Id line.
661
662 Wed Jul 22 15:38:12 1998  Tom Tromey  <tromey@cygnus.com>
663
664         * config.h (USE_MMAP): Don't define for Solaris.
665
666 Wed Jun 10 12:51:41 1998  Tom Tromey  <tromey@cygnus.com>
667
668         * Makefile.in: Rebuilt.
669         * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
670
671         * Makefile.in: Rebuilt.
672         * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
673
674 Thu May 14 15:32:58 1998  Tom Tromey  <tromey@cygnus.com>
675
676         * Makefile.in: Rebuilt.
677         * Makefile.am ($(all_objs)): Depend on config.h.
678
679         * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
680         DATASTART as &_etext.
681         * misc.c (GC_init_inner): If STACKBASE defined, then use it.
682         * configure: Rebuilt.
683         * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
684         tx39.
685
686 Tue May 12 13:15:45 1998  Tom Tromey  <tromey@cygnus.com>
687
688         * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
689         (GC_maybe_gc): Likewise.
690         * os_dep.c: If NO_SIGSET defined, then have empty
691         GC_disable_signals and GC_enable_signals.
692         * configure: Rebuilt.
693         * configure.in: Added --with-target-subdir option.  If
694         cross-compiling, define NO_SIGSET and NO_CLOCK.
695
696 Wed May  6 16:40:28 1998  Tom Tromey  <tromey@cygnus.com>
697
698         * Makefile.in: Rebuilt.
699         * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
700         (AS): Removed.
701         * aclocal.m4, configure: Rebuilt.
702         * acinclude.m4: New file.
703         * configure.in: Don't run AM_EXEEXT.  Use LIB_AC_PROG_CC.
704
705 Thu Apr 30 14:51:12 1998  Tom Tromey  <tromey@cygnus.com>
706
707         * configure: Rebuilt.
708         * configure.in: Link boehm-config.h to config.h.
709         * Makefile.in: Rebuilt.
710         * Makefile.am (INCLUDES): Removed.
711         * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
712         JAVA_FINALIZATION): Define
713
714 Wed Apr 29 11:03:14 1998  Tom Tromey  <tromey@cygnus.com>
715
716         * Many files: Use GC_bool, not bool.
717         * gc_priv.h: Define GC_bool, not bool.
718
719         * misc.c (GC_dont_gc): Define as int.
720         (GC_quiet): Likewise.
721         * gc_priv.h (GC_never_stop_func): Declare as returning bool.
722         * alloc.c (GC_dont_expand): Define as int.
723         * gc_priv.h: For gcc, define bool as char.
724
725 Tue Apr 28 22:44:16 1998  Tom Tromey  <tromey@cygnus.com>
726
727         * Makefile.in: Rebuilt.
728         * Makefile.am (check_PROGRAMS): New macro.
729         (gctest_SOURCES): Likewise.
730         (gctest_LDADD): Likewise.
731
732 Mon Apr 27 23:53:24 1998  Tom Tromey  <tromey@cygnus.com>
733
734         * Makefile.in: Rebuilt.
735         * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
736         * configure: Rebuilt.
737         * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
738
739 Wed Apr 15 11:40:56 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
740
741         * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
742         New files.
743         * Makefile.orig: Renamed from Makefile.
744