OSDN Git Service

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