OSDN Git Service

Merged GC 5.0alpha4 with local changes, plus:
[pf3gnuchains/gcc-fork.git] / boehm-gc / ChangeLog
1 1999-11-01  Tom Tromey  <tromey@cygnus.com>
2
3         * Makefile.in: Rebuilt.
4         * Makefile.am (gctest_LDADD): Added THREADLIB.
5         (TESTS): New macro.
6         * configure: Rebuilt.
7         * configure.in (INCLUDES): New subst.
8
9 1999-09-29  Steve Chamberlain  <sac@pobox.com>
10
11         * config.h: Added picoJava target.
12         * mach_dep.h (GC_push_regs):  New code for picoJava.
13
14 1999-09-28  Tom Tromey  <tromey@cygnus.com>
15
16         * aclocal.m4, configure: Rebuilt.
17         * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
18         appropriate AC_PROG_ symbol.
19
20 Tue Aug 10 00:08:29 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
21
22         * gc_priv.h: Merged IRIX thread changes from
23         include/private/gc_priv.h.
24
25 Mon Aug  9 18:33:38 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
26
27         * Makefile.in: Rebuilt.
28         * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
29         builds.
30
31         * configure: Rebuilt.
32         * configure.in: Properly align --help output, fix capitalization
33         and punctuation.
34         * acinclude.m4: Likewise.
35
36 1999-08-04  Tom Tromey  <tromey@cygnus.com>
37
38         * configure.in: Added missing `;;'.  From Anthony Green.
39
40 Mon Aug  2 23:09:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
41
42         * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
43
44 1999-08-03  Tom Tromey  <tromey@cygnus.com>
45
46         * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
47         Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
48
49 1999-08-02  Tom Tromey  <tromey@cygnus.com>
50
51         * aclocal.m4, configure: Rebuilt for new libtool.
52
53 1999-07-31  Alexandre Oliva  <oliva@dcc.unicamp.br>
54
55         * mips_sgi_mach_dep.s: Enable PIC option.
56
57 1999-07-19  Tom Tromey  <tromey@cygnus.com>
58
59         * config.h (MPROTECT_VDB): Don't define on Linux.
60
61 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
62
63         * Makefile.am (.s.lo): Avoid `#line' directives.
64         * Makefile.in: Rebuilt.
65
66 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
67
68         * Makefile.am (*-recursive, *-am, *-multi): Automake does not
69         generate *-recursive for this Makefile, use *-am instead.
70         * Makefile.in: Rebuilt.
71
72 1999-06-30  Alexandre Oliva  <oliva@dcc.unicamp.br>
73
74         * Makefile.am (.s.lo): Renamed from `.s.o'.
75         * Makefile.in: Rebuilt.
76
77 1999-06-21  Tom Tromey  <tromey@cygnus.com>
78
79         Alpha patch from Jeff Sturm:
80         * os_dep.c (GC_init_linuxalpha): New function.
81         * misc.c: Initialize for alpha linux.
82         * gc_priv.h (GC_test_and_set): Define for alpha.
83         * config.h: Don't assume __data_start on alpha.
84
85         * Makefile.in: Rebuilt.
86         * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
87         -release.
88
89         * Makefile.in: Rebuilt.
90         * Makefile.am (toolexeclibdir): Define as libdir when
91         appropriate.
92         * configure: Rebuilt.
93         * configure.in (USE_LIBDIR): New conditional.
94
95         * configure: Rebuilt.
96         * configure.in: Recognize all forms of alpha.
97
98 1999-06-17  Anthony Green  <green@cygnus.com>
99
100         * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
101         Carlo Dapor <carlo@vis.ethz.ch>).
102
103 1999-05-05  Gilles Zunino  <Gilles.Zunino@hei.fr>
104
105         * configure.in: Switch from irix threads to posix threads
106         Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
107         for mips architecture.
108         * configure: Regenerate.
109
110 1999-04-30  Tom Tromey  <tromey@cygnus.com>
111
112         * linux_threads.c: Don't reference __pthread_initial_thread_bos.
113
114 1999-04-26  Tom Tromey  <tromey@cygnus.com>
115
116         * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
117         `weak'.
118
119 1999-04-23  Tom Tromey  <tromey@cygnus.com>
120
121         * Makefile.in, configure: Rebuilt.
122         * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
123         (libgcjgc_la_SOURCES): Renamed.
124         (libgcjgc_la_LIBADD): Likewise.
125         (libgcjgc_la_DEPENDENCIES): Likewise.
126         (EXTRA_libgcjgc_la_SOURCES): Likewise.
127         (gctest_LDADD): Use libgcjgc.la.
128         (all_objs): Mention libgcj_la_OBJECTS.
129         (EXTRA_LTLIBRARIES): Renamed.
130         (toollib_LTLIBRARIES): Likewise.
131         (libgcjgc_la_LDFLAGS): New macro
132         (toolexecdir): Renamed.
133         (toolexeclibdir): Likewise.
134         (toolexeclib_LTLIBRARIES): Likewise.
135         (LTCOMPILE): Renamed; added libtool invocation.
136         (LINK): Added libtool invocation.
137         (.s.o): use LTCOMPILE.
138         * configure.in: Call AM_PROG_LIBTOOL.  
139         (target_all): Set to libgcjgc.la.
140         Mention `.lo' forms of object files.
141
142 1999-04-21  Tom Tromey  <tromey@cygnus.com>
143
144         * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
145         GC_stackbottom.
146
147         * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
148         sigcontext.h.  From Matthias Klose <doko@itso.de>.
149
150 1999-04-16  Tom Tromey  <tromey@cygnus.com>
151
152         * config.h (__start): Declare as `int' in alpha/OSF1 case.  From
153         David Pettersson <dapet@mai.liu.se>
154
155 1999-04-14  Tom Tromey  <tromey@cygnus.com>
156
157         * configure: Rebuilt.
158         * configure.in: Don't use sparc_mach_dep.o for Solaris.  Reverts
159         incorrect patch of 199-04-09.
160
161         * configure: Rebuilt.
162         * configure.in: Added support for alpha.
163         From David Pettersson <dapet@mai.liu.se>.
164
165 1999-04-13  Tom Tromey  <tromey@cygnus.com>
166
167         * Makefile.in: Rebuilt.
168         * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
169         solaris-threads.h.
170
171 1999-04-09  Tom Tromey  <tromey@cygnus.com>
172
173         * configure: Rebuilt.
174         * configure.in: Use sparc_mach_dep.s when building on Solaris.
175
176 1999-02-23  Tom Tromey  <tromey@cygnus.com>
177
178         * configure: Rebuilt.
179         * configure.in: For Linux, define _REENTRANT.  For Solaris, define
180         SOLARIS_THREADS and _SOLARIS_PTHREADS.
181
182 1999-02-18  Tom Tromey  <tromey@cygnus.com>
183
184         * quick_threads.c (GC_push_all_stacks): Change order of arguments
185         to GC_push_all_stacks depending on STACK_GROWS_DOWN define.  Check
186         for case where LO is NULL.
187
188 1999-02-10  Tom Tromey  <tromey@cygnus.com>
189
190         * aclocal.m4, configure, Makefile.in: Rebuilt.
191         * acinclude.m4: Updated to be used with automake 1.4.
192         * configure.in: Renamed libgc to libgcjgc.  Updated to be used
193         with automake 1.4.
194         * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
195         (libgcjgc_a_SOURCES): Likewise.
196         (libgcjgc_a_LIBADD): Likewise.
197         (libgcjgc_a_DEPENDENCIES): Likewise.
198         (EXTRA_libgcjgc_a_SOURCES): Likewise.
199         (gctest_LDADD): Likewise.
200         (all_objs): Likewise.
201
202 1999-01-08  Tom Tromey  <tromey@cygnus.com>
203
204         * configure: Rebuilt.
205         * configure.in: Define LINUX_THREADS if using POSIX threads on
206         Linux.
207
208         * gc_priv.h (GC_test_and_set): Put return type into definition.
209
210 1998-11-24  Andrew Haley  <aph@viagra.cygnus.co.uk>
211
212         * Makefile.am: add support for eCos.  In particular, add C++
213         support for compiling the file ecos.cc.
214         * ecos.cc: new file.
215         * acinclude.m4: add C++ support.
216         * aclocal.m4: likewise
217         * config.h: add eCos support.
218         * configure: likewise
219         * configure.in: likewise
220         * misc.c (GC_write): add eCos support.
221         * os_dep.c (tiny_sbrk): add eCos support.
222         
223 Thu Dec 10 18:24:34 1998  Warren Levy  <warrenl@cygnus.com>
224
225         * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
226         * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
227
228 1998-11-23  Tom Tromey  <tromey@cygnus.com>
229
230         * configure.host (boehm_gc_cflags): Don't add `-O2'.
231
232 1998-11-20  Andrew Haley  <aph@viagra.cygnus.co.uk>
233
234         * Makefile.am, Makefile.in, configure.host: tx39 build option 
235         "-G 0" added.
236         
237 1998-11-17  Tom Tromey  <tromey@cygnus.com>
238
239         * configure: Rebuilt.
240         * configure.in: Switch on host, not target.
241
242 1998-11-16  Tom Tromey  <tromey@cygnus.com>
243
244         * gc_priv.h (GC_debug_object_start): Declare.
245         * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
246         * gc.h (GC_debug_register_finalizer_no_order,
247         GC_register_finalizer_no_order): Declare.
248         (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
249         * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
250         (GC_debug_generic_malloc): Likewise.
251         (GC_debug_object_start): new function.
252
253 1998-11-11  Tom Tromey  <tromey@cygnus.com>
254
255         * configure: Rebuilt.
256         * configure.in: Recognize --enable-java-gc, not --enable-gc.
257
258 Tue Nov  3 18:01:12 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
259
260         * dyn_load.c: Handle QUICK_THREADS case.
261
262 1998-10-21  Tom Tromey  <tromey@cygnus.com>
263
264         * configure: Rebuilt.
265         * configure.in: Put cpp defines here, not in config.h.  Recognize
266         --enable-threads.  Set INCLUDES.  Create boehm-cflags file.  Don't
267         define PACKAGE or VERSION.
268         * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
269         Don't define.
270
271         * os_dep.c (GC_default_push_other_roots): Define when
272         QUICK_THREADS defined.
273         * misc.c: Added QUICK_THREADS case.
274         * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
275         * config.h (THREADS): Define if QUICK_THREADS defined.
276         * Makefile.in: Rebuilt.
277         * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
278         quick_threads.c.
279         * quick_threads.c: New file.
280
281 1998-10-20  Tom Tromey  <tromey@cygnus.com>
282
283         * aclocal.m4, configure: Rebuilt.
284         * acinclude.m4: Don't subst machine_dir or sys_dir.
285         * configure.host: Removed unused code.
286
287 Sun Oct 11 08:18:02 1998  Anthony Green  <green@cygnus.com>
288
289         * configure: Rebuilt.
290         * configure.in: Fix typo in previous patch.
291
292 Sun Oct 11 08:06:11 1998  Anthony Green  <green@cygnus.com>
293
294         * Makefile.in, aclocal.m4, configure: Rebuilt.
295         * Makefile.am, acinclude.m4, configure.in: Add multilib support.
296         * configure.host: Created.
297
298 Tue Sep  1 10:58:15 1998  Tom Tromey  <tromey@cygnus.com>
299
300         * Makefile.in: Rebuilt.
301         * Makefile.am (lib_LIBRARIES): Use target_all.
302         (EXTRA_LIBRARIES): New macro.
303         * configure: Rebuilt.
304         * configure.in: Recognize --enable-gc.
305
306 Thu Aug 13 10:52:45 1998  Tom Tromey  <tromey@cygnus.com>
307
308         * Makefile.in: Rebuilt.
309         * Makefile.am (COMPILE): Define.
310         (LINK): Likewise.
311         (.s.o): Use MY_CFLAGS.
312         * configure: Rebuilt.
313         * configure.in (MY_CFLAGS): Define and subst.
314
315 Wed Aug 12 11:41:43 1998  Tom Tromey  <tromey@cygnus.com>
316
317         * configure: Rebuilt.
318         * configure.in: Added --with-cross-host argument.  Use
319         $with_cross_host to determine when cross-compiling.
320
321         * config.h (SMALL_CONFIG): Don't define.
322         * configure: Rebuilt.
323         * configure.in: Define SMALL_CONFIG when cross-compiling.
324
325 Tue Aug 11 11:41:25 1998  Tom Tromey  <tromey@cygnus.com>
326
327         * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
328         allchblk.c: Merged with 4.13a2 while preserving local changes.
329
330         * Makefile.orig: Updated from Makefile in 4.13a2.
331
332         * configure: Rebuilt.
333         * configure.in: Updated version number to 4.13a2.  On Solaris,
334         don't build with -O when using gcc.
335
336         Merged in version 4.13alpha2:
337         * config.h (USE_MMAP): Re-enable on Solaris.
338         * solaris_pthreads.c: Removed RCS Id line.
339         * alpha_mach_dep.s: Removed RCS Id line.
340
341 Wed Jul 22 15:38:12 1998  Tom Tromey  <tromey@cygnus.com>
342
343         * config.h (USE_MMAP): Don't define for Solaris.
344
345 Wed Jun 10 12:51:41 1998  Tom Tromey  <tromey@cygnus.com>
346
347         * Makefile.in: Rebuilt.
348         * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
349
350         * Makefile.in: Rebuilt.
351         * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
352
353 Thu May 14 15:32:58 1998  Tom Tromey  <tromey@cygnus.com>
354
355         * Makefile.in: Rebuilt.
356         * Makefile.am ($(all_objs)): Depend on config.h.
357
358         * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
359         DATASTART as &_etext.
360         * misc.c (GC_init_inner): If STACKBASE defined, then use it.
361         * configure: Rebuilt.
362         * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
363         tx39.
364
365 Tue May 12 13:15:45 1998  Tom Tromey  <tromey@cygnus.com>
366
367         * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
368         (GC_maybe_gc): Likewise.
369         * os_dep.c: If NO_SIGSET defined, then have empty
370         GC_disable_signals and GC_enable_signals.
371         * configure: Rebuilt.
372         * configure.in: Added --with-target-subdir option.  If
373         cross-compiling, define NO_SIGSET and NO_CLOCK.
374
375 Wed May  6 16:40:28 1998  Tom Tromey  <tromey@cygnus.com>
376
377         * Makefile.in: Rebuilt.
378         * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
379         (AS): Removed.
380         * aclocal.m4, configure: Rebuilt.
381         * acinclude.m4: New file.
382         * configure.in: Don't run AM_EXEEXT.  Use LIB_AC_PROG_CC.
383
384 Thu Apr 30 14:51:12 1998  Tom Tromey  <tromey@cygnus.com>
385
386         * configure: Rebuilt.
387         * configure.in: Link boehm-config.h to config.h.
388         * Makefile.in: Rebuilt.
389         * Makefile.am (INCLUDES): Removed.
390         * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
391         JAVA_FINALIZATION): Define
392
393 Wed Apr 29 11:03:14 1998  Tom Tromey  <tromey@cygnus.com>
394
395         * Many files: Use GC_bool, not bool.
396         * gc_priv.h: Define GC_bool, not bool.
397
398         * misc.c (GC_dont_gc): Define as int.
399         (GC_quiet): Likewise.
400         * gc_priv.h (GC_never_stop_func): Declare as returning bool.
401         * alloc.c (GC_dont_expand): Define as int.
402         * gc_priv.h: For gcc, define bool as char.
403
404 Tue Apr 28 22:44:16 1998  Tom Tromey  <tromey@cygnus.com>
405
406         * Makefile.in: Rebuilt.
407         * Makefile.am (check_PROGRAMS): New macro.
408         (gctest_SOURCES): Likewise.
409         (gctest_LDADD): Likewise.
410
411 Mon Apr 27 23:53:24 1998  Tom Tromey  <tromey@cygnus.com>
412
413         * Makefile.in: Rebuilt.
414         * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
415         * configure: Rebuilt.
416         * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
417
418 Wed Apr 15 11:40:56 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
419
420         * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
421         New files.
422         * Makefile.orig: Renamed from Makefile.
423