OSDN Git Service

2000-12-11 Alexandre Petit-Bianco <apbianco@cygnus.com>
[pf3gnuchains/gcc-fork.git] / boehm-gc / ChangeLog
1 2000-12-11  Alexandre Petit-Bianco  <apbianco@cygnus.com>
2
3         * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
4         * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and
5         set accordingly.
6         * Makefile.in: Rebuilt.
7         * configure: Likewise.
8
9 2000-12-10  Geoffrey Keating  <geoffk@redhat.com>
10
11         * gcconfig.h: Add new case for powerpc EABI.
12         [PPC]: Handle embedded OS for powerpc simulator.
13
14 2000-09-30  Bryce McKinlay  <bryce@albatross.co.nz>
15
16         * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in 
17         cross-compile configuration only.
18         * Makefile.am: Build gcj_mlc.c.
19         * configure, Makefile.in: Rebuilt.
20
21 2000-09-10  Alexandre Oliva  <aoliva@redhat.com>
22
23         * acinclude.m4: Include libtool macros from the top level.
24         * aclocal.m4, configure: Rebuilt.
25
26 2000-09-04  Anthony Green  <green@redhat.com>
27
28         Fix for PR libgcj/230:
29         * mark.c (GC_mark_from_mark_stack): Remove call to
30         GC_debug_object_start.
31         * gc_priv.h (GC_debug_object_start): Remove prototype.
32
33 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
34
35         * gcconfig.h [OSF1] (_end): Declare as `int'.
36
37 2000-08-02  Tom Tromey  <tromey@cygnus.com>
38
39         * gc_priv.h (GC_generic_malloc_inner): Prototype.
40         (GC_generic_malloc): Likewise.
41         (GC_add_to_black_list_normal): Likewise.
42         (GC_find_header): Likewise.
43         (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
44         * gc_mark.h (GC_find_start): Prototype.
45         (GC_signal_mark_stack_overflow): Likewise.
46
47 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
48
49         * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
50         * configure: Rebuilt.
51
52         * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
53
54 2000-06-20  Bryce McKinlay  <bryce@albatross.co.nz>
55
56         Imported version 5.1.
57         * acinclude.m4: Push version to 5.1.
58
59 2000-06-19  Andrew Haley  <aph@cygnus.com>
60
61         * os_dep.c (read): Pass two dummy args to syscall().
62
63 2000-05-11  Bryce McKinlay  <bryce@albatross.co.nz>
64
65         Imported 5.0 release version.
66         * acinclude.m4: Increment version to 5.0.
67
68 2000-05-07  Bryce McKinlay  <bryce@albatross.co.nz>
69
70         Imported version 5.0alpha7.
71         * acinclude.m4: Update version to 5.0a7.
72
73 2000-04-26  Jakub Jelinek  <jakub@redhat.com>
74
75         * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
76         (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
77         - sparc glibc does not provide it.
78         (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
79         Make STACKBOTTOM depend on the wordsize.
80         * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
81         (struct frame): Declare on sparc*-linux*.
82         (GC_save_callers): Bias the frame pointers if needed (sparc64).
83         * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
84         Implement on sparc64.
85         (GC_clear_stack_inner): Implement on sparc64.
86         * gc_priv.h (GC_test_and_set): Implement for sparc.
87         * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
88         GC_save_regs_in_stack on sparc.
89
90 2000-04-23  Tom Tromey  <tromey@cygnus.com>
91
92         * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
93
94 2000-04-19  Bryce McKinlay  <bryce@albatross.co.nz>
95
96         Imported version version 5.0alpha6.
97         * acinclude.m4: Bump version to 5.0a6.
98         * configure.in: Don't use alpha_mach_dep.s.
99         * include/private/config.h, irix_threads.c gc_watcom.asm: Delete 
100         obsolete files.
101         * Makefile.am, Makefile.in: irix_threads.c is now
102         hpux_irix_threads.c.
103         * Makefile.orig: Updated from gc distribution Makefile.
104
105 2000-03-26  Anthony Green  <green@redhat.com>
106
107         * misc.c (GC_enable): Always define GC_enable and GC_disable.
108
109 2000-02-14  Tom Tromey  <tromey@cygnus.com>
110
111         * gc.h (dlopen): Define as GC_dlopen on Linux.
112         (GC_dlopen): Declare on Linux.
113         * dyn_load.c (GC_dlopen): Define for Linux.
114
115 Fri Jan 28 17:13:20 2000  Anthony Green  <green@cygnus.com>
116
117         * gcconfig.h (DATASTART): Add missing extern declaration
118         for data_start on powerpc.
119
120 1999-12-22  Bryce McKinlay  <bryce@albatross.co.nz>
121
122         * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
123         NO_SIGNALS case.
124
125 1999-12-19  Jeff Sturm  <jsturm@sigma6.com>
126
127         * gcconfig.h: Define DATASTART for Alpha Linux.
128
129 1999-12-19  Anthony Green  <green@cygnus.com>
130
131         * gcconfig.h: Use libgcj hack for Alpha Linux.  
132         Undefine MPROTEXT_VDB (from Jeff Sturm).
133         * os_dep.c: Remove Alpha Linux hacks.
134         * misc.c: Ditto.
135
136 1999-12-13  Tom Tromey  <tromey@cygnus.com>
137
138         * aclocal.m4, configure: Rebuilt.
139         * acinclude.m4: Changed version to 5.0a4.
140         * Makefile.in: Rebuilt.
141         * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
142
143 1999-12-12  Anthony Green  <green@cygnus.com>
144
145         * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
146         Linux.
147         (DYNAMIC_LOADING): Define for PowerPC Linux.
148         * os_dep.c: Remove some special cases for PowerPC Linux.
149         * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
150         for PowerPC Linux.
151
152 1999-11-04  Tom Tromey  <tromey@cygnus.com>
153
154         * Makefile.in: Rebuilt.
155         * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
156
157         * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
158         (GC_thr_init): Don't declare.
159
160         * configure: Rebuilt.
161         * configure.in: Removed qt threads case.
162         * dyn_load.c: Don't mention QUICK_THREADS.
163         * os_dep.c: Don't mention QUICK_THREADS.
164         * misc.c: Don't mention QUICK_THREADS.
165         * gcconfig.h: Don't mention QUICK_THREADS.
166         * gc_priv.h: Removed QUICK_THREADS code.
167         * quick_threads.c: Removed.
168
169 1999-11-03  Tom Tromey  <tromey@cygnus.com>
170
171         * gcconfig.h: Merged in local changes from old config.h.
172
173 1999-11-02  Bryce McKinlay  <bryce@albatross.co.nz>
174
175         * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
176
177 1999-11-02  Tom Tromey  <tromey@cygnus.com>
178
179         * quick_threads.c: Include gcconfig.h, not boehm-config.h.
180
181         * configure: Rebuilt.
182         * configure.in: Don't create boehm-config.h.
183         * Makefile.in: Rebuilt.
184         * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
185         config.h.
186         ($(all_objs)): Depend on gcconfig.h.
187         * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
188         * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
189         * config.h: Removed.
190
191 1999-11-01  Tom Tromey  <tromey@cygnus.com>
192
193         * Makefile.in: Rebuilt.
194         * Makefile.am (gctest_LDADD): Added THREADLIB.
195         (TESTS): New macro.
196         * configure: Rebuilt.
197         * configure.in (INCLUDES): New subst.
198
199 1999-09-29  Steve Chamberlain  <sac@pobox.com>
200
201         * config.h: Added picoJava target.
202         * mach_dep.h (GC_push_regs):  New code for picoJava.
203
204 1999-09-28  Tom Tromey  <tromey@cygnus.com>
205
206         * aclocal.m4, configure: Rebuilt.
207         * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
208         appropriate AC_PROG_ symbol.
209
210 Tue Aug 10 00:08:29 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
211
212         * gc_priv.h:  IRIX thread changes from
213         include/private/gc_priv.h.
214
215 Mon Aug  9 18:33:38 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
216
217         * Makefile.in: Rebuilt.
218         * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
219         builds.
220
221         * configure: Rebuilt.
222         * configure.in: Properly align --help output, fix capitalization
223         and punctuation.
224         * acinclude.m4: Likewise.
225
226 1999-08-04  Tom Tromey  <tromey@cygnus.com>
227
228         * configure.in: Added missing `;;'.  From Anthony Green.
229
230 Mon Aug  2 23:09:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
231
232         * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
233
234 1999-08-03  Tom Tromey  <tromey@cygnus.com>
235
236         * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
237         Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
238
239 1999-08-02  Tom Tromey  <tromey@cygnus.com>
240
241         * aclocal.m4, configure: Rebuilt for new libtool.
242
243 1999-07-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
244
245         * mips_sgi_mach_dep.s: Enable PIC option.
246
247 1999-07-19  Tom Tromey  <tromey@cygnus.com>
248
249         * config.h (MPROTECT_VDB): Don't define on Linux.
250
251 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
252
253         * Makefile.am (.s.lo): Avoid `#line' directives.
254         * Makefile.in: Rebuilt.
255
256 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
257
258         * Makefile.am (*-recursive, *-am, *-multi): Automake does not
259         generate *-recursive for this Makefile, use *-am instead.
260         * Makefile.in: Rebuilt.
261
262 1999-06-30  Alexandre Oliva  <oliva@dcc.unicamp.br>
263
264         * Makefile.am (.s.lo): Renamed from `.s.o'.
265         * Makefile.in: Rebuilt.
266
267 1999-06-21  Tom Tromey  <tromey@cygnus.com>
268
269         Alpha patch from Jeff Sturm:
270         * os_dep.c (GC_init_linuxalpha): New function.
271         * misc.c: Initialize for alpha linux.
272         * gc_priv.h (GC_test_and_set): Define for alpha.
273         * config.h: Don't assume __data_start on alpha.
274
275         * Makefile.in: Rebuilt.
276         * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
277         -release.
278
279         * Makefile.in: Rebuilt.
280         * Makefile.am (toolexeclibdir): Define as libdir when
281         appropriate.
282         * configure: Rebuilt.
283         * configure.in (USE_LIBDIR): New conditional.
284
285         * configure: Rebuilt.
286         * configure.in: Recognize all forms of alpha.
287
288 1999-06-17  Anthony Green  <green@cygnus.com>
289
290         * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
291         Carlo Dapor <carlo@vis.ethz.ch>).
292
293 1999-05-05  Gilles Zunino  <Gilles.Zunino@hei.fr>
294
295         * configure.in: Switch from irix threads to posix threads
296         Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
297         for mips architecture.
298         * configure: Regenerate.
299
300 1999-04-30  Tom Tromey  <tromey@cygnus.com>
301
302         * linux_threads.c: Don't reference __pthread_initial_thread_bos.
303
304 1999-04-26  Tom Tromey  <tromey@cygnus.com>
305
306         * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
307         `weak'.
308
309 1999-04-23  Tom Tromey  <tromey@cygnus.com>
310
311         * Makefile.in, configure: Rebuilt.
312         * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
313         (libgcjgc_la_SOURCES): Renamed.
314         (libgcjgc_la_LIBADD): Likewise.
315         (libgcjgc_la_DEPENDENCIES): Likewise.
316         (EXTRA_libgcjgc_la_SOURCES): Likewise.
317         (gctest_LDADD): Use libgcjgc.la.
318         (all_objs): Mention libgcj_la_OBJECTS.
319         (EXTRA_LTLIBRARIES): Renamed.
320         (toollib_LTLIBRARIES): Likewise.
321         (libgcjgc_la_LDFLAGS): New macro
322         (toolexecdir): Renamed.
323         (toolexeclibdir): Likewise.
324         (toolexeclib_LTLIBRARIES): Likewise.
325         (LTCOMPILE): Renamed; added libtool invocation.
326         (LINK): Added libtool invocation.
327         (.s.o): use LTCOMPILE.
328         * configure.in: Call AM_PROG_LIBTOOL.  
329         (target_all): Set to libgcjgc.la.
330         Mention `.lo' forms of object files.
331
332 1999-04-21  Tom Tromey  <tromey@cygnus.com>
333
334         * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
335         GC_stackbottom.
336
337         * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
338         sigcontext.h.  From Matthias Klose <doko@itso.de>.
339
340 1999-04-16  Tom Tromey  <tromey@cygnus.com>
341
342         * config.h (__start): Declare as `int' in alpha/OSF1 case.  From
343         David Pettersson <dapet@mai.liu.se>
344
345 1999-04-14  Tom Tromey  <tromey@cygnus.com>
346
347         * configure: Rebuilt.
348         * configure.in: Don't use sparc_mach_dep.o for Solaris.  Reverts
349         incorrect patch of 199-04-09.
350
351         * configure: Rebuilt.
352         * configure.in: Added support for alpha.
353         From David Pettersson <dapet@mai.liu.se>.
354
355 1999-04-13  Tom Tromey  <tromey@cygnus.com>
356
357         * Makefile.in: Rebuilt.
358         * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
359         solaris-threads.h.
360
361 1999-04-09  Tom Tromey  <tromey@cygnus.com>
362
363         * configure: Rebuilt.
364         * configure.in: Use sparc_mach_dep.s when building on Solaris.
365
366 1999-02-23  Tom Tromey  <tromey@cygnus.com>
367
368         * configure: Rebuilt.
369         * configure.in: For Linux, define _REENTRANT.  For Solaris, define
370         SOLARIS_THREADS and _SOLARIS_PTHREADS.
371
372 1999-02-18  Tom Tromey  <tromey@cygnus.com>
373
374         * quick_threads.c (GC_push_all_stacks): Change order of arguments
375         to GC_push_all_stacks depending on STACK_GROWS_DOWN define.  Check
376         for case where LO is NULL.
377
378 1999-02-10  Tom Tromey  <tromey@cygnus.com>
379
380         * aclocal.m4, configure, Makefile.in: Rebuilt.
381         * acinclude.m4: Updated to be used with automake 1.4.
382         * configure.in: Renamed libgc to libgcjgc.  Updated to be used
383         with automake 1.4.
384         * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
385         (libgcjgc_a_SOURCES): Likewise.
386         (libgcjgc_a_LIBADD): Likewise.
387         (libgcjgc_a_DEPENDENCIES): Likewise.
388         (EXTRA_libgcjgc_a_SOURCES): Likewise.
389         (gctest_LDADD): Likewise.
390         (all_objs): Likewise.
391
392 1999-01-08  Tom Tromey  <tromey@cygnus.com>
393
394         * configure: Rebuilt.
395         * configure.in: Define LINUX_THREADS if using POSIX threads on
396         Linux.
397
398         * gc_priv.h (GC_test_and_set): Put return type into definition.
399
400 1998-11-24  Andrew Haley  <aph@viagra.cygnus.co.uk>
401
402         * Makefile.am: add support for eCos.  In particular, add C++
403         support for compiling the file ecos.cc.
404         * ecos.cc: new file.
405         * acinclude.m4: add C++ support.
406         * aclocal.m4: likewise
407         * config.h: add eCos support.
408         * configure: likewise
409         * configure.in: likewise
410         * misc.c (GC_write): add eCos support.
411         * os_dep.c (tiny_sbrk): add eCos support.
412         
413 Thu Dec 10 18:24:34 1998  Warren Levy  <warrenl@cygnus.com>
414
415         * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
416         * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
417
418 1998-11-23  Tom Tromey  <tromey@cygnus.com>
419
420         * configure.host (boehm_gc_cflags): Don't add `-O2'.
421
422 1998-11-20  Andrew Haley  <aph@viagra.cygnus.co.uk>
423
424         * Makefile.am, Makefile.in, configure.host: tx39 build option 
425         "-G 0" added.
426         
427 1998-11-17  Tom Tromey  <tromey@cygnus.com>
428
429         * configure: Rebuilt.
430         * configure.in: Switch on host, not target.
431
432 1998-11-16  Tom Tromey  <tromey@cygnus.com>
433
434         * gc_priv.h (GC_debug_object_start): Declare.
435         * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
436         * gc.h (GC_debug_register_finalizer_no_order,
437         GC_register_finalizer_no_order): Declare.
438         (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
439         * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
440         (GC_debug_generic_malloc): Likewise.
441         (GC_debug_object_start): new function.
442
443 1998-11-11  Tom Tromey  <tromey@cygnus.com>
444
445         * configure: Rebuilt.
446         * configure.in: Recognize --enable-java-gc, not --enable-gc.
447
448 Tue Nov  3 18:01:12 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
449
450         * dyn_load.c: Handle QUICK_THREADS case.
451
452 1998-10-21  Tom Tromey  <tromey@cygnus.com>
453
454         * configure: Rebuilt.
455         * configure.in: Put cpp defines here, not in config.h.  Recognize
456         --enable-threads.  Set INCLUDES.  Create boehm-cflags file.  Don't
457         define PACKAGE or VERSION.
458         * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
459         Don't define.
460
461         * os_dep.c (GC_default_push_other_roots): Define when
462         QUICK_THREADS defined.
463         * misc.c: Added QUICK_THREADS case.
464         * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
465         * config.h (THREADS): Define if QUICK_THREADS defined.
466         * Makefile.in: Rebuilt.
467         * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
468         quick_threads.c.
469         * quick_threads.c: New file.
470
471 1998-10-20  Tom Tromey  <tromey@cygnus.com>
472
473         * aclocal.m4, configure: Rebuilt.
474         * acinclude.m4: Don't subst machine_dir or sys_dir.
475         * configure.host: Removed unused code.
476
477 Sun Oct 11 08:18:02 1998  Anthony Green  <green@cygnus.com>
478
479         * configure: Rebuilt.
480         * configure.in: Fix typo in previous patch.
481
482 Sun Oct 11 08:06:11 1998  Anthony Green  <green@cygnus.com>
483
484         * Makefile.in, aclocal.m4, configure: Rebuilt.
485         * Makefile.am, acinclude.m4, configure.in: Add multilib support.
486         * configure.host: Created.
487
488 Tue Sep  1 10:58:15 1998  Tom Tromey  <tromey@cygnus.com>
489
490         * Makefile.in: Rebuilt.
491         * Makefile.am (lib_LIBRARIES): Use target_all.
492         (EXTRA_LIBRARIES): New macro.
493         * configure: Rebuilt.
494         * configure.in: Recognize --enable-gc.
495
496 Thu Aug 13 10:52:45 1998  Tom Tromey  <tromey@cygnus.com>
497
498         * Makefile.in: Rebuilt.
499         * Makefile.am (COMPILE): Define.
500         (LINK): Likewise.
501         (.s.o): Use MY_CFLAGS.
502         * configure: Rebuilt.
503         * configure.in (MY_CFLAGS): Define and subst.
504
505 Wed Aug 12 11:41:43 1998  Tom Tromey  <tromey@cygnus.com>
506
507         * configure: Rebuilt.
508         * configure.in: Added --with-cross-host argument.  Use
509         $with_cross_host to determine when cross-compiling.
510
511         * config.h (SMALL_CONFIG): Don't define.
512         * configure: Rebuilt.
513         * configure.in: Define SMALL_CONFIG when cross-compiling.
514
515 Tue Aug 11 11:41:25 1998  Tom Tromey  <tromey@cygnus.com>
516
517         * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
518         allchblk.c: Merged with 4.13a2 while preserving local changes.
519
520         * Makefile.orig: Updated from Makefile in 4.13a2.
521
522         * configure: Rebuilt.
523         * configure.in: Updated version number to 4.13a2.  On Solaris,
524         don't build with -O when using gcc.
525
526         Merged in version 4.13alpha2:
527         * config.h (USE_MMAP): Re-enable on Solaris.
528         * solaris_pthreads.c: Removed RCS Id line.
529         * alpha_mach_dep.s: Removed RCS Id line.
530
531 Wed Jul 22 15:38:12 1998  Tom Tromey  <tromey@cygnus.com>
532
533         * config.h (USE_MMAP): Don't define for Solaris.
534
535 Wed Jun 10 12:51:41 1998  Tom Tromey  <tromey@cygnus.com>
536
537         * Makefile.in: Rebuilt.
538         * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
539
540         * Makefile.in: Rebuilt.
541         * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
542
543 Thu May 14 15:32:58 1998  Tom Tromey  <tromey@cygnus.com>
544
545         * Makefile.in: Rebuilt.
546         * Makefile.am ($(all_objs)): Depend on config.h.
547
548         * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
549         DATASTART as &_etext.
550         * misc.c (GC_init_inner): If STACKBASE defined, then use it.
551         * configure: Rebuilt.
552         * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
553         tx39.
554
555 Tue May 12 13:15:45 1998  Tom Tromey  <tromey@cygnus.com>
556
557         * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
558         (GC_maybe_gc): Likewise.
559         * os_dep.c: If NO_SIGSET defined, then have empty
560         GC_disable_signals and GC_enable_signals.
561         * configure: Rebuilt.
562         * configure.in: Added --with-target-subdir option.  If
563         cross-compiling, define NO_SIGSET and NO_CLOCK.
564
565 Wed May  6 16:40:28 1998  Tom Tromey  <tromey@cygnus.com>
566
567         * Makefile.in: Rebuilt.
568         * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
569         (AS): Removed.
570         * aclocal.m4, configure: Rebuilt.
571         * acinclude.m4: New file.
572         * configure.in: Don't run AM_EXEEXT.  Use LIB_AC_PROG_CC.
573
574 Thu Apr 30 14:51:12 1998  Tom Tromey  <tromey@cygnus.com>
575
576         * configure: Rebuilt.
577         * configure.in: Link boehm-config.h to config.h.
578         * Makefile.in: Rebuilt.
579         * Makefile.am (INCLUDES): Removed.
580         * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
581         JAVA_FINALIZATION): Define
582
583 Wed Apr 29 11:03:14 1998  Tom Tromey  <tromey@cygnus.com>
584
585         * Many files: Use GC_bool, not bool.
586         * gc_priv.h: Define GC_bool, not bool.
587
588         * misc.c (GC_dont_gc): Define as int.
589         (GC_quiet): Likewise.
590         * gc_priv.h (GC_never_stop_func): Declare as returning bool.
591         * alloc.c (GC_dont_expand): Define as int.
592         * gc_priv.h: For gcc, define bool as char.
593
594 Tue Apr 28 22:44:16 1998  Tom Tromey  <tromey@cygnus.com>
595
596         * Makefile.in: Rebuilt.
597         * Makefile.am (check_PROGRAMS): New macro.
598         (gctest_SOURCES): Likewise.
599         (gctest_LDADD): Likewise.
600
601 Mon Apr 27 23:53:24 1998  Tom Tromey  <tromey@cygnus.com>
602
603         * Makefile.in: Rebuilt.
604         * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
605         * configure: Rebuilt.
606         * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
607
608 Wed Apr 15 11:40:56 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
609
610         * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
611         New files.
612         * Makefile.orig: Renamed from Makefile.
613