OSDN Git Service

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