OSDN Git Service

* config.h (__start): Declare as `int' in alpha/OSF1 case. From
[pf3gnuchains/gcc-fork.git] / boehm-gc / ChangeLog
1 1999-04-16  Tom Tromey  <tromey@cygnus.com>
2
3         * config.h (__start): Declare as `int' in alpha/OSF1 case.  From
4         David Pettersson <dapet@mai.liu.se>
5
6 1999-04-14  Tom Tromey  <tromey@cygnus.com>
7
8         * configure: Rebuilt.
9         * configure.in: Don't use sparc_mach_dep.o for Solaris.  Reverts
10         incorrect patch of 199-04-09.
11
12         * configure: Rebuilt.
13         * configure.in: Added support for alpha.
14         From David Pettersson <dapet@mai.liu.se>.
15
16 1999-04-13  Tom Tromey  <tromey@cygnus.com>
17
18         * Makefile.in: Rebuilt.
19         * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
20         solaris-threads.h.
21
22 1999-04-09  Tom Tromey  <tromey@cygnus.com>
23
24         * configure: Rebuilt.
25         * configure.in: Use sparc_mach_dep.s when building on Solaris.
26
27 1999-02-23  Tom Tromey  <tromey@cygnus.com>
28
29         * configure: Rebuilt.
30         * configure.in: For Linux, define _REENTRANT.  For Solaris, define
31         SOLARIS_THREADS and _SOLARIS_PTHREADS.
32
33 1999-02-18  Tom Tromey  <tromey@cygnus.com>
34
35         * quick_threads.c (GC_push_all_stacks): Change order of arguments
36         to GC_push_all_stacks depending on STACK_GROWS_DOWN define.  Check
37         for case where LO is NULL.
38
39 1999-02-10  Tom Tromey  <tromey@cygnus.com>
40
41         * aclocal.m4, configure, Makefile.in: Rebuilt.
42         * acinclude.m4: Updated to be used with automake 1.4.
43         * configure.in: Renamed libgc to libgcjgc.  Updated to be used
44         with automake 1.4.
45         * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
46         (libgcjgc_a_SOURCES): Likewise.
47         (libgcjgc_a_LIBADD): Likewise.
48         (libgcjgc_a_DEPENDENCIES): Likewise.
49         (EXTRA_libgcjgc_a_SOURCES): Likewise.
50         (gctest_LDADD): Likewise.
51         (all_objs): Likewise.
52
53 1999-01-08  Tom Tromey  <tromey@cygnus.com>
54
55         * configure: Rebuilt.
56         * configure.in: Define LINUX_THREADS if using POSIX threads on
57         Linux.
58
59         * gc_priv.h (GC_test_and_set): Put return type into definition.
60
61 1998-11-24  Andrew Haley  <aph@viagra.cygnus.co.uk>
62
63         * Makefile.am: add support for eCos.  In particular, add C++
64         support for compiling the file ecos.cc.
65         * ecos.cc: new file.
66         * acinclude.m4: add C++ support.
67         * aclocal.m4: likewise
68         * config.h: add eCos support.
69         * configure: likewise
70         * configure.in: likewise
71         * misc.c (GC_write): add eCos support.
72         * os_dep.c (tiny_sbrk): add eCos support.
73         
74 Thu Dec 10 18:24:34 1998  Warren Levy  <warrenl@cygnus.com>
75
76         * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
77         * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
78
79 1998-11-23  Tom Tromey  <tromey@cygnus.com>
80
81         * configure.host (boehm_gc_cflags): Don't add `-O2'.
82
83 1998-11-20  Andrew Haley  <aph@viagra.cygnus.co.uk>
84
85         * Makefile.am, Makefile.in, configure.host: tx39 build option 
86         "-G 0" added.
87         
88 1998-11-17  Tom Tromey  <tromey@cygnus.com>
89
90         * configure: Rebuilt.
91         * configure.in: Switch on host, not target.
92
93 1998-11-16  Tom Tromey  <tromey@cygnus.com>
94
95         * gc_priv.h (GC_debug_object_start): Declare.
96         * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
97         * gc.h (GC_debug_register_finalizer_no_order,
98         GC_register_finalizer_no_order): Declare.
99         (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
100         * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
101         (GC_debug_generic_malloc): Likewise.
102         (GC_debug_object_start): new function.
103
104 1998-11-11  Tom Tromey  <tromey@cygnus.com>
105
106         * configure: Rebuilt.
107         * configure.in: Recognize --enable-java-gc, not --enable-gc.
108
109 Tue Nov  3 18:01:12 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
110
111         * dyn_load.c: Handle QUICK_THREADS case.
112
113 1998-10-21  Tom Tromey  <tromey@cygnus.com>
114
115         * configure: Rebuilt.
116         * configure.in: Put cpp defines here, not in config.h.  Recognize
117         --enable-threads.  Set INCLUDES.  Create boehm-cflags file.  Don't
118         define PACKAGE or VERSION.
119         * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
120         Don't define.
121
122         * os_dep.c (GC_default_push_other_roots): Define when
123         QUICK_THREADS defined.
124         * misc.c: Added QUICK_THREADS case.
125         * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
126         * config.h (THREADS): Define if QUICK_THREADS defined.
127         * Makefile.in: Rebuilt.
128         * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
129         quick_threads.c.
130         * quick_threads.c: New file.
131
132 1998-10-20  Tom Tromey  <tromey@cygnus.com>
133
134         * aclocal.m4, configure: Rebuilt.
135         * acinclude.m4: Don't subst machine_dir or sys_dir.
136         * configure.host: Removed unused code.
137
138 Sun Oct 11 08:18:02 1998  Anthony Green  <green@cygnus.com>
139
140         * configure: Rebuilt.
141         * configure.in: Fix typo in previous patch.
142
143 Sun Oct 11 08:06:11 1998  Anthony Green  <green@cygnus.com>
144
145         * Makefile.in, aclocal.m4, configure: Rebuilt.
146         * Makefile.am, acinclude.m4, configure.in: Add multilib support.
147         * configure.host: Created.
148
149 Tue Sep  1 10:58:15 1998  Tom Tromey  <tromey@cygnus.com>
150
151         * Makefile.in: Rebuilt.
152         * Makefile.am (lib_LIBRARIES): Use target_all.
153         (EXTRA_LIBRARIES): New macro.
154         * configure: Rebuilt.
155         * configure.in: Recognize --enable-gc.
156
157 Thu Aug 13 10:52:45 1998  Tom Tromey  <tromey@cygnus.com>
158
159         * Makefile.in: Rebuilt.
160         * Makefile.am (COMPILE): Define.
161         (LINK): Likewise.
162         (.s.o): Use MY_CFLAGS.
163         * configure: Rebuilt.
164         * configure.in (MY_CFLAGS): Define and subst.
165
166 Wed Aug 12 11:41:43 1998  Tom Tromey  <tromey@cygnus.com>
167
168         * configure: Rebuilt.
169         * configure.in: Added --with-cross-host argument.  Use
170         $with_cross_host to determine when cross-compiling.
171
172         * config.h (SMALL_CONFIG): Don't define.
173         * configure: Rebuilt.
174         * configure.in: Define SMALL_CONFIG when cross-compiling.
175
176 Tue Aug 11 11:41:25 1998  Tom Tromey  <tromey@cygnus.com>
177
178         * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
179         allchblk.c: Merged with 4.13a2 while preserving local changes.
180
181         * Makefile.orig: Updated from Makefile in 4.13a2.
182
183         * configure: Rebuilt.
184         * configure.in: Updated version number to 4.13a2.  On Solaris,
185         don't build with -O when using gcc.
186
187         Merged in version 4.13alpha2:
188         * config.h (USE_MMAP): Re-enable on Solaris.
189         * solaris_pthreads.c: Removed RCS Id line.
190         * alpha_mach_dep.s: Removed RCS Id line.
191
192 Wed Jul 22 15:38:12 1998  Tom Tromey  <tromey@cygnus.com>
193
194         * config.h (USE_MMAP): Don't define for Solaris.
195
196 Wed Jun 10 12:51:41 1998  Tom Tromey  <tromey@cygnus.com>
197
198         * Makefile.in: Rebuilt.
199         * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
200
201         * Makefile.in: Rebuilt.
202         * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
203
204 Thu May 14 15:32:58 1998  Tom Tromey  <tromey@cygnus.com>
205
206         * Makefile.in: Rebuilt.
207         * Makefile.am ($(all_objs)): Depend on config.h.
208
209         * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
210         DATASTART as &_etext.
211         * misc.c (GC_init_inner): If STACKBASE defined, then use it.
212         * configure: Rebuilt.
213         * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
214         tx39.
215
216 Tue May 12 13:15:45 1998  Tom Tromey  <tromey@cygnus.com>
217
218         * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
219         (GC_maybe_gc): Likewise.
220         * os_dep.c: If NO_SIGSET defined, then have empty
221         GC_disable_signals and GC_enable_signals.
222         * configure: Rebuilt.
223         * configure.in: Added --with-target-subdir option.  If
224         cross-compiling, define NO_SIGSET and NO_CLOCK.
225
226 Wed May  6 16:40:28 1998  Tom Tromey  <tromey@cygnus.com>
227
228         * Makefile.in: Rebuilt.
229         * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
230         (AS): Removed.
231         * aclocal.m4, configure: Rebuilt.
232         * acinclude.m4: New file.
233         * configure.in: Don't run AM_EXEEXT.  Use LIB_AC_PROG_CC.
234
235 Thu Apr 30 14:51:12 1998  Tom Tromey  <tromey@cygnus.com>
236
237         * configure: Rebuilt.
238         * configure.in: Link boehm-config.h to config.h.
239         * Makefile.in: Rebuilt.
240         * Makefile.am (INCLUDES): Removed.
241         * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
242         JAVA_FINALIZATION): Define
243
244 Wed Apr 29 11:03:14 1998  Tom Tromey  <tromey@cygnus.com>
245
246         * Many files: Use GC_bool, not bool.
247         * gc_priv.h: Define GC_bool, not bool.
248
249         * misc.c (GC_dont_gc): Define as int.
250         (GC_quiet): Likewise.
251         * gc_priv.h (GC_never_stop_func): Declare as returning bool.
252         * alloc.c (GC_dont_expand): Define as int.
253         * gc_priv.h: For gcc, define bool as char.
254
255 Tue Apr 28 22:44:16 1998  Tom Tromey  <tromey@cygnus.com>
256
257         * Makefile.in: Rebuilt.
258         * Makefile.am (check_PROGRAMS): New macro.
259         (gctest_SOURCES): Likewise.
260         (gctest_LDADD): Likewise.
261
262 Mon Apr 27 23:53:24 1998  Tom Tromey  <tromey@cygnus.com>
263
264         * Makefile.in: Rebuilt.
265         * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
266         * configure: Rebuilt.
267         * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
268
269 Wed Apr 15 11:40:56 1998  Tom Tromey  <tromey@sanguine.cygnus.com>
270
271         * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
272         New files.
273         * Makefile.orig: Renamed from Makefile.
274