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