OSDN Git Service

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