1 Tue Aug 10 00:08:29 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3 * gc_priv.h: Merged IRIX thread changes from
4 include/private/gc_priv.h.
6 Mon Aug 9 18:33:38 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8 * Makefile.in: Rebuilt.
9 * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
13 * configure.in: Properly align --help output, fix capitalization
15 * acinclude.m4: Likewise.
17 1999-08-04 Tom Tromey <tromey@cygnus.com>
19 * configure.in: Added missing `;;'. From Anthony Green.
21 Mon Aug 2 23:09:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
23 * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
25 1999-08-03 Tom Tromey <tromey@cygnus.com>
27 * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
30 1999-08-02 Tom Tromey <tromey@cygnus.com>
32 * aclocal.m4, configure: Rebuilt for new libtool.
34 1999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br>
36 * mips_sgi_mach_dep.s: Enable PIC option.
38 1999-07-19 Tom Tromey <tromey@cygnus.com>
40 * config.h (MPROTECT_VDB): Don't define on Linux.
42 1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
44 * Makefile.am (.s.lo): Avoid `#line' directives.
45 * Makefile.in: Rebuilt.
47 1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
49 * Makefile.am (*-recursive, *-am, *-multi): Automake does not
50 generate *-recursive for this Makefile, use *-am instead.
51 * Makefile.in: Rebuilt.
53 1999-06-30 Alexandre Oliva <oliva@dcc.unicamp.br>
55 * Makefile.am (.s.lo): Renamed from `.s.o'.
56 * Makefile.in: Rebuilt.
58 1999-06-21 Tom Tromey <tromey@cygnus.com>
60 Alpha patch from Jeff Sturm:
61 * os_dep.c (GC_init_linuxalpha): New function.
62 * misc.c: Initialize for alpha linux.
63 * gc_priv.h (GC_test_and_set): Define for alpha.
64 * config.h: Don't assume __data_start on alpha.
66 * Makefile.in: Rebuilt.
67 * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
70 * Makefile.in: Rebuilt.
71 * Makefile.am (toolexeclibdir): Define as libdir when
74 * configure.in (USE_LIBDIR): New conditional.
77 * configure.in: Recognize all forms of alpha.
79 1999-06-17 Anthony Green <green@cygnus.com>
81 * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
82 Carlo Dapor <carlo@vis.ethz.ch>).
84 1999-05-05 Gilles Zunino <Gilles.Zunino@hei.fr>
86 * configure.in: Switch from irix threads to posix threads
87 Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
88 for mips architecture.
89 * configure: Regenerate.
91 1999-04-30 Tom Tromey <tromey@cygnus.com>
93 * linux_threads.c: Don't reference __pthread_initial_thread_bos.
95 1999-04-26 Tom Tromey <tromey@cygnus.com>
97 * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
100 1999-04-23 Tom Tromey <tromey@cygnus.com>
102 * Makefile.in, configure: Rebuilt.
103 * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
104 (libgcjgc_la_SOURCES): Renamed.
105 (libgcjgc_la_LIBADD): Likewise.
106 (libgcjgc_la_DEPENDENCIES): Likewise.
107 (EXTRA_libgcjgc_la_SOURCES): Likewise.
108 (gctest_LDADD): Use libgcjgc.la.
109 (all_objs): Mention libgcj_la_OBJECTS.
110 (EXTRA_LTLIBRARIES): Renamed.
111 (toollib_LTLIBRARIES): Likewise.
112 (libgcjgc_la_LDFLAGS): New macro
113 (toolexecdir): Renamed.
114 (toolexeclibdir): Likewise.
115 (toolexeclib_LTLIBRARIES): Likewise.
116 (LTCOMPILE): Renamed; added libtool invocation.
117 (LINK): Added libtool invocation.
118 (.s.o): use LTCOMPILE.
119 * configure.in: Call AM_PROG_LIBTOOL.
120 (target_all): Set to libgcjgc.la.
121 Mention `.lo' forms of object files.
123 1999-04-21 Tom Tromey <tromey@cygnus.com>
125 * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
128 * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
129 sigcontext.h. From Matthias Klose <doko@itso.de>.
131 1999-04-16 Tom Tromey <tromey@cygnus.com>
133 * config.h (__start): Declare as `int' in alpha/OSF1 case. From
134 David Pettersson <dapet@mai.liu.se>
136 1999-04-14 Tom Tromey <tromey@cygnus.com>
138 * configure: Rebuilt.
139 * configure.in: Don't use sparc_mach_dep.o for Solaris. Reverts
140 incorrect patch of 199-04-09.
142 * configure: Rebuilt.
143 * configure.in: Added support for alpha.
144 From David Pettersson <dapet@mai.liu.se>.
146 1999-04-13 Tom Tromey <tromey@cygnus.com>
148 * Makefile.in: Rebuilt.
149 * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
152 1999-04-09 Tom Tromey <tromey@cygnus.com>
154 * configure: Rebuilt.
155 * configure.in: Use sparc_mach_dep.s when building on Solaris.
157 1999-02-23 Tom Tromey <tromey@cygnus.com>
159 * configure: Rebuilt.
160 * configure.in: For Linux, define _REENTRANT. For Solaris, define
161 SOLARIS_THREADS and _SOLARIS_PTHREADS.
163 1999-02-18 Tom Tromey <tromey@cygnus.com>
165 * quick_threads.c (GC_push_all_stacks): Change order of arguments
166 to GC_push_all_stacks depending on STACK_GROWS_DOWN define. Check
167 for case where LO is NULL.
169 1999-02-10 Tom Tromey <tromey@cygnus.com>
171 * aclocal.m4, configure, Makefile.in: Rebuilt.
172 * acinclude.m4: Updated to be used with automake 1.4.
173 * configure.in: Renamed libgc to libgcjgc. Updated to be used
175 * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
176 (libgcjgc_a_SOURCES): Likewise.
177 (libgcjgc_a_LIBADD): Likewise.
178 (libgcjgc_a_DEPENDENCIES): Likewise.
179 (EXTRA_libgcjgc_a_SOURCES): Likewise.
180 (gctest_LDADD): Likewise.
181 (all_objs): Likewise.
183 1999-01-08 Tom Tromey <tromey@cygnus.com>
185 * configure: Rebuilt.
186 * configure.in: Define LINUX_THREADS if using POSIX threads on
189 * gc_priv.h (GC_test_and_set): Put return type into definition.
191 1998-11-24 Andrew Haley <aph@viagra.cygnus.co.uk>
193 * Makefile.am: add support for eCos. In particular, add C++
194 support for compiling the file ecos.cc.
196 * acinclude.m4: add C++ support.
197 * aclocal.m4: likewise
198 * config.h: add eCos support.
199 * configure: likewise
200 * configure.in: likewise
201 * misc.c (GC_write): add eCos support.
202 * os_dep.c (tiny_sbrk): add eCos support.
204 Thu Dec 10 18:24:34 1998 Warren Levy <warrenl@cygnus.com>
206 * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
207 * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
209 1998-11-23 Tom Tromey <tromey@cygnus.com>
211 * configure.host (boehm_gc_cflags): Don't add `-O2'.
213 1998-11-20 Andrew Haley <aph@viagra.cygnus.co.uk>
215 * Makefile.am, Makefile.in, configure.host: tx39 build option
218 1998-11-17 Tom Tromey <tromey@cygnus.com>
220 * configure: Rebuilt.
221 * configure.in: Switch on host, not target.
223 1998-11-16 Tom Tromey <tromey@cygnus.com>
225 * gc_priv.h (GC_debug_object_start): Declare.
226 * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
227 * gc.h (GC_debug_register_finalizer_no_order,
228 GC_register_finalizer_no_order): Declare.
229 (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
230 * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
231 (GC_debug_generic_malloc): Likewise.
232 (GC_debug_object_start): new function.
234 1998-11-11 Tom Tromey <tromey@cygnus.com>
236 * configure: Rebuilt.
237 * configure.in: Recognize --enable-java-gc, not --enable-gc.
239 Tue Nov 3 18:01:12 1998 Tom Tromey <tromey@sanguine.cygnus.com>
241 * dyn_load.c: Handle QUICK_THREADS case.
243 1998-10-21 Tom Tromey <tromey@cygnus.com>
245 * configure: Rebuilt.
246 * configure.in: Put cpp defines here, not in config.h. Recognize
247 --enable-threads. Set INCLUDES. Create boehm-cflags file. Don't
248 define PACKAGE or VERSION.
249 * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
252 * os_dep.c (GC_default_push_other_roots): Define when
253 QUICK_THREADS defined.
254 * misc.c: Added QUICK_THREADS case.
255 * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
256 * config.h (THREADS): Define if QUICK_THREADS defined.
257 * Makefile.in: Rebuilt.
258 * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
260 * quick_threads.c: New file.
262 1998-10-20 Tom Tromey <tromey@cygnus.com>
264 * aclocal.m4, configure: Rebuilt.
265 * acinclude.m4: Don't subst machine_dir or sys_dir.
266 * configure.host: Removed unused code.
268 Sun Oct 11 08:18:02 1998 Anthony Green <green@cygnus.com>
270 * configure: Rebuilt.
271 * configure.in: Fix typo in previous patch.
273 Sun Oct 11 08:06:11 1998 Anthony Green <green@cygnus.com>
275 * Makefile.in, aclocal.m4, configure: Rebuilt.
276 * Makefile.am, acinclude.m4, configure.in: Add multilib support.
277 * configure.host: Created.
279 Tue Sep 1 10:58:15 1998 Tom Tromey <tromey@cygnus.com>
281 * Makefile.in: Rebuilt.
282 * Makefile.am (lib_LIBRARIES): Use target_all.
283 (EXTRA_LIBRARIES): New macro.
284 * configure: Rebuilt.
285 * configure.in: Recognize --enable-gc.
287 Thu Aug 13 10:52:45 1998 Tom Tromey <tromey@cygnus.com>
289 * Makefile.in: Rebuilt.
290 * Makefile.am (COMPILE): Define.
292 (.s.o): Use MY_CFLAGS.
293 * configure: Rebuilt.
294 * configure.in (MY_CFLAGS): Define and subst.
296 Wed Aug 12 11:41:43 1998 Tom Tromey <tromey@cygnus.com>
298 * configure: Rebuilt.
299 * configure.in: Added --with-cross-host argument. Use
300 $with_cross_host to determine when cross-compiling.
302 * config.h (SMALL_CONFIG): Don't define.
303 * configure: Rebuilt.
304 * configure.in: Define SMALL_CONFIG when cross-compiling.
306 Tue Aug 11 11:41:25 1998 Tom Tromey <tromey@cygnus.com>
308 * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
309 allchblk.c: Merged with 4.13a2 while preserving local changes.
311 * Makefile.orig: Updated from Makefile in 4.13a2.
313 * configure: Rebuilt.
314 * configure.in: Updated version number to 4.13a2. On Solaris,
315 don't build with -O when using gcc.
317 Merged in version 4.13alpha2:
318 * config.h (USE_MMAP): Re-enable on Solaris.
319 * solaris_pthreads.c: Removed RCS Id line.
320 * alpha_mach_dep.s: Removed RCS Id line.
322 Wed Jul 22 15:38:12 1998 Tom Tromey <tromey@cygnus.com>
324 * config.h (USE_MMAP): Don't define for Solaris.
326 Wed Jun 10 12:51:41 1998 Tom Tromey <tromey@cygnus.com>
328 * Makefile.in: Rebuilt.
329 * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
331 * Makefile.in: Rebuilt.
332 * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
334 Thu May 14 15:32:58 1998 Tom Tromey <tromey@cygnus.com>
336 * Makefile.in: Rebuilt.
337 * Makefile.am ($(all_objs)): Depend on config.h.
339 * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
340 DATASTART as &_etext.
341 * misc.c (GC_init_inner): If STACKBASE defined, then use it.
342 * configure: Rebuilt.
343 * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
346 Tue May 12 13:15:45 1998 Tom Tromey <tromey@cygnus.com>
348 * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
349 (GC_maybe_gc): Likewise.
350 * os_dep.c: If NO_SIGSET defined, then have empty
351 GC_disable_signals and GC_enable_signals.
352 * configure: Rebuilt.
353 * configure.in: Added --with-target-subdir option. If
354 cross-compiling, define NO_SIGSET and NO_CLOCK.
356 Wed May 6 16:40:28 1998 Tom Tromey <tromey@cygnus.com>
358 * Makefile.in: Rebuilt.
359 * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
361 * aclocal.m4, configure: Rebuilt.
362 * acinclude.m4: New file.
363 * configure.in: Don't run AM_EXEEXT. Use LIB_AC_PROG_CC.
365 Thu Apr 30 14:51:12 1998 Tom Tromey <tromey@cygnus.com>
367 * configure: Rebuilt.
368 * configure.in: Link boehm-config.h to config.h.
369 * Makefile.in: Rebuilt.
370 * Makefile.am (INCLUDES): Removed.
371 * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
372 JAVA_FINALIZATION): Define
374 Wed Apr 29 11:03:14 1998 Tom Tromey <tromey@cygnus.com>
376 * Many files: Use GC_bool, not bool.
377 * gc_priv.h: Define GC_bool, not bool.
379 * misc.c (GC_dont_gc): Define as int.
380 (GC_quiet): Likewise.
381 * gc_priv.h (GC_never_stop_func): Declare as returning bool.
382 * alloc.c (GC_dont_expand): Define as int.
383 * gc_priv.h: For gcc, define bool as char.
385 Tue Apr 28 22:44:16 1998 Tom Tromey <tromey@cygnus.com>
387 * Makefile.in: Rebuilt.
388 * Makefile.am (check_PROGRAMS): New macro.
389 (gctest_SOURCES): Likewise.
390 (gctest_LDADD): Likewise.
392 Mon Apr 27 23:53:24 1998 Tom Tromey <tromey@cygnus.com>
394 * Makefile.in: Rebuilt.
395 * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
396 * configure: Rebuilt.
397 * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
399 Wed Apr 15 11:40:56 1998 Tom Tromey <tromey@sanguine.cygnus.com>
401 * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
403 * Makefile.orig: Renamed from Makefile.