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