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