OSDN Git Service

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