Alpha Linux changes.
[gcc.git] / boehm-gc / ChangeLog
1 1999-12-19 Jeff Sturm <jsturm@sigma6.com>
2
3 * gcconfig.h: Define DATASTART for Alpha Linux.
4
5 1999-12-19 Anthony Green <green@cygnus.com>
6
7 * gcconfig.h: Use libgcj hack for Alpha Linux.
8 Undefine MPROTEXT_VDB (from Jeff Sturm).
9 * os_dep.c: Remove Alpha Linux hacks.
10 * misc.c: Ditto.
11
12 1999-12-13 Tom Tromey <tromey@cygnus.com>
13
14 * aclocal.m4, configure: Rebuilt.
15 * acinclude.m4: Changed version to 5.0a4.
16 * Makefile.in: Rebuilt.
17 * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
18
19 1999-12-12 Anthony Green <green@cygnus.com>
20
21 * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
22 Linux.
23 (DYNAMIC_LOADING): Define for PowerPC Linux.
24 * os_dep.c: Remove some special cases for PowerPC Linux.
25 * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
26 for PowerPC Linux.
27
28 1999-11-04 Tom Tromey <tromey@cygnus.com>
29
30 * Makefile.in: Rebuilt.
31 * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
32
33 * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
34 (GC_thr_init): Don't declare.
35
36 * configure: Rebuilt.
37 * configure.in: Removed qt threads case.
38 * dyn_load.c: Don't mention QUICK_THREADS.
39 * os_dep.c: Don't mention QUICK_THREADS.
40 * misc.c: Don't mention QUICK_THREADS.
41 * gcconfig.h: Don't mention QUICK_THREADS.
42 * gc_priv.h: Removed QUICK_THREADS code.
43 * quick_threads.c: Removed.
44
45 1999-11-03 Tom Tromey <tromey@cygnus.com>
46
47 * gcconfig.h: Merged in local changes from old config.h.
48
49 1999-11-02 Bryce McKinlay <bryce@albatross.co.nz>
50
51 * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
52
53 1999-11-02 Tom Tromey <tromey@cygnus.com>
54
55 * quick_threads.c: Include gcconfig.h, not boehm-config.h.
56
57 * configure: Rebuilt.
58 * configure.in: Don't create boehm-config.h.
59 * Makefile.in: Rebuilt.
60 * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
61 config.h.
62 ($(all_objs)): Depend on gcconfig.h.
63 * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
64 * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
65 * config.h: Removed.
66
67 1999-11-01 Tom Tromey <tromey@cygnus.com>
68
69 * Makefile.in: Rebuilt.
70 * Makefile.am (gctest_LDADD): Added THREADLIB.
71 (TESTS): New macro.
72 * configure: Rebuilt.
73 * configure.in (INCLUDES): New subst.
74
75 1999-09-29 Steve Chamberlain <sac@pobox.com>
76
77 * config.h: Added picoJava target.
78 * mach_dep.h (GC_push_regs): New code for picoJava.
79
80 1999-09-28 Tom Tromey <tromey@cygnus.com>
81
82 * aclocal.m4, configure: Rebuilt.
83 * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
84 appropriate AC_PROG_ symbol.
85
86 Tue Aug 10 00:08:29 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
87
88 * gc_priv.h: Merged IRIX thread changes from
89 include/private/gc_priv.h.
90
91 Mon Aug 9 18:33:38 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
92
93 * Makefile.in: Rebuilt.
94 * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
95 builds.
96
97 * configure: Rebuilt.
98 * configure.in: Properly align --help output, fix capitalization
99 and punctuation.
100 * acinclude.m4: Likewise.
101
102 1999-08-04 Tom Tromey <tromey@cygnus.com>
103
104 * configure.in: Added missing `;;'. From Anthony Green.
105
106 Mon Aug 2 23:09:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
107
108 * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
109
110 1999-08-03 Tom Tromey <tromey@cygnus.com>
111
112 * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
113 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
114
115 1999-08-02 Tom Tromey <tromey@cygnus.com>
116
117 * aclocal.m4, configure: Rebuilt for new libtool.
118
119 1999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br>
120
121 * mips_sgi_mach_dep.s: Enable PIC option.
122
123 1999-07-19 Tom Tromey <tromey@cygnus.com>
124
125 * config.h (MPROTECT_VDB): Don't define on Linux.
126
127 1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
128
129 * Makefile.am (.s.lo): Avoid `#line' directives.
130 * Makefile.in: Rebuilt.
131
132 1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
133
134 * Makefile.am (*-recursive, *-am, *-multi): Automake does not
135 generate *-recursive for this Makefile, use *-am instead.
136 * Makefile.in: Rebuilt.
137
138 1999-06-30 Alexandre Oliva <oliva@dcc.unicamp.br>
139
140 * Makefile.am (.s.lo): Renamed from `.s.o'.
141 * Makefile.in: Rebuilt.
142
143 1999-06-21 Tom Tromey <tromey@cygnus.com>
144
145 Alpha patch from Jeff Sturm:
146 * os_dep.c (GC_init_linuxalpha): New function.
147 * misc.c: Initialize for alpha linux.
148 * gc_priv.h (GC_test_and_set): Define for alpha.
149 * config.h: Don't assume __data_start on alpha.
150
151 * Makefile.in: Rebuilt.
152 * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
153 -release.
154
155 * Makefile.in: Rebuilt.
156 * Makefile.am (toolexeclibdir): Define as libdir when
157 appropriate.
158 * configure: Rebuilt.
159 * configure.in (USE_LIBDIR): New conditional.
160
161 * configure: Rebuilt.
162 * configure.in: Recognize all forms of alpha.
163
164 1999-06-17 Anthony Green <green@cygnus.com>
165
166 * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
167 Carlo Dapor <carlo@vis.ethz.ch>).
168
169 1999-05-05 Gilles Zunino <Gilles.Zunino@hei.fr>
170
171 * configure.in: Switch from irix threads to posix threads
172 Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
173 for mips architecture.
174 * configure: Regenerate.
175
176 1999-04-30 Tom Tromey <tromey@cygnus.com>
177
178 * linux_threads.c: Don't reference __pthread_initial_thread_bos.
179
180 1999-04-26 Tom Tromey <tromey@cygnus.com>
181
182 * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
183 `weak'.
184
185 1999-04-23 Tom Tromey <tromey@cygnus.com>
186
187 * Makefile.in, configure: Rebuilt.
188 * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
189 (libgcjgc_la_SOURCES): Renamed.
190 (libgcjgc_la_LIBADD): Likewise.
191 (libgcjgc_la_DEPENDENCIES): Likewise.
192 (EXTRA_libgcjgc_la_SOURCES): Likewise.
193 (gctest_LDADD): Use libgcjgc.la.
194 (all_objs): Mention libgcj_la_OBJECTS.
195 (EXTRA_LTLIBRARIES): Renamed.
196 (toollib_LTLIBRARIES): Likewise.
197 (libgcjgc_la_LDFLAGS): New macro
198 (toolexecdir): Renamed.
199 (toolexeclibdir): Likewise.
200 (toolexeclib_LTLIBRARIES): Likewise.
201 (LTCOMPILE): Renamed; added libtool invocation.
202 (LINK): Added libtool invocation.
203 (.s.o): use LTCOMPILE.
204 * configure.in: Call AM_PROG_LIBTOOL.
205 (target_all): Set to libgcjgc.la.
206 Mention `.lo' forms of object files.
207
208 1999-04-21 Tom Tromey <tromey@cygnus.com>
209
210 * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
211 GC_stackbottom.
212
213 * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
214 sigcontext.h. From Matthias Klose <doko@itso.de>.
215
216 1999-04-16 Tom Tromey <tromey@cygnus.com>
217
218 * config.h (__start): Declare as `int' in alpha/OSF1 case. From
219 David Pettersson <dapet@mai.liu.se>
220
221 1999-04-14 Tom Tromey <tromey@cygnus.com>
222
223 * configure: Rebuilt.
224 * configure.in: Don't use sparc_mach_dep.o for Solaris. Reverts
225 incorrect patch of 199-04-09.
226
227 * configure: Rebuilt.
228 * configure.in: Added support for alpha.
229 From David Pettersson <dapet@mai.liu.se>.
230
231 1999-04-13 Tom Tromey <tromey@cygnus.com>
232
233 * Makefile.in: Rebuilt.
234 * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
235 solaris-threads.h.
236
237 1999-04-09 Tom Tromey <tromey@cygnus.com>
238
239 * configure: Rebuilt.
240 * configure.in: Use sparc_mach_dep.s when building on Solaris.
241
242 1999-02-23 Tom Tromey <tromey@cygnus.com>
243
244 * configure: Rebuilt.
245 * configure.in: For Linux, define _REENTRANT. For Solaris, define
246 SOLARIS_THREADS and _SOLARIS_PTHREADS.
247
248 1999-02-18 Tom Tromey <tromey@cygnus.com>
249
250 * quick_threads.c (GC_push_all_stacks): Change order of arguments
251 to GC_push_all_stacks depending on STACK_GROWS_DOWN define. Check
252 for case where LO is NULL.
253
254 1999-02-10 Tom Tromey <tromey@cygnus.com>
255
256 * aclocal.m4, configure, Makefile.in: Rebuilt.
257 * acinclude.m4: Updated to be used with automake 1.4.
258 * configure.in: Renamed libgc to libgcjgc. Updated to be used
259 with automake 1.4.
260 * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
261 (libgcjgc_a_SOURCES): Likewise.
262 (libgcjgc_a_LIBADD): Likewise.
263 (libgcjgc_a_DEPENDENCIES): Likewise.
264 (EXTRA_libgcjgc_a_SOURCES): Likewise.
265 (gctest_LDADD): Likewise.
266 (all_objs): Likewise.
267
268 1999-01-08 Tom Tromey <tromey@cygnus.com>
269
270 * configure: Rebuilt.
271 * configure.in: Define LINUX_THREADS if using POSIX threads on
272 Linux.
273
274 * gc_priv.h (GC_test_and_set): Put return type into definition.
275
276 1998-11-24 Andrew Haley <aph@viagra.cygnus.co.uk>
277
278 * Makefile.am: add support for eCos. In particular, add C++
279 support for compiling the file ecos.cc.
280 * ecos.cc: new file.
281 * acinclude.m4: add C++ support.
282 * aclocal.m4: likewise
283 * config.h: add eCos support.
284 * configure: likewise
285 * configure.in: likewise
286 * misc.c (GC_write): add eCos support.
287 * os_dep.c (tiny_sbrk): add eCos support.
288
289 Thu Dec 10 18:24:34 1998 Warren Levy <warrenl@cygnus.com>
290
291 * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
292 * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
293
294 1998-11-23 Tom Tromey <tromey@cygnus.com>
295
296 * configure.host (boehm_gc_cflags): Don't add `-O2'.
297
298 1998-11-20 Andrew Haley <aph@viagra.cygnus.co.uk>
299
300 * Makefile.am, Makefile.in, configure.host: tx39 build option
301 "-G 0" added.
302
303 1998-11-17 Tom Tromey <tromey@cygnus.com>
304
305 * configure: Rebuilt.
306 * configure.in: Switch on host, not target.
307
308 1998-11-16 Tom Tromey <tromey@cygnus.com>
309
310 * gc_priv.h (GC_debug_object_start): Declare.
311 * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
312 * gc.h (GC_debug_register_finalizer_no_order,
313 GC_register_finalizer_no_order): Declare.
314 (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
315 * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
316 (GC_debug_generic_malloc): Likewise.
317 (GC_debug_object_start): new function.
318
319 1998-11-11 Tom Tromey <tromey@cygnus.com>
320
321 * configure: Rebuilt.
322 * configure.in: Recognize --enable-java-gc, not --enable-gc.
323
324 Tue Nov 3 18:01:12 1998 Tom Tromey <tromey@sanguine.cygnus.com>
325
326 * dyn_load.c: Handle QUICK_THREADS case.
327
328 1998-10-21 Tom Tromey <tromey@cygnus.com>
329
330 * configure: Rebuilt.
331 * configure.in: Put cpp defines here, not in config.h. Recognize
332 --enable-threads. Set INCLUDES. Create boehm-cflags file. Don't
333 define PACKAGE or VERSION.
334 * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
335 Don't define.
336
337 * os_dep.c (GC_default_push_other_roots): Define when
338 QUICK_THREADS defined.
339 * misc.c: Added QUICK_THREADS case.
340 * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
341 * config.h (THREADS): Define if QUICK_THREADS defined.
342 * Makefile.in: Rebuilt.
343 * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
344 quick_threads.c.
345 * quick_threads.c: New file.
346
347 1998-10-20 Tom Tromey <tromey@cygnus.com>
348
349 * aclocal.m4, configure: Rebuilt.
350 * acinclude.m4: Don't subst machine_dir or sys_dir.
351 * configure.host: Removed unused code.
352
353 Sun Oct 11 08:18:02 1998 Anthony Green <green@cygnus.com>
354
355 * configure: Rebuilt.
356 * configure.in: Fix typo in previous patch.
357
358 Sun Oct 11 08:06:11 1998 Anthony Green <green@cygnus.com>
359
360 * Makefile.in, aclocal.m4, configure: Rebuilt.
361 * Makefile.am, acinclude.m4, configure.in: Add multilib support.
362 * configure.host: Created.
363
364 Tue Sep 1 10:58:15 1998 Tom Tromey <tromey@cygnus.com>
365
366 * Makefile.in: Rebuilt.
367 * Makefile.am (lib_LIBRARIES): Use target_all.
368 (EXTRA_LIBRARIES): New macro.
369 * configure: Rebuilt.
370 * configure.in: Recognize --enable-gc.
371
372 Thu Aug 13 10:52:45 1998 Tom Tromey <tromey@cygnus.com>
373
374 * Makefile.in: Rebuilt.
375 * Makefile.am (COMPILE): Define.
376 (LINK): Likewise.
377 (.s.o): Use MY_CFLAGS.
378 * configure: Rebuilt.
379 * configure.in (MY_CFLAGS): Define and subst.
380
381 Wed Aug 12 11:41:43 1998 Tom Tromey <tromey@cygnus.com>
382
383 * configure: Rebuilt.
384 * configure.in: Added --with-cross-host argument. Use
385 $with_cross_host to determine when cross-compiling.
386
387 * config.h (SMALL_CONFIG): Don't define.
388 * configure: Rebuilt.
389 * configure.in: Define SMALL_CONFIG when cross-compiling.
390
391 Tue Aug 11 11:41:25 1998 Tom Tromey <tromey@cygnus.com>
392
393 * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
394 allchblk.c: Merged with 4.13a2 while preserving local changes.
395
396 * Makefile.orig: Updated from Makefile in 4.13a2.
397
398 * configure: Rebuilt.
399 * configure.in: Updated version number to 4.13a2. On Solaris,
400 don't build with -O when using gcc.
401
402 Merged in version 4.13alpha2:
403 * config.h (USE_MMAP): Re-enable on Solaris.
404 * solaris_pthreads.c: Removed RCS Id line.
405 * alpha_mach_dep.s: Removed RCS Id line.
406
407 Wed Jul 22 15:38:12 1998 Tom Tromey <tromey@cygnus.com>
408
409 * config.h (USE_MMAP): Don't define for Solaris.
410
411 Wed Jun 10 12:51:41 1998 Tom Tromey <tromey@cygnus.com>
412
413 * Makefile.in: Rebuilt.
414 * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
415
416 * Makefile.in: Rebuilt.
417 * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
418
419 Thu May 14 15:32:58 1998 Tom Tromey <tromey@cygnus.com>
420
421 * Makefile.in: Rebuilt.
422 * Makefile.am ($(all_objs)): Depend on config.h.
423
424 * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
425 DATASTART as &_etext.
426 * misc.c (GC_init_inner): If STACKBASE defined, then use it.
427 * configure: Rebuilt.
428 * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
429 tx39.
430
431 Tue May 12 13:15:45 1998 Tom Tromey <tromey@cygnus.com>
432
433 * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
434 (GC_maybe_gc): Likewise.
435 * os_dep.c: If NO_SIGSET defined, then have empty
436 GC_disable_signals and GC_enable_signals.
437 * configure: Rebuilt.
438 * configure.in: Added --with-target-subdir option. If
439 cross-compiling, define NO_SIGSET and NO_CLOCK.
440
441 Wed May 6 16:40:28 1998 Tom Tromey <tromey@cygnus.com>
442
443 * Makefile.in: Rebuilt.
444 * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
445 (AS): Removed.
446 * aclocal.m4, configure: Rebuilt.
447 * acinclude.m4: New file.
448 * configure.in: Don't run AM_EXEEXT. Use LIB_AC_PROG_CC.
449
450 Thu Apr 30 14:51:12 1998 Tom Tromey <tromey@cygnus.com>
451
452 * configure: Rebuilt.
453 * configure.in: Link boehm-config.h to config.h.
454 * Makefile.in: Rebuilt.
455 * Makefile.am (INCLUDES): Removed.
456 * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
457 JAVA_FINALIZATION): Define
458
459 Wed Apr 29 11:03:14 1998 Tom Tromey <tromey@cygnus.com>
460
461 * Many files: Use GC_bool, not bool.
462 * gc_priv.h: Define GC_bool, not bool.
463
464 * misc.c (GC_dont_gc): Define as int.
465 (GC_quiet): Likewise.
466 * gc_priv.h (GC_never_stop_func): Declare as returning bool.
467 * alloc.c (GC_dont_expand): Define as int.
468 * gc_priv.h: For gcc, define bool as char.
469
470 Tue Apr 28 22:44:16 1998 Tom Tromey <tromey@cygnus.com>
471
472 * Makefile.in: Rebuilt.
473 * Makefile.am (check_PROGRAMS): New macro.
474 (gctest_SOURCES): Likewise.
475 (gctest_LDADD): Likewise.
476
477 Mon Apr 27 23:53:24 1998 Tom Tromey <tromey@cygnus.com>
478
479 * Makefile.in: Rebuilt.
480 * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
481 * configure: Rebuilt.
482 * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
483
484 Wed Apr 15 11:40:56 1998 Tom Tromey <tromey@sanguine.cygnus.com>
485
486 * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
487 New files.
488 * Makefile.orig: Renamed from Makefile.
489