OSDN Git Service

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