OSDN Git Service

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