OSDN Git Service

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