]> git.ipfire.org Git - thirdparty/gcc.git/blame - boehm-gc/ChangeLog
Makefile.tpl ($(srcdir)/configure): Update dependencies.
[thirdparty/gcc.git] / boehm-gc / ChangeLog
CommitLineData
18c04407
RW
12008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2
3 * Makefile.in: Regenerate.
4 * configure: Regenerate.
5 * include/Makefile.in: Regenerate.
6 * include/gc_config.h.in: Regenerate.
7
deb984e6
PB
82008-04-18 Paolo Bonzini <bonzini@gnu.org>
9
10 PR bootstrap/35457
11 * aclocal.m4: Regenerate.
12 * configure: Regenerate.
13
38d24731
RW
142008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15
16 * aclocal.m4: Regenerate.
17 * configure: Likewise.
18 * Makefile.in: Likewise.
19 * include/Makefile.in: Likewise.
20
6656fda3
AT
212007-02-19 Andreas Tobler <a.tobler@schweiz.org>
22
23 * dyn_load.c (GC_dyld_image_add): Remove ifdef clause and use the macro
24 GC_GETSECTBYNAME instead.
25 * include/private/gc_priv.h: Define GC_GETSECTBYNAME according to the
26 architecture (Darwin).
27
f0025d1d
RS
282008-01-26 Richard Sandiford <rsandifo@nildram.co.uk>
29
30 * include/private/gcconfig.h (HBLKSIZE): Define for MIPS.
31
f3641e7e
DE
322008-01-24 David Edelsohn <edelsohn@gnu.org>
33
34 * configure: Regenerate.
35
d05d4c4e
JDA
362007-10-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
37
38 PR boehm-gc/33442
39 * pthread_support.c (GC_PTR GC_get_thread_stack_base): If stack grows
40 up, return stack_addr instead of stack_addr - stack_size.
41
f2b6bf20
DD
422007-08-14 David Daney <ddaney@avtrex.com>
43
44 * include/private/gcconfig.h: Handle mips64-linux n64 ABI.
45
12a27363
L
462007-07-05 H.J. Lu <hongjiu.lu@intel.com>
47
48 * aclocal.m4: Regenerated.
49
28e2ff77
RO
502007-07-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
51
52 PR boehm-gc/21940
53 PR boehm-gc/21942
54 * configure.ac (GC_SOLARIS_THREADS): Don't define on *-*-solaris*.
55 Use alternate thread library in /usr/lib/lwp.
56 * configure: Regenerate.
57 * dyn_load.c: Use GC_SOLARIS_PTHREADS.
58 * include/gc_config_macros.h (GC_SOLARIS_THREADS): Don't define.
59 * include/private/gcconfig.h: Handle 64-bit Solaris 2/x86.
60 (GC_SOLARIS_THREADS): Don't define.
61 * include/private/solaris_threads.h: Remove.
62 * pthread_support.c (GC_thr_init) [GC_SOLARIS_PTHREADS]: Determine
63 GC_nprocs via sysconf().
64 * Makefile.am (libgcjgc_la_SOURCES): Remove solaris_pthreads.c and
65 solaris_threads.c.
66 (gctest_LDADD): Use THREADLIBS instead of THREADDLLIBS.
67 * Makefile.in: Regenerate.
68 * solaris_pthreads.c: Remove.
69 * solaris_threads.c: Remove.
70
0c51836d
JJ
712007-06-22 Jakub Jelinek <jakub@redhat.com>
72
73 * pthread_support.c (GC_get_thread_stack_base): Handle
74 pthread_getattr_np failures.
75
82a6cadf
PB
762007-06-02 Paolo Bonzini <bonzini@gnu.org>
77
78 * configure: Regenerate.
79
1cf3d07d
SE
802007-05-23 Steve Ellcey <sje@cup.hp.com>
81
82 * Makefile.in: Regenerate.
83 * configure: Regenerate.
84 * aclocal.m4: Regenerate.
85 * include/Makefile.in: Regenerate.
86
53630715
AT
872007-05-20 Andreas Tobler <a.tobler@schweiz.org>
88
89 * configure.ac: Introduce extra_ldflags_libgc. Use it for Darwin.
90 * configure: Regenerate.
91 * Makefile.am (libgc_la_LDFLAGS): Use extra_ldflags_libgc.
92 * Makefile.in: Regenerate.
93 * include/Makefile.in: Regenerate.
94 * include/private/gcconfig.h: Enable MPROTECT_VDB for all Darwin
95 targets. Remove comments. Prepare ppc64 support for Darwin.
96
494d64af
KS
972007-04-23 Keith Seitz <keiths@redhat.com>
98
99 * include/gc.h (GC_is_thread_suspended): Declare.
100 * pthread_stop_world.c (GC_is_thread_suspended): New function.
101
f0920e6c
JJ
1022007-04-03 Jakub Jelinek <jakub@redhat.com>
103
104 * configure.ac (NO_EXECUTE_PERMISSION): Set by default.
105 * configure: Rebuilt.
106
18fa3240
AO
1072007-03-07 Alexandre Oliva <aoliva@redhat.com>
108
109 * include/gc.h (GC_REGISTER_FINALIZER_UNREACHABLE): New.
110 (GC_register_finalizer_unreachable): Declare.
111 (GC_debug_register_finalizer_unreachable): Declare.
112 * finalize.c (GC_unreachable_finalize_mark_proc): New.
113 (GC_register_finalizer_unreachable): New.
114 (GC_finalize): Handle it.
115 * dbg_mlc.c (GC_debug_register_finalizer_unreachable): New.
116 (GC_debug_register_finalizer_no_order): Fix whitespace.
117
4426724a
BM
1182007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
119
120 * Makefile.am: Add dummy install-pdf target.
121 * Makefile.in: Regenerate
122
7056b82e
RZ
1232007-02-05 Roman Zippel <zippel@linux-m68k.org>
124
125 * boehm-gc/include/private/gcconfig.h: use LINUX_STACKBOTTOM so
126 it works with Linux 2.6, reactivate MPROTECT_VDB
127 * boehm-gc/pthread_stop_world.c: save all register
128 on signal entry
129
fe32582a 1302007-01-24 Andreas Tobler <a.tobler@schweiz.org>
d88c6456
AT
131
132 * os_dep.c (defined(MPROTECT_VDB) && defined(DARWIN)): Moved recently
133 added defines to include/private/gc_priv.h
d88c6456 134 (catch_exception_raise): Added THREAD_FLD in exc_state for POWERPC too.
fe32582a 135 * darwin_stop_world.c: Removed the above defines.
d88c6456
AT
136 * include/private/gc_priv.h: Moved definitions from darwin_stop_world.c
137 and os_dep.c to here. Fixed THREAD definition fixes for ppc64.
138
6f9b4fd9
DD
1392007-01-17 David Daney <ddaney@avtrex.com>
140
141 * configure.ac: Don't define NO_SIGSET and NO_DEBUGGING while
142 cross-compiling.
143 * configure: Regenerated.
144 * include/gc_config.h.in: Regenerated.
145
6109092d
MS
1462007-01-17 Mike Stump <mrs@apple.com>
147
148 * os_dep.c: Fix i686-apple-darwin9 builds.
149
8a489465
JH
1502007-01-16 Jack Howarth <howarth@bromo.med.uc.edu>
151
152 * aclocal.m4: Regenerate to use multi.m4.
153 * configure: Regenerate.
154 * Makefile.in: Regenerate.
155
ceb84404
AT
1562007-01-17 Andreas Tobler <a.tobler@schweiz.org>
157
158 * include/gc_config.h.in: Regenerate.
159
016a2390
PS
1602007-01-16 Petr Salinger <Petr.Salinger@seznam.cz>
161
162 * include/private/gcconfig.h: Handle amd64/x86-64 cpu under
163 GNU/kFreeBSD.
164 * os_dep.c: Likewise.
165
52bdc531
AT
1662007-01-15 Andreas Tobler <a.tobler@schweiz.org>
167
168 * os_dep.c (defined(MPROTECT_VDB) && defined(DARWIN)): Adjust mail
169 reference.
170 (catch_exception_raise): Fix typo in the I386 exc_state.
171
583cb3d3
AT
1722007-01-11 Andreas Tobler <a.tobler@schweiz.org>
173
174 * configure.ac: Replaced HAS_I386_THREAD_STATE_* with
175 HAS_X86_THREAD_STATE32_* and HAS_X86_THREAD_STATE64_* respectively.
176 * configure: Regenerated.
177 * include/private/gcconfig.h (DARWIN): Added X86_64 define for Darwin.
178 Added base definitions for the X86_64 Darwin port.
179 * include/private/gc_priv.h: Added definitions for Darwin MACH thread
180 operations. Moved existing THREAD_STATE info from darwin_stop_world.c.
181 * darwin_stop_world.c: Removed THREAD_STATE info. Added
182 HAS_X86_THREAD_STATE64___RAX. And replaced HAS_I386_THREAD_STATE___EAX
183 with HAS_X86_THREAD_STATE32___EAX.
184 (GC_push_all_stacks): Use GC_MACH_THREAD_STATE_COUNT. Add code for
185 X86_64 Darwin.
186 * dyn_load.c (GC_dyld_name_for_hdr): Use GC_MACH_HEADER.
187 (GC_dyld_image_add): Use GC_MACH_HEADER and GC_MACH_SECTION.
188 Distinguish between getsectbynamefromheader_64 and
189 getsectbynamefromheader.
190 (GC_dyld_image_remove): Likewise.
191 * os_dep.c (GC_dirty_init): Use GC_MACH_THREAD_STATE.
192 (catch_exception_raise): Introduce exception information for I386 and
193 X86_64 Darwin. Add X86_64 for exc_state.faultvaddr.
194
9a35ada5
MS
1952006-12-08 Mike Stump <mrs@apple.com>
196
197 * configure.ac: Fix x86 darwin builds.
198 * darwin_stop_world.c: Likewise.
199 * include/private/gcconfig.h: Likewise.
200 * connfigure: Regenerate.
201
ec14aed2
JH
2022006-09-26 Jack Howarth <howarth@bromo.med.uc.edu>
203
204 PR target/29180
205 * darwin_stop_world.c: Make stack_start unsigned long.
206
de7a014d
ST
2072006-09-21 Sandro Tolaini <tolaini@libero.it>
208
209 * os_dep.c: Port to Darwin/i386
210 * darwin_stop_world.c: Likewise
211 * include/private/gcconfig.h: Likewise
212
eb496303
PS
2132006-06-07 Petr Salinger <Petr.Salinger@seznam.cz>
214
215 * configure.ac: add support for GNU/kFreeBSD, accepted by upstream
216 for gc 6.8.
217 * dyn_load.c: Likewise.
218 * include/gc.h: Likewise.
219 * private/gcconfig.h: Likewise.
220 * configure: Regenerate.
221 * include/gc_config.h.in: Regenerate.
222
975147a4
TT
2232006-09-14 Tom Tromey <tromey@redhat.com>
224
225 PR boehm-gc/29068.
226 * misc.c (GC_init_inner): Don't use GC_get_thread_stack_base on
227 Solaris.
228
7ddf92a8
BM
2292006-08-21 Bryce McKinlay <mckinlay@redhat.com>
230
231 PR libgcj/13212:
232 * configure.ac: Check for pthread_getattr_np(). Remove
233 GC_PTHREAD_SYM_VERSION detection.
234 * include/gc.h (GC_register_my_thread, GC_unregister_my_thread,
235 GC_get_thread_stack_base): New declarations.
236 * pthread_support.c (GC_register_my_thread, GC_unregister_my_thread,
237 GC_get_thread_stack_base): New functions.
238 (GC_delete_thread): Don't try to free the first_thread.
239 * misc.c (GC_init_inner): Use GC_get_thread_stack_base() if possible.
240 (pthread_create_, constr): Removed.
241 (pthread_create): Don't rename.
242 * include/gc_ext_config.h.in: Rebuilt.
243 * include/gc_pthread_redirects.h (pthread_create): Define
244 unconditionally.
245 * include/gc_config.h.in: Rebuilt.
246 * configure: Rebuilt.
247
7691d0d3
KS
2482006-06-21 Keith Seitz <keiths@redhat.com>
249
250 * pthread_stop_world.c (GC_suspend_handler): Redirect to suspension
251 routine if signal is received and thread is flagged SUSPENDED.
252 (suspend_self): New function.
253 (GC_suspend_thread): New function.
254 (GC_resume_thread): New function.
255 * include/gc.h (GC_suspend_thread): Declare.
256 (GC_resumet_thread): Declare.
257 * include/private/pthread_support.h (SUSPENDED): New GC_thread
258 flag.
259
971774e4
RM
2602006-06-20 Ranjit Mathew <rmathew@gcc.gnu.org>
261
262 Backport Windows 9x/ME VirtualQuery() fix from GC 6.7.
263 * os_dep.c (GC_wnt): Define.
264 (GC_init_win32): Set GC_wnt.
265 * dyn_load.c (GC_register_dynamic_libraries): Consider MEM_PRIVATE
266 sections also on Windows 9x/ME.
267
4f6d8cc8
GK
2682006-06-02 Geoffrey Keating <geoffk@apple.com>
269
270 * configure.ac: Define HAS_PPC_THREAD_STATE_R0,
271 HAS_PPC_THREAD_STATE___R0, HAS_PPC_THREAD_STATE64_R0,
272 HAS_PPC_THREAD_STATE64___R0, HAS_I386_THREAD_STATE_EAX,
273 HAS_I386_THREAD_STATE___EAX.
274 * configure: Regenerate.
275 * include/gc_config.h.in: Regenerate.
276 * darwin_stop_world.c (PPC_RED_ZONE_SIZE): Use standard Darwin
277 macro names to determine value.
278 (THREAD_STATE): New.
279 (THREAD_FLD): New.
280 (GC_push_all_stacks): Use THREAD_STATE and THREAD_FLD in both versions.
281
d1a162ab
CD
2822006-05-24 Carlos O'Donell <carlos@codesourcery.com>
283
284 * Makefile.am: Add install-html target.
285 * Makefile.in: Regenerate.
286 * aclocal.m4: Regenerate.
287 * include/Makefile.in: Regenerate.
288
5204d06d
AH
2892006-03-07 Andrew Haley <aph@redhat.com>
290
291 * dyn_load.c (GC_has_static_roots): Declare.
292 (GC_register_dynlib_callback): Call GC_has_static_roots.
293
ba9d6776
BM
2942006-04-11 Bryce McKinlay <mckinlay@redhat.com>
295
296 * darwin_stop_world.c (GC_push_all_stacks, GC_stop_world,
297 GC_start_world): Call vm_deallocate to free act_list. Fix from
298 Bruce Mitchener.
299
d0c03515
AT
3002006-03-24 Andreas Tobler <a.tobler@schweiz.ch>
301 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
302
303 * configure.ac (THREADS): Add REENTRANT for *-*-hpux11*.
304 Warn about POSIX threads not being supported for *-*-hpux10*.
305 * configure: Regenerate.
306
f4002c50
TT
3072006-02-09 Tom Tromey <tromey@redhat.com>
308
309 * pthread_support.c: Conditionally include dlfcn.h.
310
5fd231d2
JJ
3112006-02-06 Jakub Jelinek <jakub@redhat.com>
312 Anthony Green <green@redhat.com>
313 Tom Tromey <tromey@redhat.com>
314
315 * include/gc_ext_config.h.in: Added GC_PTHREAD_SYM_VERSION.
316 * include/gc_config.h.in: Rebuilt.
317 * include/gc_pthread_redirects.h (pthread_create): Conditionally
318 define.
319 * pthread_support.c (pthread_create_): New global.
320 (constr): New function.
321 (pthread_create): Conditionally renamed.
322 * configure: Rebuilt.
323 * configure.ac (GC_PTHREAD_SYM_VERSION): Define.
324
d67c1cb7
AM
3252006-02-04 Alan Modra <amodra@bigpond.net.au>
326
327 * include/private/gc_locks.h (GC_test_and_set <POWERPC>): Don't
328 use broken 64-bit version.
329
c3e78ec8
AT
3302006-01-25 Andreas Tobler <a.tobler@schweiz.ch>
331
5c45cecb
AT
332 * darwin_stop_world.c: Change inline asm instruction to ld as ldz
333 is wrong.
334
c3e78ec8
AT
335 * Makefile.am (asm_libgcjgc_sources): Rename to asm_libgcjgc_sources.
336 * Makefile.in: Regenerate.
337
fb247cf8
BM
3382006-01-25 Bryce McKinlay <mckinlay@redhat.com>
339
340 * include/private/gcconfig.h: Revert to GC 6.6 version, removing
341 all local changes.
342
54f28c21
BM
3432006-01-24 Bryce McKinlay <mckinlay@redhat.com>
344
345 Import Boehm GC version 6.6.
346
8827ffce
DA
3472006-01-24 David Ayers <d.ayers@inode.at>
348
349 PR libobjc/13946
350 * include/gc.h: Fix prototype declarations for bootstrap.
351
39bfe5c7
BM
3522005-11-01 Bryce McKinlay <mckinlay@redhat.com>
353
354 * include/private/gc_priv.h: Increase MAX_ROOT_SETS to 1024.
355
df3d9c37
KH
3562005-09-15 Kazu Hirata <kazu@codesourcery.com>
357
358 * include/private/gc_locks.h (GC_test_and_set): Change the
359 constraint of the first operand to '0'.
360
d102ae00
TT
3612005-09-06 Tom Tromey <tromey@redhat.com>
362
363 PR libgcj/23662:
364 * include/private/gcconfig.h (LINUX_STACKBOTTOM): Use instead of
365 HEURISTIC1 on ARM.
366
8caebfaa
ST
3672005-07-17 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
368
369 * include/private/gcconfig.h (sh-linux): Use LINUX_STACKBOTTOM.
370
9af9e7fa
AT
3712005-06-15 Andreas Tobler <a.tobler@schweiz.ch>
372
373 * os_dep.c: Add FreeBSD/PowerPC bits.
374 (GC_SysVGetDataStart): Likewise.
375 * include/private/gcconfig.h: Likewise.
376
5fa579d3
AH
3772005-05-25 Andrew Haley <aph@redhat.com>
378
379 * include/private/gcconfig.h (HBLKSIZE): Define to 4096 on
380 powerpc64-linux.
381
f4c767fd
MS
3822005-05-09 Mike Stump <mrs@apple.com>
383
384 * configure: Regenerate.
385
2586bf38
HPN
3862005-04-19 Hans-Peter Nilsson <hp@axis.com>
387
388 * os_dep.c, include/private/gc_locks.h: Import CRIS port by
389 Simon Posnjak from gc6.4.
390 * include/private/gcconfig.h: Ditto. Add M32R note from gc6.4.
391
22d97ada
DM
3922005-04-17 David S. Miller <davem@davemloft.net>
393
394 * include/private/gcconfig.h (sparc-linux): Use LINUX_STACKBOTTOM.
395 * os_dep.c (GC_linux_stack_base): Check for bug present in some
396 Sparc glibc variants where __libc_stack_end is erroneously set
397 to "1". Fallback to procfs code in that case.
398
6dab073b
MS
3992005-04-12 Mike Stump <mrs@apple.com>
400
401 * configure: Regenerate.
402
82052bec
RH
4032005-04-12 Richard Henderson <rth@redhat.com>
404
405 * include/private/gcconfig.h (alpha-linux): Use LINUX_STACKBOTTOM.
406
97e095fd
MS
4072005-03-23 Mike Stump <mrs@apple.com>
408
409 * darwin_stop_world.c: Update for -m64 multilib.
410 * include/private/gcconfig.h: Likewise.
411 * powerpc_darwin_mach_dep.s: Likewise.
412
e5aa6a0a
KC
4132005-03-01 Kelley Cook <kcook@gcc.gnu.org>
414
415 * Makefile.in, include/Makefile.in: Regenerate.
416
7bcf4240
RE
4172005-02-26 Richard Earnshaw <rearnsha@arm.com>
418
419 * dyn_load.c: On NetBSD, include machine/elf_machdep.h and define
420 ELFSIZE in terms of ARCH_ELFSIZE (back-ported from gc7.0alpha1).
421
5909b034
BM
4222005-02-15 Bryce McKinlay <mckinlay@redhat.com>
423
424 PR libgcj/19823
425 * configure.host: Set gc_use_mmap on *-linux*.
426 * configure.ac: Define USE_MMAP if gc_use_mmap is set.
427 * include/private/gc_priv.h: Include gc_config.h.
428 * configure, include/gc_config.h.in: Rebuilt.
429
328d1d4c
HB
4302005-02-07 Hans Boehm <Hans.Boehm@hp.com>
431
432 * allchblk.c (GC_allochblk_nth): Dont overlook available space if
433 GC disabled, correctly convert GC_finalizer_mem_freed to byte,
434 total_size to words.
435 * dyn_load.c (win32 GC_register_dynamic_libraries): Consider only
436 MEM_IMAGE regions.
437 * mach_dep.c (GC_with_callee_saves_pushed): separate into new function,
438 and indent appropriately.
439 * mark_rts.c (GC_approx_sp): Access stack.
440 * pthread_stop_world.c: (GC_suspend_handler): Explicitly push
441 callee-saves registers when appropriate.
442 (GC_stop_world): Handle EINTR from sem_wait (sync with Mono GC).
443
9a060b37
BM
4442005-01-01 Bryce McKinlay <mckinlay@redhat.com>
445
446 * configure.ac (AC_CONFIG_HEADERS): Build both include/gc_config.h
447 and include/gc_ext_config.h.
448 * include/gc_ext_config.h: New file. Define only THREAD_LOCAL_ALLOC.
449 * include/gc.h: Undef PACKAGE_* before including gc_config.h.
450
76ecaf09
KC
4512004-12-13 Kelley Cook <kcook@gcc.gnu.org>
452
453 * configure: Regenerate.
454
c54d30fa
BM
4552004-11-29 Bryce McKinlay <mckinlay@redhat.com>
456
457 PR libgcj/18699
458 Revert patches of 2004-11-26 and 2004-11-27.
459
2539bffe
KC
4602004-11-29 Kelley Cook <kcook@gcc.gnu.org>
461
462 * configure: Regenerate for libtool change.
463
d4edf85f
BM
4642004-11-27 Bryce McKinlay <mckinlay@redhat.com>
465
466 * include/gc_config.h.in: Add comment. Define only THREAD_LOCAL_ALLOC.
467
504832c1
BM
4682004-11-26 Bryce McKinlay <mckinlay@redhat.com>
469
470 Fix "PACKAGE_NAME redefined" errors.
471 * configure.ac (AC_CONFIG_HEADERS): Build both include/config.h
472 and include/gc_config.h.
473 * configure: Regenerated.
474 * include/gc_config.h.in: No longer auto-generated. Define only the
475 macros needed by libjava.
476 * include/config.h.in: Generated by autoheader.
477 * include/gc.h: Include config.h, not gc_config.h.
478
767f726e
KC
4792004-11-25 Kelley Cook <kcook@gcc.gnu.org>
480
481 * configure: Regenerate for libtool reversion.
482
2c92e90f
KC
4832004-11-24 Kelley Cook <kcook@gcc.gnu.org>
484
485 * configure: Regenerate for libtool change.
486
ab52d207
EB
4872004-11-22 Eric Botcazou <ebotcazou@libertysurf.fr>
488
489 * configure.ac (machdep): Use sparc_mach_dep.lo on
490 sparc64-sun-solaris2.* too.
491 (Solaris gcc optimization fix): Disable on sparc*-sun-solaris2.*.
492 * configure: Regenerate.
493
f3968b05
EB
4942004-11-22 Eric Botcazou <ebotcazou@libertysurf.fr>
495
496 PR target/18444
497 * configure.ac (threading): Accept 'posix95'.
498 * configure: Regenerate.
499
97ee7627
KC
5002004-11-04 Kelley Cook <kcook@gcc.gnu.org>
501
502 * Makefile.am: Define ACLOCAL_AMFLAGS.
503 * configure.ac: Remove redundant sinclude.
504 * acinclude.m4: Delete file.
505 * aclocal.m4: Regenerate.
506 * Makefile.in, include/Makefile.in: Regenerate.
507 * configure: Regenerate.
508
e5fa845c
UW
5092004-10-19 Ulrich Weigand <uweigand@de.ibm.com>
510
511 * include/private/gc_priv.h (GC_generic_malloc_words_small_inner):
512 Add prototype.
513
66c0e3b5
KI
5142004-10-13 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
515
516 * include/private/gcconfig.h: Add m32r-linux target.
517
5572488d
KC
5182004-09-27 Kelley Cook <kcook@gcc.gnu.org>
519
520 * configure.ac: Update all AC_DEFINEs to newer style.
521 * configure: Regenerate.
522 * include/gc_config.h.in: Regenerate.
523
3c1cbf58
HB
5242004-08-27 Hans Boehm <Hans.Boehm@hp.com>
525
526 * backgraph.c, gc_priv.h (GC_traverse_back_graph,
527 GC_print_back_graph_stats): split GC_traverse_back_graph.
528 * backgraph.c: Dynamically grow in_progress_space.
529 * finalize.c (GC_notify_or_invoke_finalizers): also call
530 GC_print_back_graph_stats.
531 * alloc.c, finalize.c, gc_priv.h (GC_generate_random_backtrace_no_gc,
532 GC_print_back_height): Move delarations to header file.
533 * configure.ac: rename --enable-full-debug to --enable-gc-debug.
534 * configure: Regenerate.
535
9a870e6c
HB
5362004-08-23 Hans Boehm <Hans.Boehm@hp.com>
537
538 * aix_irix_threads.c: Move _THREADS checks after gc_priv.h include.
539 * backgraph.c, include/private/gc_pmark.h: Always include gc.h.
540
92f61b6e
BM
5412004-08-23 Bryce McKinlay <mckinlay@redhat.com>
542
543 * win32_threads.c: Move GC_WIN32_THREADS check after gc_priv.h include.
544 Reported by Danny Smith.
545
8f63f56b
DS
5462004-08-21 Danny Smith <dannysmith@users.sourceforge.net>
547
92f61b6e 548 * misc.c (GC_init): Replace lhs cast with rhs cast.
8f63f56b 549
28f2ebcf
BM
5502004-08-16 Bryce McKinlay <mckinlay@redhat.com>
551
552 * specific.c: Check GC_LINUX_THREADS before including
553 private/specific.h. From Richard Earnshaw.
554
13b040f1
NN
5552004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
556
557 * aclocal.m4: Remove obsolete construct for old automake.
558 * acinclude.m4: Regenerate with aclocal 1.9.1.
559 * configure.ac: Remove duplicate AC_WITH calls. Replace
560 AC_CANONICAL_SYSTEM with AC_CANONICAL_HOST, AC_CANONICAL_TARGET.
561 Replace _GCC_TOPLEV_NONCANONICAL calls with ACX_NONCANONICAL_TARGET.
562 Remove now-redundant subst of target_noncanonical. Remove
563 now-gratuitous m4 quoting around $. Replace AM_PROG_LIBTOOL with
564 AC_PROG_LIBTOOL and remove second, redundant AC_PROG_LIBTOOL.
565 Use slightly more modern form of AC_INIT.
566 * configure: Rebuild with autoconf 2.59.
567 * Makefile.in, include/Makefile.in: Rebuild with automake 1.9.1.
568
461b08b8
AT
5692004-08-16 Andreas Tobler <a.tobler@schweiz.ch>
570
571 * solaris_threads.c: Remove ifdef around #include "private/gc_priv.h"
572 since they're not known at this time.
573 * solaris_pthreads.c: Likewise.
574
cbaaa7db
AT
5752004-08-15 Andreas Tobler <a.tobler@schweiz.ch>
576
577 PR target/14931
578 * powerpc_darwin_mach_dep.s (_GC_push_regs): Change to new stub style.
579
4109fe85
BM
5802004-08-13 Bryce McKinlay <mckinlay@redhat.com>
581
582 * configure.ac (gc_cflags): Add -Iinclude.
583 (AC_CONFIG_HEADERS): New. Configure gc_config.h header.
584 Don't write DEFS to boehm-cflags file.
585 * configure: Rebuilt.
586 * gcj_mlc.c: Check #ifdef GC_GCJ_SUPPORT after including headers.
587 * specific.c: Check #ifdef GC_LINUX_THREADS after including headers.
588 * include/gc_config_macros.h: Remove backward-compatibility
589 redefinitions of GC_ names.
590 * include/gc.h: Include <gc_config.h>.
591
5922004-08-13 Bryce McKinlay <mckinlay@redhat.com>
593
594 Import Boehm GC version 6.3.
595
db24c53d
KC
5962004-08-12 Kelley Cook <kcook@gcc.gnu.org>
597
598 * include/Makefile.in: Regenerate
599
634330f5
AP
6002004-07-06 Andrew Pinski <apinski@apple.com>
601
602 * os-dep.c (GC_task_self): Declare as static
603 and remove the second declaration.
604
500e1264
AT
6052004-06-20 Andreas Tobler <a.tobler@schweiz.ch>
606
607 * Makefile.am: Add rule for .S files to fix bootstrap on
608 solaris and alpha.
609 * Makefile.in: Regenerate.
610
94632047 6112004-06-16 Paolo Bonzini <bonzini@gnu.org>
bf9a420e
PB
612
613 * boehm-gc/configure.ac: New name of configure.in.
614 Remove useless multilib stuff. Change uses of
615 INCLUDES and CXXINCLUDES to AM_CPPFLAGS.
616 * boehm-gc/configure.in: New name of configure.in.
617 * boehm-gc/Makefile.am: Update for automake 1.8.5.
618 * boehm-gc/acinclude.m4: Include ../config/acx.m4.
619 * boehm-gc/aclocal.m4: Regenerate.
620 * boehm-gc/configure: Regenerate.
621 * boehm-gc/Makefile.in: Regenerate.
622
94632047 6232004-06-15 Paolo Bonzini <bonzini@gnu.org>
9ac926b1
PB
624
625 * .cvsignore: New file.
626
ececf1b9
AJ
6272004-04-25 Andreas Jaeger <aj@suse.de>
628
629 * mark.c (GC_mark_from): Use pointer as prefetch argument.
630
65246635
L
6312004-04-06 H.J. Lu <hongjiu.lu@intel.com>
632
633 * include/private/gcconfig.h (PREFETCH): Use __builtin_prefetch
634 for gcc >= 3.0.
635 (PREFETCH_FOR_WRITE): Likewise.
636
8ab705be
KC
6372004-03-10 Kelley Cook <kcook@gcc.gnu.org>
638
639 * configure.ac: Bump AC_PREREQ to 2.59.
640 * configure: Regenerate.
641 * config.in: Regenerate.
642
413580dc
NN
6432004-02-26 Nathanael Nerode <neroden@gcc.gnu.org>
644
26d8bbbb
NN
645 * ltconfig, ltmain.sh: Remove unused files.
646 * configure.in: Remove bogus extra early invocation of
647 AC_CONFIG_AUX_DIR.
648 * configure: Regenerate.
649 * mkinstalldirs, install-sh, config.sub, config.guess:
650 Remove (now) unused files.
651 * Makefile.in: Regenerate (losing references to vanished
652 files).
653
7664e6f8
NN
654 * configure.in: Add CCAS, CCASFLAGS for future automakes.
655 * configure, Makefile.in, include/Makefile.in: Regenerate.
656
6d4fb96f
NN
657 * Makefile.am: Remove bogus duplicate setting of AM_CFLAGS.
658 * Makefile.in: Regenerate.
659
660 * configure.in: Remove bogus duplicate invocation of
661 AM_MAINTAINER_MODE. Remove obsolete comment.
662 * configure: Regenerate.
663
a749e46c
NN
664 * acinclude.m4: Remove GC_CONFIGURE macro; move contents
665 to configure.in.
666 * aclocal.m4: Regenerate.
667 * configure.in: Receive contents of GC_CONFIGURE macro.
668 * configure: Regenerate.
669
8c048b48
NN
670 * configure.in: Remove more obsolete, bogus code.
671 * configure: Regenerate.
672
413580dc
NN
673 * acinclude.m4: Remove obsolete and bogus constructs.
674 * aclocal.m4: Regenerate.
675 * configure: Regnerate.
676
e22db4bf
NN
6772004-02-23 Nathanael Nerode <neroden@gcc.gnu.org>
678
679 * acinclude.m4: De-precious CC and CXX so that the right flags
680 are passed down to multilibs.
681 * aclocal.m4: Regenerate.
682 * configure: Regenerate.
683
eac8a696
ZW
6842004-02-22 Zack Weinberg <zack@codesourcery.com>
685 Nathanael Nerode <neroden@twcny.rr.com>
686 Alexandre Oliva <aoliva@redhat.com>
687
688 * config.sub, config.guess: Replace with forwarding scripts
689 which invoke the master copies in the top level.
690
d38d6003
NN
6912004-02-23 Nathanael Nerode <neroden@gcc.gnu.org>
692
47935194
NN
693 * acinclude.m4: Remove old no-executables workaround;
694 add new no-executables workaround.
695 * aclocal.m4: Regenerate.
696 * configure.in: Change prereqs to autoconf 2.57.
697 * configure: Regenerate with autoconf 2.57.
698
d38d6003
NN
699 * configure.in: Use NCN_TARGET_NONCANONICAL and friends.
700 * configure: Regenerate.
701 * Makefile.am: Use target_noncanonical variable from configure.
702 * Makefile.in: Regenerate.
703 * include/Makefile.in: Regenerate.
704
a7ca14fc
AC
7052004-02-20 Andrew Cagney <cagney@redhat.com>
706
707 * config.guess: Update from version 2002-01-10 to 2004-02-16.
708 * config.sub: Update from version 2002-01-02 to 2004-02-16.
709
089e52f7
NN
7102004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
711
116daf21
NN
712 * acinclude.m4: Remove bogus duplicate call to AC_CANONICAL_BUILD.
713 * aclocal.m4: Rebuild.
714 * configure: Regenerate.
715
b1891e51
NN
716 * acinclude.m4: Move certain code to configure.in.
717 * configure.in: Receive code from acinclude.m4.
718 * aclocal.m4: Rebuild.
719 * configure: Regenerate.
720
089e52f7
NN
721 * Makefile.direct, alloc.c: Resync to upstream 6.3 alpha 1.
722
1bec19cc
AH
7232004-01-20 Andrew Haley <aph@redhat.com>
724
725 * include/private/gcconfig.h (USE_MMAP): Define for all Linux.
726
727 * configure.in: Comment change.
728
b27317b5
AH
7292004-01-16 Andrew Haley <aph@redhat.com>
730
731 * configure.in (NO_EXECUTE_PERMISSION): Remove global declaration;
732 add for ia64; remove for MIPS.
733 * configure: Regnerated.
eac8a696 734
d5b2f1be
KC
7352004-01-14 Kelley Cook <kcook@gcc.gnu.org>
736
737 * configure.in: Add in AC_PREREQ(2.13)
738
5d2082d1 7392004-01-07 Dave Jones <davej@redhat.com>
eac8a696 740
5d2082d1 741 * malloc.c (GC_generic_malloc): Correct initialization typo.
d779bc04 742 * mallocx.c (GC_generic_malloc_ignore_off_page): Ditto.
5d2082d1 743
35a59bd5
RE
7442003-10-31 Richard Earnshaw <rearnsha@arm.com>
745
746 * include/private/gcconfig.h: Re-install change of 2003-04-16.
747
27d54b2a
RO
7482003-10-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
749
750 * mips_sgi_mach_dep.s: Use _ABIO32 instead of external
751 _MIPS_SIM_ABI32.
752
d938f171
AM
7532003-10-18 Alan Modra <amodra@bigpond.net.au>
754
755 * include/private/gcconfig.h (ALIGNMENT <powerpc linux>): Remove
756 unsure comment.
757
a97386cd
JS
7582003-10-03 Jeff Sturm <jsturm@one-point.com>
759
760 * configure: Rebuild.
761
aa44273b
HB
7622003-10-03 Hans Boehm <Hans.Boehm@hp.com>
763
764 * configure.in: Remove NO_GETENV definition for win32.
765 * mach_dep.c (GC_generic_push_regs): Prevent tail call optimization.
766 * misc.c (GC_init_inner): Call GC_thr_init for win32.
767 (GC_set_warn_proc): Add assertion.
768 * win32_threads.c: Import 6.3alpha2 version.
769 * include/private/gc_priv.h: Add support for EMPTY_GETENV_RESULTS.
770
51ac684e
RO
7712003-09-29 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
772
773 * configure.in: Remove wildcard from Solaris 8-9/Intel and Solaris
774 2.3/SPARC, there are no micro versions.
775 Treat Solaris 10 and up alike.
776 * configure: Regenerate.
777
0de118b6
AG
7782003-09-22 Anthony Green <green@redhat.com>
779
780 * os_dep.c: Fix GC_get_stack_base build problem for vanilla elf
781 "NOSYS" targets.
782
0722cb66
AG
7832003-09-20 <green@redhat.com>
784
785 * include/private/gcconfig.h: Don't check for __XSCALE__. Instead
786 check for __arm__ or __thumb__.
787
e517f636
AM
7882003-09-09 Alan Modra <amodra@bigpond.net.au>
789
790 * configure: Regenerate.
791
7160c99d
RO
7922003-08-07 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
793 Roger Sayle <roger@eyesopen.com>
794
795 * configure.in: Set INCLUDES to absolute path.
796 Save $INCLUDES in boehm-cflags, too.
797 Set INCLUDES so it's available to config.status.
798 * configure: Regenerate.
799
822ed7f8
DS
8002003-07-31 Danny Smith <dannysmith@users.sourceforge.net>
801
802 * include/gc.h (GC_CreateThread): Declare with WINAPI
eac8a696 803 attribute.
822ed7f8
DS
804 * win32_threads.c (GC_CreateThread): Make definitions consistent
805 with declaration. Cast &thread_table[i].handle to PHANDLE
806 in call to DuplicateHandle
807 (thread_start): Declare as static.
808
fd9b4d64
AT
8092003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
810
eac8a696 811 * dyn_load.c: Define __private_extern__ to match Apple's system
fd9b4d64 812 header.
eac8a696 813
5fd5bdbd
LR
8142003-07-28 Loren J. Rittle <ljrittle@acm.org>
815
816 * os_dep.c: Remove redundancy introduced in last merge.
817
30c3de1f
JS
8182003-07-28 Jeff Sturm <jsturm@one-point.com>
819
820 Import GC 6.3alpha1.
821 * BCC_MAKEFILE: Merge with GC 6.3alpha1 release.
822 * ChangeLog: Likewise.
823 * Makefile.am: Likewise.
824 * Makefile.direct: Likewise.
825 * Makefile.dj: Likewise.
826 * allchblk.c: Likewise.
827 * alloc.c: Likewise.
828 * backgraph.c: Likewise.
829 * configure.host: Likewise.
830 * configure.in: Likewise.
831 * dbg_mlc.c: Likewise.
832 * dyn_load.c: Likewise.
833 * finalize.c: Likewise.
834 * gc_cpp.cc: Likewise.
835 * gc_dlopen.c: Likewise.
836 * gcj_mlc.c: Likewise.
837 * if_mach.c: Likewise.
838 * mach_dep.c: Likewise.
839 * malloc.c: Likewise.
840 * mallocx.c: Likewise.
841 * mark.c: Likewise.
842 * mark_rts.c: Likewise.
843 * misc.c: Likewise.
844 * os_dep.c: Likewise.
845 * ptr_chck.c: Likewise.
846 * reclaim.c: Likewise.
847 * solaris_pthreads.c: Likewise.
848 * solaris_threads.c: Likewise.
849 * sparc_mach_dep.S: Likewise.
850 * threadlibs.c: Likewise.
851 * typd_mlc.c: Likewise.
852 * version.h: Likewise.
853 * win32_threads.c: Likewise.
854 * Mac_files/MacOS_Test_config.h: Likewise.
855 * Mac_files/MacOS_config.h: Likewise.
856 * cord/cordbscs.c: Likewise.
857 * cord/cordprnt.c: Likewise.
858 * cord/de_win.c: Likewise.
859 * doc/README: Likewise.
860 * doc/README.MacOSX: Likewise.
861 * doc/README.changes: Likewise.
862 * doc/README.environment: Likewise.
863 * doc/README.ews4800: Likewise.
864 * doc/README.linux: Likewise.
865 * doc/README.macros: Likewise.
866 * doc/README.win32: Likewise.
867 * doc/debugging.html: Likewise.
868 * doc/gcdescr.html: Likewise.
869 * doc/tree.html: Likewise.
870 * include/Makefile.in: Likewise.
871 * include/gc.h: Likewise.
872 * include/gc_cpp.h: Likewise.
873 * include/gc_local_alloc.h: Likewise.
874 * include/gc_mark.h: Likewise.
875 * include/gc_pthread_redirects.h: Likewise.
876 * include/gc_typed.h: Likewise.
877 * include/new_gc_alloc.h: Likewise.
878 * include/private/dbg_mlc.h: Likewise.
879 * include/private/gc_hdrs.h: Likewise.
880 * include/private/gc_locks.h: Likewise.
881 * include/private/gc_pmark.h: Likewise.
882 * include/private/gc_priv.h: Likewise.
883 * include/private/gcconfig.h: Likewise.
884 * include/private/solaris_threads.h: Likewise.
885 * include/private/specific.h: Likewise.
886 * tests/test.c: Likewise.
887 * tests/test_cpp.cc: Likewise.
eac8a696 888
30c3de1f
JS
889 * configure: Rebuild.
890 * Makefile.in: Rebuild.
eac8a696 891
30c3de1f 892 * mips_sgi_mach_dep.s: Add.
eac8a696 893
30c3de1f
JS
894 * alpha_mach_dep.s: Remove.
895 * irix_threads.c: Remove.
896 * linux_threads.c: Remove.
897 * mips_sgi_mach_dep.S: Remove.
898 * missing: Remove.
899 * powerpc_macosx_mach_dep.s: Remove.
900 * doc/Makefile.am: Remove.
901 * doc/Makefile.in: Remove.
902
6c84c668
RS
9032003-07-25 Roger Sayle <roger@eyesopen.com>
904
905 * configure.host: Only use +ESdbgasm when using the HPUX native
906 compiler on PA-Risc. It isn't recognized by GCC and is silently
907 ignored by HP's compilers on ia64.
908
e83a44d2
ME
9092003-04-28 Mohan Embar <gnustuff@thisiscool.com>
910
911 * configure.in: define GC_DLL under mingw if --enable-shared
912 * configure: rebuilt
913 * win32_threads.c: add #ifdef GC_DLL around DllMain
914
351c2c4b
RE
9152003-04-16 Richard Earnshaw <rearnsha@arm.com>
916
917 * include/private/gcconfig.h: Add support for arm-netbsdelf.
918
739c5789
TT
9192003-04-09 Tom Tromey <tromey@redhat.com>
920
921 * include/private/gcconfig.h (LINUX_STACKBOTTOM): Define for
922 POWERPC.
923 (STACK_GRAN, HEURISTIC1): Don't define for POWERPC.
924
22980180
RH
9252003-03-22 Richard Henderson <rth@redhat.com>
926
927 * include/private/gc_locks.h [IA64]: Include ia64intrin.h.
928 (GC_test_and_set): Use __sync_lock_test_and_set.
929 (GC_clear): Use volatile assignment.
930 (GC_compare_and_exchange): Use __sync_bool_compare_and_swap.
931 (GC_memory_write_barrier): Use __sync_synchronize.
932
ff8b9ca8
AS
9332003-03-12 Andreas Schwab <schwab@suse.de>
934
935 * configure.in: Avoid trailing /. in toolexeclibdir.
936 * configure: Rebuilt.
937
c62b9064
HB
9382003-03-04 Hans Boehm <Hans.Boehm@hp.com>
939 * include/private/gcconfig.h (GC_data_start): declare when needed.
940 * include/private/gc_priv.h: Include gcconfig.h after ptr_t
941 declaration.
942 * dyn_load.c (GC_register_dynamic_libraries_dl_iterate_phdr,
943 GC_register_dynlib_callback): Register main data for static
944 executable if dl_iterate_phdr() didn't.
945 * misc.c (GC_init_inner): Call GC_init_linux_data_start() even
946 if we don't expect to register main static data.
947
ebcc6a7e
HB
9482003-03-03 Hans Boehm <Hans.Boehm@hp.com>
949 * mark_rts.c (GC_cond_register_dynamic_libraries): add.
950 (GC_push_roots): explicitly mark free list headers, register
951 dynamic libraries only if !REGISTER_LIBRARIES_EARLY.
952 * alloc.c (GC_stopped_mark): Conditionally call
953 GC_cond_register_dynamic_libraries().
954 (GC_collect_a_little_inner, GC_try_to_collect_inner): Check GC_dont_gc.
955 * dyn_load.c (GC_register_main_static_data): define.
956 (GC_register_dyn_libraries (Linux /proc, Linux ELF versions)):
957 no longer skip main data.
958 * misc.c (GC_REGISTER_MAIN_STATIC_DATA): define.
959 (GC_init_inner): Make main data registration conditional.
960 * include/private/gc_priv.h (GC_register_main_static_data): declare.
961 * include/private/gcconfig.h (REGISTER_LIBRARIES_EARLY): define
962 for LINUX.
963
3343fdd2
AO
9642003-02-20 Alexandre Oliva <aoliva@redhat.com>
965
966 * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
967 config.status.
968 * configure: Rebuilt.
969
290a4db9
AT
9702003-02-11 Andreas Tobler <a.tobler@schweiz.ch>
971
972 * include/private/gcconfig.h: undefine MPROTECT_VDB for MACOSX
973
13b6e5b4
AO
9742003-01-27 Alexandre Oliva <aoliva@redhat.com>
975
976 * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
977 Remove USE_LIBDIR conditional.
978 * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
979 * Makefile.in, configure: Rebuilt.
980
7d60eb23
TT
9812002-12-31 Tom Tromey <tromey@redhat.com>
982
983 For PR libgcj/8933:
984 * include/Makefile.in: Rebuilt.
985 * include/Makefile.am (noinst_HEADERS): Renamed from
986 include_HEADERS.
987
e6226a2f
RO
9882002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
989
990 * ltconfig (osf[345]): Append $major to soname_spec.
991 Reflect this in library_names_spec.
992 * ltmain.sh (osf): Prefix $major with . for use as extension.
993
eae853b7
AJ
9942002-10-02 Andreas Jaeger <aj@suse.de>
995
996 * include/private/gcconfig.h (HBLKSIZE): Define for x86-64.
997
82cfabc1
RE
9982002-09-28 Richard Earnshaw <rearnsha@arm.com>
999
eae853b7 1000 * include/private/gcconfig.h: Don't check for __XSCALE__. Instead
82cfabc1
RE
1001 check for __arm__ or __thumb__.
1002
10a197ee
UW
10032002-09-27 Ulrich Weigand <uweigand@de.ibm.com>
1004
1005 * include/private/gcconfig: Add machine type S390. Add s390x support.
1006 * include/private/gc_locks.h (GC_test_and_set): Implement for s390.
1007 (GC_compare_and_exchange): Likewise.
1008
179a9caf
JT
10092002-09-24 Jason Thorpe <thorpej@wasabisystems.com>
1010
1011 * include/private/gcconfig.h: Fix NetBSD/mips parameters.
1012
2e9ac471
AM
10132002-08-23 Adam Megacz <adam@xwt.org>
1014
eac8a696 1015 * win32_threads.cc: Removed extraneous ABORT()
2e9ac471 1016
6c5d742e
KG
10172002-09-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1018
1019 * Makefile.am (all-multi): Fix multilib parallel build.
1020
48528b67
BT
10212002-07-18 Bo Thorsen <bo@suse.de>
1022
1023 * include/private/gcconfig.h: Add x86-64 definitions.
1024 * os_dep.c: Add x86-64 support.
1025 * configure.in: Likewise.
1026 * configure: Regenerate.
1027
aab27b30
L
10282002-07-18 H.J. Lu <hjl@gnu.org>
1029
1030 * mach_dep.c (GC_push_regs): Remove the unused Linux/mips code.
1031
5316699d
L
10322002-07-18 H.J. Lu (hjl@gnu.org)
1033
1034 * configure.in (machdep): Don't add mips_sgi_mach_dep.lo for
1035 Linux/mips.
1036
5ddf82b4 10372002-06-28 Hans Boehm <Hans_Boehm@hp.com>
eac8a696 1038 Jonathan Clark
5ddf82b4 1039
eac8a696 1040 * win32_threads.c (GC_push_all_stacks): Tolerate bad sp.
5ddf82b4 1041
f3e83dc2
L
10422002-06-09 H.J. Lu (hjl@gnu.org)
1043
1044 * include/private/gc_locks.h (GC_test_and_set): Support
1045 Linux/mips.
1046 (GC_TEST_AND_SET_DEFINED): Likewise.
1047
1048 * include/private/gcconfig.h (DYNAMIC_LOADING): Defined for
1049 Linux/mips.
1050 (DATAEND): Likewise.
1051 (LINUX_STACKBOTTOM): Likewise.
1052 (STACKBOTTOM): Removed for Linux/mips.
1053
61039cd0
MM
1054Sun May 19 11:32:03 2002 Mark P Mitchell <mark@codesourcery.com>
1055
1056 * irix_threads.cc (GC_pthread_detach): Do not use REAL_FUNC.
1057 (GC_pthread_create): Fix typo.
1058 (GC_TRY_LOCK): Likewise.
1059 * include/private/gc_locks.h (GC_test_and_set): Only take one
1060 one argument.
1061 (LOCK): Adjust appropriately.
eae853b7 1062 * include/private/gc_priv.h (SIG_SUSPEND): Use SIGRTMIN if
61039cd0
MM
1063 _SIGRTMIN is unavailable.
1064
1e6347d8
RO
10652002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1066
1067 * acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
1068 * aclocal.m4: Regenerate.
1069 * configure: Regenerate.
1070
6706f116
AO
10712002-05-08 Alexandre Oliva <aoliva@redhat.com>
1072
1073 * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
1074 script entry, and set LD to it when configuring multilibs.
1075 * configure: Rebuilt.
1076
e3c98562
JS
10772002-04-22 Jeff Sturm <jsturm@one-point.com>
1078
1079 * Makefile.am (toolexeclib_LTLIBRARIES): Remove.
1080 (noinst_LTLIBRARIES): Add libgcjgc.la.
1081
1082 * Makefile.in: Rebuild.
1083
a61df6c7
DM
10842002-04-22 David S. Miller <davem@redhat.com>
1085
1086 * include/private/gcconfig.h: Hard-code STACKBOTTOM on
1087 64-bit SPARC Linux, the __libc_stack_end technique does
1088 not work in this case.
1089
10902002-04-22 Jeff Sturm <jsturm@one-point.com>
1091
1092 * gcconfig.h: Enable DYNAMIC_LOADING for all sparc-solaris ABIs.
1093
94164032
HB
10942002-04-17 Hans Boehm <Hans_Boehm@hp.com>
1095
1096 * include/private/gcconfig.h: Use LINUX_STACKBOTTOM for
1097 SPARC Linux.
1098
b911c031
LR
10992002-04-09 Loren J. Rittle <ljrittle@acm.org>
1100
1101 * include/private/gcconfig.h (DATAEND): Update comment example
1102 to match reality.
1103
e285b259
LR
11042002-04-08 Loren J. Rittle <ljrittle@acm.org>
1105
1106 * include/private/gcconfig.h (DATAEND): Clarify comment.
1107
787bf7e3 11082002-04-08 Hans Boehm <Hans_Boehm@hp.com>
eae853b7 1109
787bf7e3
HB
1110 * include/private/gc_priv.h (WARN macro): Add "GC warning:" prefix.
1111 (GC_large_alloc_warn_interval, GC_large_alloc_warn_suppressed):
1112 declare.
1113 * allchblk.c (GC_allchblk_nth): Change text and support reduced
1114 frequency for blacklist warning message.
1115 * misc.c (GC_large_alloc_warn_interval,
1116 GC_large_alloc_warn_suppressed): define.
eae853b7 1117 (GC_init_inner): Check GC_NO_BLACKLIST_WARNING and
787bf7e3
HB
1118 GC_LARGE_ALLOC_WARN_INTERVAL environment variables.
1119 * doc/README.environment (GC_NO_BLACKLIST_WARNING): Deprecate.
1120 (GC_LARGE_ALLOC_WARN_INTERVAL): Add documentation.
1121
1122 * dyn_load.c (_DYNAMIC): Move declaration to file scope.
1123
3c55704e
LR
11242002-04-04 Loren J. Rittle <ljrittle@acm.org>
1125
1126 * include/private/gcconfig.h: Add support for an unmapped
1127 memory hole between the end of the initialized data segment
1128 and the start of the BSS on FreeBSD/i386.
1129
c71f2c06
BM
11302002-03-30 Krister Walfridsson <cato@df.lth.se>
1131
1132 * include/private/gcconfig.h: define DYNAMIC_LOADING for ELF
eac8a696 1133 NetBSD/i386.
c71f2c06
BM
1134
11352002-03-29 Hans Boehm <Hans_Boehm@hp.com>
1136
1137 * linux_threads.c (return_free_lists): Clear fl[i] unconditionally.
1138 (GC_local_gcj_malloc): Add assertion.
1139 (start_mark_threads): Fix abort message.
1140 * mark.c (GC_mark_from): Generalize assertion.
1141 * reclaim.c (GC_clear_fl_links): New function.
1142 (GC_start_reclaim): Must clear some freelist links.
1143 * include/private/specific.h, specific.c: Add assertions.
1144 Safer definition for INVALID_QTID, quick_thread_id. Fix/add comments.
1145 Rearrange tse fields.
1146
a3c5fa34
RH
11472002-03-27 Richard Henderson <rth@redhat.com>
1148
1149 * os_dep.c (GC_init_linux_data_start): Fix references to
1150 __data_start and _end.
1151
ed47971a
LR
11522002-03-25 Loren J. Rittle <ljrittle@acm.org>
1153
1154 * include/private/gcconfig.h: Change all likely references
1155 to linker script synthesized symbols to use this idiom:
1156 extern int etext[]; etext
1157
fd28f67b
JS
11582002-03-25 Jeff Sturm <jsturm@one-point.com>
1159
1160 * linux_threads.c (GC_get_nprocs): Close file descriptor.
1161
c0561434
LR
11622002-03-21 Loren J. Rittle <ljrittle@acm.org>
1163
1164 * include/private/gcconfig.h: Add unified test for FreeBSD.
1165 Support FreeBSD/alpha.
1166 * os_dep.c: Do not include <machine/trap.h> unless available.
1167 (GC_freebsd_stack_base): Fix types.
1168
ce3b24a7
BM
11692002-03-17 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
1170
1171 * Makefile.am: Make a convenience library.
1172 * Makefile.in: Rebuilt.
1173
512e32d2
AG
11742002-03-15 Anthony Green <green@redhat.com>
1175
1176 * misc.c (GC_init_inner): Initialize GC_write_cs before use.
1177 * configure.in: Disable use of getenv for win32 targets (some of
1178 which have broken implementations).
1179 * configure: Rebuilt.
1180
916c46b5
AM
11812002-03-12 Adam Megacz <adam@xwt.org>
1182
eac8a696
ZW
1183 * dyn_load.c: Renamed GC_win32s to GC_no_win32_dlls.
1184 * misc.c: Renamed GC_is_win32s() to GC_no_win32_dlls
1185 * os_dep.c: Renamed GC_win32s to GC_no_win32_dlls and
1186 statically initialized it to TRUE if compiling with GCC.
1187 * win32_threads.c (thread_start): We no longer use SEH if
1188 compiling with GCC.
1189 * mark.c (GC_mark_some): We no longer use SEH if
1190 compiling with GCC.
eae853b7 1191
45597167
BM
11922002-03-09 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
1193
eae853b7 1194 * include/gc_priv.h: Define ALIGN_DOUBLE on 32 bit targets if GCJ
45597167
BM
1195 support is enabled, for hash synchronization.
1196
3e0e6811
AM
11972002-02-24 Adam Megacz <adam@xwt.org>
1198
1199 * Makefile.am: Added win32_threads.c to sources list.
1200 * win32_threads.c: Added two */'s which I had neglected.
1201
dd071c20
BM
12022002-02-20 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
1203
1204 * Makefile.am: Re-add SUBDIRS parameter which was lost in merge.
1205 * Makefile.in: Rebuilt.
1206
ca77b9e1
BM
12072002-02-13 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
1208
1209 * dbg_mlc.c (GC_debug_generic_malloc): Removed.
eae853b7
AJ
1210
1211 * sparc_mach_dep.S: Rename from sparc_mach_dep.s as it is a
ca77b9e1
BM
1212 preprocessor file.
1213 * mips_sgi_mach_dep.S: Likewise.
1214 * Makefile.am: Update for above changes.
1215 * Makefile.in: Rebuilt.
1216
adb60117
RH
12172002-02-12 Richard Henderson <rth@redhat.com>
1218
1219 * configure.in: Re-apply 2001-06-26 configure change.
1220 * configure: Rebuild.
1221
79f777fd
BM
12222002-02-12 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
1223
1224 Imported GC 6.1 Alpha 3.
1225
c0e4074d
BM
1226 * sparc_mach_dep.S: Delete incorrectly named file.
1227
df61a3d2
AM
12282001-02-11 Adam Megacz <adam@xwt.org
1229
adb60117 1230 * configure.in: support for win32, saner
df61a3d2
AM
1231 cross-compile options
1232
b6459d9a
AG
12332001-02-08 Anthony Green <green@redhat.com>
1234
1235 * include/private/gcconfig.h: Add XSCALE NOSYS support for bare
1236 board embedded targets.
1237 * os_dep.c: Avoid signal handling code for NOSYS/ECOS targets.
1238 Use GC_get_stack_base for NOSYS/ECOS targets. Clean up some
1239 redundant uses of ECOS.
1240 * misc.c: Use NOSYS where ECOS is being used.
1241 Don't define GC_write twice for ECOS systems.
1242 (GC_write): New function for NOSYS targets.
1243
b1d24685
AM
12442002-02-06 Adam Megacz <adam@xwt.org>
1245
79f777fd
BM
1246 * boehm-gc/include/gc.h: (GC_CreateThread) This function is
1247 now exposed on all Win32 platforms.
1248 * boehm-gc/win32_threads.c: (GC_CreateThread) This now
1249 compiles on Win32; it invokes CreateThread() if GC is built
1250 as a DLL; otherwise it registers the thread.
1251 * boehm-gc/misc.c (GC_init): Initialize GC_allocate_ml in case
1252 libgcjgc was not built as a DLL.
b1d24685 1253
7e57448e
AM
12542002-02-01 Adam Megacz <adam@xwt.org>
1255
1256 * boehm-gc on win32 now automatically detects if it is being built
1257 as a DLL; see http://gcc.gnu.org/ml/java/2001-12/msg00240.html
eae853b7 1258
6cb3421f
DE
12592002-01-25 David Edelsohn <edelsohn@gnu.org>
1260
1261 * include/gc.h (GC_INIT): Add DATASTART and DATAEND roots on AIX.
1262 * include/private/gcconfig.h (RS6000): Add 64-bit AIX support.
1263 Define USE_GENERIC_PUSH_REGS. Use AIX _data and _end symbols for
1264 DATASTART and DATAEND roots.
1265 * rs6000_mach_dep.s: Add function descriptor and traceback table.
1266
a5b2a65b
JS
12672001-12-16 Jeff Sturm <jsturm@one-point.com>
1268
1269 * dyn_load.c: Define ElfW (if needed) for all targets,
1270 not just GNU/Linux.
1271 (GC_FirstDLOpenedLinkMap): Use it.
1272 (GC_register_dynamic_libraries_dl): Use it.
1273 * include/private/gcconfig.h: Define CPP_WORDSZ, ELF_CLASS
1274 for sparcv9.
1275
f28c857f
CR
12762001-12-16 Craig Rodrigues <rodrigc@gcc.gnu.org>
1277
1278 PR other/3725
eae853b7 1279 * configure.in: Add AC_SUBST(target_alias).
f28c857f
CR
1280 * configure: Regenerated.
1281
2b2ec3fb
LR
12822001-11-26 Loren J. Rittle <ljrittle@acm.org>
1283
1284 * linux_threads.c (WRAP_FUNC(pthread_join)): Remove special
1285 case for GC_FREEBSD_THREADS.
1286 * configure.in (*-*-freebsd*): Clarify warning.
1287 * configure: Rebuilt.
1288
dc8a0202
LR
12892001-10-23 Loren J. Rittle <ljrittle@acm.org>
1290 Andreas Tobler <toa@pop.agri.ch>
1291
1292 * include/private/solaris_threads.h: Update to use GC_SOLARIS_THREADS.
1293
aeb76991
BM
12942001-10-22 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
1295
1296 * linux_threads.c (GC_init_parallel): Do not declare as a static
1297 constructor.
1298 * include/gc.h (GC_init): Declare here. Add description.
1299 * include/private/gc_priv.h (GC_init): Remove declaration.
1300
f6d882d9
LR
13012001-10-16 Loren J. Rittle <ljrittle@acm.org>
1302
1303 * include/gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.
1304 * linux_threads.c (WRAP_FUNC(pthread_join)): Conditionalized on
1305 GC_FREEBSD_THREADS, handle strange interaction between system
1306 pthread implementation and boehm-gc signal-handler architecture.
1307 * tests/test.c (main): Conditionalized on GC_FREEBSD_THREADS,
1308 set stack.
1309 * include/private/gcconfig.h (configuration keyed off FREEBSD):
1310 Define SIG_SUSPEND, SIG_THR_RESTART. Do not define
1311 MPROTECT_VDB when GC_FREEBSD_THREADS is defined.
1312
33129152
LR
13132001-10-16 Loren J. Rittle <ljrittle@acm.org>
1314
1315 * Makefile.am (test.o): Find tests/test.c in $(srcdir).
1316 * Makefile.in: Rebuilt.
1317
4c7726b1
BM
13182001-10-16 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
1319
1320 * Makefile.am, acinclude.m4, configure.in: Imported GC 6.1 Alpha 1 and
1321 merged local changes.
1322
9c383523
RO
13232001-09-26 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1324
1325 * solaris_threads.c (MAX_ORIG_STACK_SIZE) [I386]: Provide special
1326 Solaris 2/Intel definition.
eae853b7 1327
9c383523
RO
1328 * configure.in (i?86-*-solaris2.[89]*): Define
1329 SOLARIS25_PROC_VDB_BUG_FIXED.
1330 * include/private/gcconfig.h [I386 && SUNOS5]: Use it.
1331 * configure: Regenerate.
1332
1333 * include/private/gcconfig.h [I386 && SUNOS5] (DATASTART): Use _etext.
1334 (DATAEND): Define using _end.
1335
1a8a749c
PB
13362001-09-11 Per Bothner <per@bothner.com>
1337
1338 * include/Makefile.am: New file. It defines include_HEADERS.
1339 * Makefile.am (SUBDIRS): New macro, set to include.
1340 * configure.in (AC_OUTPUT): Add include/Makefile.
1341
0ff95153
TT
13422001-08-20 Tom Tromey <tromey@redhat.com>
1343
1344 * configure: Rebuilt.
1345 * configure.in: Always ask gcc for threads package.
1346
5a2586cf
TT
13472001-08-17 Tom Tromey <tromey@redhat.com>
1348
1349 * Makefile.am, acinclude.m4, configure.in: Imported GC 6.0 and
1350 merged local changes.
1351
a2d6e915
DB
13522001-08-02 David Billinghurst <David.Billinghurst>
1353
1354 * configure: Rebuilt.
1355 * configure.in: POSIX threads on cygwin does not link with
1356 -lpthreads.
1357
57b74bf9
TT
13582001-07-03 Tom Tromey <tromey@redhat.com>
1359
1360 Fix for PR bootstrap/3281:
1361 * aclocal.m4, configure, Makefile.in: Rebuilt.
1362 * acinclude.m4: Set mkinstalldirs for in-tree build.
1363
f6823cb5
RH
13642001-06-26 Richard Henderson <rth@redhat.com>
1365
1366 * alpha_mach_dep.s: Mark call-saved FP registers.
1367 * include/private/gcconfig.h (ALPHA): Remove USE_GENERIC_PUSH_REGS.
1368 * configure.in (alpha*): Re-enable alpha_mach_dep.s
1369 * configure: Rebuild.
1370
c3b48847
TT
13712001-06-12 Tom Tromey <tromey@redhat.com>
1372
1373 * aclocal.m4, configure: Rebuilt.
1374 * acinclude.m4: Find configure.host in srcdir.
1375
01ef8751
AO
13762001-06-09 Alexandre Oliva <aoliva@redhat.com>, Stephen L Moshier <moshier@mediaone.net>
1377
1378 * configure.in (AC_EXEEXT): Work around in case it expands to
1379 nothing, as in autoconf 2.50.
4a849291
AO
1380 * acinclude.m4: Likewise.
1381 * aclocal.m4, configure: Rebuilt.
01ef8751 1382
a5440f9e
TT
13832001-06-07 Tom Tromey <tromey@redhat.com>
1384
1385 For PR bootstrap/3075:
1386 * configure, aclocal.m4, Makefile.in: Rebuilt.
1387 * configure.in: Don't call AC_CONFIG_AUX_DIR or
1388 AC_CANONICAL_SYSTEM.
1389 * acinclude.m4 (BOEHM_CONFIGURE): Call AC_CONFIG_AUX_DIR and
1390 AC_CANONICAL_SYSTEM here.
1391 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not
1392 boehm_gc_basedir.
1393
8948cb39
BM
13942001-05-24 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
1395
1396 * Makefile.am: Override gctest_OBJECTS so tests/test.c can be built.
1397 (libgcjgc_la_SOURCES): Remove typo.
1398 * tests/test.c: Fix struct names and includes for GC_GCJ_SUPPORT case.
1399 * Makefile.in: Rebuilt.
1400
9110a741
BM
14012001-05-21 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
1402
1403 Imported version version 6.0alpha7.
1404
1405 * README, README.Mac, README.OS2, README.QUICK, README.alpha,
1406 README.amiga, README.debugging, README.dj, README.hp, README.linux,
1407 README.rs6000, README.sgi, README.solaris2, README.uts,
1408 README.win32, SCoptions.amiga, backptr.h, barrett_diagram,
1409 dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h,
1410 gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h,
1411 hpux_irix_threads.c, makefile.depend, nursery.c,
1412 solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README,
1413 cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h,
1414 cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h,
1415 include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved
1416 files.
1417
18d6fb97
HB
14182001-05-19 Hans Boehm <hans_boehm@hp.com>
1419
1420 * configure.host: Build with -fexceptions.
1421 * linux_threads.c: Remember which thread stopped world for
1422
62aa6b06
LR
14232001-05-04 Loren J. Rittle <ljrittle@acm.org>
1424 with final tuning by Bryce McKinlay
1425
1426 * configure.in: Add support for --enable-threads=posix on FreeBSD.
1427 * configure: Rebuilt.
1428
aa32d8f6
JO
14292001-05-01 Jeffrey Oldham <oldham@codesourcery.com>
1430
1431 * gc_priv.h (UNLOCK): Change type of GC_noop1 argument.
1432 (GC_noop1): Change declaration to take one argument.
1433
2d65a52e
AO
14342001-04-26 Alexandre Oliva <aoliva@redhat.com>
1435
1436 * configure.in: Obtain THREADS with `gcc -v'.
1437 * configure: Rebuilt.
1438
c8cd06a8
HB
14392001-04-05 Hans Boehm <hans_boehm@hp.com>
1440
1441 * misc.c: Back out buggy changes to stack clearing code.
1442 Reduce CLEAR_SIZE to 1/4 of original value to reduce time
1443 spent clearing memory.
1444
41029b88
HB
14452001-04-04 Hans Boehm <hans_boehm@hp.com>
1446
1447 * finalize.c:
1448 - Accomodate finalization requests for static objects.
1449 (Will be required by hash synchronization. May be needed
1450 in some configurations now.)
1451
1452 * gc_priv.h:
1453 - Define MIN_WORDS. All allocation requests are rounded
1454 up to at least this size. Removes a subtle assumption that
1455 Java objects have a 2 word header.
1456
1457 * gcconfig.h:
1458 - Adjust Linux/IA64 configuration for non-ancient kernels.
1459 (Necessary fix for IA64.)
1460
1461 * linux_threads.c:
1462 - Fix syntax error in currently unused code. Will be needed
1463 for Linux/PA-RISC.
1464
1465 * malloc.c:
1466 - Handle MIN_WORDS.
1467
1468 * misc.c:
1469 - Handle MIN_WORDS.
1470 - Change stack cleaning code to typically clear about one tenth
1471 the memory it used to in the threads configuration. Occasionally
1472 still clear more. (This is really a fix for a long-standing
1473 and fairly significant performance bug with threads.)
1474
1475 * os_dep.c:
1476 - Fix the code for finding the beginning of the data segment under
1477 Linux. I believe this is necessary for some IA64 Linux
1478 distributions. It will also helo other platforms, though those
1479 may additionally require a gcconfig.h adjustment. (This basically
1480 works around the absence of a data_start or __data_start
1481 definition in glibc.)
1482
1483 * test.c:
1484 - Handle rounding due to MIN_WORDS.
1485
ee402fc9
TT
14862001-03-22 Tom Tromey <tromey@redhat.com>
1487
1488 * Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.
1489
3632fe93
TT
14902001-03-19 Tom Tromey <tromey@redhat.com>
1491
1492 * Makefile.in: Rebuilt.
1493 * Makefile.am (gctest_LDFLAGS): new macro.
1494
de5e27be
TT
14952001-03-16 Tom Tromey <tromey@redhat.com>
1496
1497 * Makefile.in: Rebuilt.
1498 * Makefile.am (TESTS_ENVIRONMENT): New macro.
1499
15002001-01-23 Rod Stewart <stewart@lab43.org>
1501
1502 * gcconfig.h: Check for `__arm__', not `arm'.
1503
e301621d
BM
15042000-12-30 Bryce McKinlay <bryce@albatross.co.nz>
1505
1506 * configure.in: Rename THREADLIB to THREADLIBS.
1507 * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This
1508 ensures that we link the correct version of the linuxthreads semaphore
1509 functions.
1510 * Makefile.in: Rebuilt.
1511 * configure: Rebuilt.
eae853b7
AJ
1512
1513 * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the
e301621d
BM
1514 list of signals which are not blocked during suspend in the NO_SIGNALS
1515 case.
1516
ca5fc746
HB
15172000-12-23 Hans Boehm <Hans_Boehm@hp.com>
1518
1519 * gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.
1520
315d4c27
BM
15212000-12-15 Bryce McKinlay <bryce@albatross.co.nz>
1522
1523 * Makefile.dist: Renamed from Makefile.orig.
1524
f2beb7ef
APB
15252000-12-11 Alexandre Petit-Bianco <apbianco@cygnus.com>
1526
1527 * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
1528 * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and
1529 set accordingly.
1530 * Makefile.in: Rebuilt.
1531 * configure: Likewise.
1532
c9e02e5d
GK
15332000-12-10 Geoffrey Keating <geoffk@redhat.com>
1534
1535 * gcconfig.h: Add new case for powerpc EABI.
1536 [PPC]: Handle embedded OS for powerpc simulator.
1537
0476f098
BM
15382000-09-30 Bryce McKinlay <bryce@albatross.co.nz>
1539
eae853b7 1540 * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in
0476f098
BM
1541 cross-compile configuration only.
1542 * Makefile.am: Build gcj_mlc.c.
1543 * configure, Makefile.in: Rebuilt.
1544
2f7bf5b7
AO
15452000-09-10 Alexandre Oliva <aoliva@redhat.com>
1546
1547 * acinclude.m4: Include libtool macros from the top level.
1548 * aclocal.m4, configure: Rebuilt.
1549
9d40a666
AG
15502000-09-04 Anthony Green <green@redhat.com>
1551
1552 Fix for PR libgcj/230:
1553 * mark.c (GC_mark_from_mark_stack): Remove call to
1554 GC_debug_object_start.
1555 * gc_priv.h (GC_debug_object_start): Remove prototype.
1556
7fedceab
AO
15572000-08-16 Alexandre Oliva <aoliva@redhat.com>
1558
1559 * gcconfig.h [OSF1] (_end): Declare as `int'.
1560
5f51a752
TT
15612000-08-02 Tom Tromey <tromey@cygnus.com>
1562
1563 * gc_priv.h (GC_generic_malloc_inner): Prototype.
1564 (GC_generic_malloc): Likewise.
1565 (GC_add_to_black_list_normal): Likewise.
1566 (GC_find_header): Likewise.
1567 (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
1568 * gc_mark.h (GC_find_start): Prototype.
1569 (GC_signal_mark_stack_overflow): Likewise.
1570
14400a59
AO
15712000-07-24 Alexandre Oliva <aoliva@redhat.com>
1572
c030bee9
AO
1573 * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
1574 * configure: Rebuilt.
1575
14400a59
AO
1576 * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
1577
aec5061b
BM
15782000-06-20 Bryce McKinlay <bryce@albatross.co.nz>
1579
1580 Imported version 5.1.
1581 * acinclude.m4: Push version to 5.1.
1582
437fa026
AH
15832000-06-19 Andrew Haley <aph@cygnus.com>
1584
eac8a696 1585 * os_dep.c (read): Pass two dummy args to syscall().
437fa026 1586
402823c4
BM
15872000-05-11 Bryce McKinlay <bryce@albatross.co.nz>
1588
1589 Imported 5.0 release version.
1590 * acinclude.m4: Increment version to 5.0.
1591
9444af72
BM
15922000-05-07 Bryce McKinlay <bryce@albatross.co.nz>
1593
1594 Imported version 5.0alpha7.
eac8a696 1595 * acinclude.m4: Update version to 5.0a7.
9444af72 1596
70635f1e
JJ
15972000-04-26 Jakub Jelinek <jakub@redhat.com>
1598
1599 * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
1600 (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
1601 - sparc glibc does not provide it.
1602 (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
1603 Make STACKBOTTOM depend on the wordsize.
1604 * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
1605 (struct frame): Declare on sparc*-linux*.
1606 (GC_save_callers): Bias the frame pointers if needed (sparc64).
1607 * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
1608 Implement on sparc64.
1609 (GC_clear_stack_inner): Implement on sparc64.
1610 * gc_priv.h (GC_test_and_set): Implement for sparc.
1611 * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
1612 GC_save_regs_in_stack on sparc.
1613
a3fbf5c3
TT
16142000-04-23 Tom Tromey <tromey@cygnus.com>
1615
1616 * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
1617
93002327
BM
16182000-04-19 Bryce McKinlay <bryce@albatross.co.nz>
1619
1620 Imported version version 5.0alpha6.
1621 * acinclude.m4: Bump version to 5.0a6.
1622 * configure.in: Don't use alpha_mach_dep.s.
eae853b7 1623 * include/private/config.h, irix_threads.c gc_watcom.asm: Delete
93002327 1624 obsolete files.
ef8b01f3
BM
1625 * Makefile.am, Makefile.in: irix_threads.c is now
1626 hpux_irix_threads.c.
1627 * Makefile.orig: Updated from gc distribution Makefile.
93002327 1628
89afab9c
AG
16292000-03-26 Anthony Green <green@redhat.com>
1630
1631 * misc.c (GC_enable): Always define GC_enable and GC_disable.
1632
93393990
TT
16332000-02-14 Tom Tromey <tromey@cygnus.com>
1634
1635 * gc.h (dlopen): Define as GC_dlopen on Linux.
1636 (GC_dlopen): Declare on Linux.
1637 * dyn_load.c (GC_dlopen): Define for Linux.
1638
72af8e4e
AG
1639Fri Jan 28 17:13:20 2000 Anthony Green <green@cygnus.com>
1640
1641 * gcconfig.h (DATASTART): Add missing extern declaration
1642 for data_start on powerpc.
1643
54f76845
BM
16441999-12-22 Bryce McKinlay <bryce@albatross.co.nz>
1645
1646 * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
1647 NO_SIGNALS case.
1648
d352598f
AG
16491999-12-19 Jeff Sturm <jsturm@sigma6.com>
1650
eac8a696 1651 * gcconfig.h: Define DATASTART for Alpha Linux.
d352598f 1652
abd99569
AG
16531999-12-19 Anthony Green <green@cygnus.com>
1654
eae853b7 1655 * gcconfig.h: Use libgcj hack for Alpha Linux.
abd99569
AG
1656 Undefine MPROTEXT_VDB (from Jeff Sturm).
1657 * os_dep.c: Remove Alpha Linux hacks.
1658 * misc.c: Ditto.
1659
edcf698d
TT
16601999-12-13 Tom Tromey <tromey@cygnus.com>
1661
1662 * aclocal.m4, configure: Rebuilt.
1663 * acinclude.m4: Changed version to 5.0a4.
1664 * Makefile.in: Rebuilt.
1665 * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
1666
2441e026 16671999-12-12 Anthony Green <green@cygnus.com>
d0017c11
AG
1668
1669 * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
1670 Linux.
1671 (DYNAMIC_LOADING): Define for PowerPC Linux.
1672 * os_dep.c: Remove some special cases for PowerPC Linux.
1673 * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
1674 for PowerPC Linux.
1675
81976f93
TT
16761999-11-04 Tom Tromey <tromey@cygnus.com>
1677
3442c71c
TT
1678 * Makefile.in: Rebuilt.
1679 * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
1680
a57e0ef5
TT
1681 * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
1682 (GC_thr_init): Don't declare.
1683
81976f93
TT
1684 * configure: Rebuilt.
1685 * configure.in: Removed qt threads case.
1686 * dyn_load.c: Don't mention QUICK_THREADS.
1687 * os_dep.c: Don't mention QUICK_THREADS.
1688 * misc.c: Don't mention QUICK_THREADS.
1689 * gcconfig.h: Don't mention QUICK_THREADS.
1690 * gc_priv.h: Removed QUICK_THREADS code.
1691 * quick_threads.c: Removed.
1692
d83e44be
TT
16931999-11-03 Tom Tromey <tromey@cygnus.com>
1694
1695 * gcconfig.h: Merged in local changes from old config.h.
1696
765de7ea
BM
16971999-11-02 Bryce McKinlay <bryce@albatross.co.nz>
1698
1699 * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
1700
89de952f
TT
17011999-11-02 Tom Tromey <tromey@cygnus.com>
1702
a3feaa92
TT
1703 * quick_threads.c: Include gcconfig.h, not boehm-config.h.
1704
89de952f
TT
1705 * configure: Rebuilt.
1706 * configure.in: Don't create boehm-config.h.
1707 * Makefile.in: Rebuilt.
1708 * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
1709 config.h.
1710 ($(all_objs)): Depend on gcconfig.h.
1711 * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
1712 * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
1713 * config.h: Removed.
1714
20bbd3cd
TT
17151999-11-01 Tom Tromey <tromey@cygnus.com>
1716
1717 * Makefile.in: Rebuilt.
1718 * Makefile.am (gctest_LDADD): Added THREADLIB.
1719 (TESTS): New macro.
1720 * configure: Rebuilt.
1721 * configure.in (INCLUDES): New subst.
1722
23915d8b
SC
17231999-09-29 Steve Chamberlain <sac@pobox.com>
1724
1725 * config.h: Added picoJava target.
1726 * mach_dep.h (GC_push_regs): New code for picoJava.
1727
54ce7452
TT
17281999-09-28 Tom Tromey <tromey@cygnus.com>
1729
1730 * aclocal.m4, configure: Rebuilt.
1731 * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
1732 appropriate AC_PROG_ symbol.
1733
47359a8e
RO
1734Tue Aug 10 00:08:29 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1735
93002327 1736 * gc_priv.h: IRIX thread changes from
47359a8e
RO
1737 include/private/gc_priv.h.
1738
61e922d2
RO
1739Mon Aug 9 18:33:38 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1740
1741 * Makefile.in: Rebuilt.
1742 * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
1743 builds.
1744
1745 * configure: Rebuilt.
1746 * configure.in: Properly align --help output, fix capitalization
1747 and punctuation.
1748 * acinclude.m4: Likewise.
1749
d42058b1
TT
17501999-08-04 Tom Tromey <tromey@cygnus.com>
1751
1752 * configure.in: Added missing `;;'. From Anthony Green.
1753
276836f0
RO
1754Mon Aug 2 23:09:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1755
1756 * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
1757
fa94e3a9
TT
17581999-08-03 Tom Tromey <tromey@cygnus.com>
1759
1760 * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
1761 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
1762
6cf31ce4
TT
17631999-08-02 Tom Tromey <tromey@cygnus.com>
1764
1765 * aclocal.m4, configure: Rebuilt for new libtool.
1766
71c7a006
AO
17671999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br>
1768
1769 * mips_sgi_mach_dep.s: Enable PIC option.
1770
5163d20e
TT
17711999-07-19 Tom Tromey <tromey@cygnus.com>
1772
1773 * config.h (MPROTECT_VDB): Don't define on Linux.
1774
14eee794
AO
17751999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
1776
1777 * Makefile.am (.s.lo): Avoid `#line' directives.
1778 * Makefile.in: Rebuilt.
1779
44ebe2d0
AO
17801999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
1781
1782 * Makefile.am (*-recursive, *-am, *-multi): Automake does not
1783 generate *-recursive for this Makefile, use *-am instead.
1784 * Makefile.in: Rebuilt.
1785
2fa39a0e
AO
17861999-06-30 Alexandre Oliva <oliva@dcc.unicamp.br>
1787
1788 * Makefile.am (.s.lo): Renamed from `.s.o'.
1789 * Makefile.in: Rebuilt.
1790
115dabb8
TT
17911999-06-21 Tom Tromey <tromey@cygnus.com>
1792
139386ba
TT
1793 Alpha patch from Jeff Sturm:
1794 * os_dep.c (GC_init_linuxalpha): New function.
1795 * misc.c: Initialize for alpha linux.
1796 * gc_priv.h (GC_test_and_set): Define for alpha.
1797 * config.h: Don't assume __data_start on alpha.
1798
f687c79e
TT
1799 * Makefile.in: Rebuilt.
1800 * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
1801 -release.
1802
b48ed568
TT
1803 * Makefile.in: Rebuilt.
1804 * Makefile.am (toolexeclibdir): Define as libdir when
1805 appropriate.
1806 * configure: Rebuilt.
1807 * configure.in (USE_LIBDIR): New conditional.
1808
115dabb8
TT
1809 * configure: Rebuilt.
1810 * configure.in: Recognize all forms of alpha.
1811
37b454bd
AG
18121999-06-17 Anthony Green <green@cygnus.com>
1813
1814 * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
1815 Carlo Dapor <carlo@vis.ethz.ch>).
1816
14caa62f
GZ
18171999-05-05 Gilles Zunino <Gilles.Zunino@hei.fr>
1818
1819 * configure.in: Switch from irix threads to posix threads
1820 Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
1821 for mips architecture.
1822 * configure: Regenerate.
1823
b694131f
TT
18241999-04-30 Tom Tromey <tromey@cygnus.com>
1825
1826 * linux_threads.c: Don't reference __pthread_initial_thread_bos.
1827
66deb2be
TT
18281999-04-26 Tom Tromey <tromey@cygnus.com>
1829
1830 * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
1831 `weak'.
1832
18331999-04-23 Tom Tromey <tromey@cygnus.com>
1834
1835 * Makefile.in, configure: Rebuilt.
1836 * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
1837 (libgcjgc_la_SOURCES): Renamed.
1838 (libgcjgc_la_LIBADD): Likewise.
1839 (libgcjgc_la_DEPENDENCIES): Likewise.
1840 (EXTRA_libgcjgc_la_SOURCES): Likewise.
1841 (gctest_LDADD): Use libgcjgc.la.
1842 (all_objs): Mention libgcj_la_OBJECTS.
1843 (EXTRA_LTLIBRARIES): Renamed.
1844 (toollib_LTLIBRARIES): Likewise.
1845 (libgcjgc_la_LDFLAGS): New macro
1846 (toolexecdir): Renamed.
1847 (toolexeclibdir): Likewise.
1848 (toolexeclib_LTLIBRARIES): Likewise.
1849 (LTCOMPILE): Renamed; added libtool invocation.
1850 (LINK): Added libtool invocation.
1851 (.s.o): use LTCOMPILE.
eae853b7 1852 * configure.in: Call AM_PROG_LIBTOOL.
66deb2be
TT
1853 (target_all): Set to libgcjgc.la.
1854 Mention `.lo' forms of object files.
1855
11bbe619
TT
18561999-04-21 Tom Tromey <tromey@cygnus.com>
1857
66deb2be
TT
1858 * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
1859 GC_stackbottom.
1860
11bbe619
TT
1861 * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
1862 sigcontext.h. From Matthias Klose <doko@itso.de>.
1863
5e651bf2
TT
18641999-04-16 Tom Tromey <tromey@cygnus.com>
1865
1866 * config.h (__start): Declare as `int' in alpha/OSF1 case. From
1867 David Pettersson <dapet@mai.liu.se>
1868
649d3f8f
TT
18691999-04-14 Tom Tromey <tromey@cygnus.com>
1870
613f2fe6
TT
1871 * configure: Rebuilt.
1872 * configure.in: Don't use sparc_mach_dep.o for Solaris. Reverts
1873 incorrect patch of 199-04-09.
1874
649d3f8f
TT
1875 * configure: Rebuilt.
1876 * configure.in: Added support for alpha.
1877 From David Pettersson <dapet@mai.liu.se>.
1878
eba0e61d
TT
18791999-04-13 Tom Tromey <tromey@cygnus.com>
1880
1881 * Makefile.in: Rebuilt.
1882 * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
1883 solaris-threads.h.
1884
18851999-04-09 Tom Tromey <tromey@cygnus.com>
1886
1887 * configure: Rebuilt.
1888 * configure.in: Use sparc_mach_dep.s when building on Solaris.
1889
1530be84
TT
18901999-02-23 Tom Tromey <tromey@cygnus.com>
1891
1892 * configure: Rebuilt.
1893 * configure.in: For Linux, define _REENTRANT. For Solaris, define
1894 SOLARIS_THREADS and _SOLARIS_PTHREADS.
1895
18961999-02-18 Tom Tromey <tromey@cygnus.com>
1897
1898 * quick_threads.c (GC_push_all_stacks): Change order of arguments
1899 to GC_push_all_stacks depending on STACK_GROWS_DOWN define. Check
1900 for case where LO is NULL.
1901
19021999-02-10 Tom Tromey <tromey@cygnus.com>
1903
1904 * aclocal.m4, configure, Makefile.in: Rebuilt.
1905 * acinclude.m4: Updated to be used with automake 1.4.
1906 * configure.in: Renamed libgc to libgcjgc. Updated to be used
1907 with automake 1.4.
1908 * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
1909 (libgcjgc_a_SOURCES): Likewise.
1910 (libgcjgc_a_LIBADD): Likewise.
1911 (libgcjgc_a_DEPENDENCIES): Likewise.
1912 (EXTRA_libgcjgc_a_SOURCES): Likewise.
1913 (gctest_LDADD): Likewise.
1914 (all_objs): Likewise.
1915
19161999-01-08 Tom Tromey <tromey@cygnus.com>
1917
1918 * configure: Rebuilt.
1919 * configure.in: Define LINUX_THREADS if using POSIX threads on
1920 Linux.
1921
1922 * gc_priv.h (GC_test_and_set): Put return type into definition.
1923
19241998-11-24 Andrew Haley <aph@viagra.cygnus.co.uk>
1925
1926 * Makefile.am: add support for eCos. In particular, add C++
1927 support for compiling the file ecos.cc.
1928 * ecos.cc: new file.
1929 * acinclude.m4: add C++ support.
1930 * aclocal.m4: likewise
1931 * config.h: add eCos support.
1932 * configure: likewise
1933 * configure.in: likewise
1934 * misc.c (GC_write): add eCos support.
1935 * os_dep.c (tiny_sbrk): add eCos support.
eae853b7 1936
1530be84
TT
1937Thu Dec 10 18:24:34 1998 Warren Levy <warrenl@cygnus.com>
1938
1939 * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
1940 * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
1941
19421998-11-23 Tom Tromey <tromey@cygnus.com>
1943
1944 * configure.host (boehm_gc_cflags): Don't add `-O2'.
1945
19461998-11-20 Andrew Haley <aph@viagra.cygnus.co.uk>
1947
eae853b7 1948 * Makefile.am, Makefile.in, configure.host: tx39 build option
1530be84 1949 "-G 0" added.
eae853b7 1950
1530be84
TT
19511998-11-17 Tom Tromey <tromey@cygnus.com>
1952
1953 * configure: Rebuilt.
1954 * configure.in: Switch on host, not target.
1955
19561998-11-16 Tom Tromey <tromey@cygnus.com>
1957
1958 * gc_priv.h (GC_debug_object_start): Declare.
1959 * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
1960 * gc.h (GC_debug_register_finalizer_no_order,
1961 GC_register_finalizer_no_order): Declare.
1962 (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
1963 * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
1964 (GC_debug_generic_malloc): Likewise.
1965 (GC_debug_object_start): new function.
1966
19671998-11-11 Tom Tromey <tromey@cygnus.com>
1968
1969 * configure: Rebuilt.
1970 * configure.in: Recognize --enable-java-gc, not --enable-gc.
1971
1972Tue Nov 3 18:01:12 1998 Tom Tromey <tromey@sanguine.cygnus.com>
1973
1974 * dyn_load.c: Handle QUICK_THREADS case.
1975
19761998-10-21 Tom Tromey <tromey@cygnus.com>
1977
1978 * configure: Rebuilt.
1979 * configure.in: Put cpp defines here, not in config.h. Recognize
1980 --enable-threads. Set INCLUDES. Create boehm-cflags file. Don't
1981 define PACKAGE or VERSION.
1982 * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
1983 Don't define.
1984
1985 * os_dep.c (GC_default_push_other_roots): Define when
1986 QUICK_THREADS defined.
1987 * misc.c: Added QUICK_THREADS case.
1988 * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
1989 * config.h (THREADS): Define if QUICK_THREADS defined.
1990 * Makefile.in: Rebuilt.
1991 * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
1992 quick_threads.c.
1993 * quick_threads.c: New file.
1994
19951998-10-20 Tom Tromey <tromey@cygnus.com>
1996
1997 * aclocal.m4, configure: Rebuilt.
1998 * acinclude.m4: Don't subst machine_dir or sys_dir.
1999 * configure.host: Removed unused code.
2000
2001Sun Oct 11 08:18:02 1998 Anthony Green <green@cygnus.com>
2002
2003 * configure: Rebuilt.
2004 * configure.in: Fix typo in previous patch.
2005
2006Sun Oct 11 08:06:11 1998 Anthony Green <green@cygnus.com>
2007
2008 * Makefile.in, aclocal.m4, configure: Rebuilt.
2009 * Makefile.am, acinclude.m4, configure.in: Add multilib support.
2010 * configure.host: Created.
2011
2012Tue Sep 1 10:58:15 1998 Tom Tromey <tromey@cygnus.com>
2013
2014 * Makefile.in: Rebuilt.
2015 * Makefile.am (lib_LIBRARIES): Use target_all.
2016 (EXTRA_LIBRARIES): New macro.
2017 * configure: Rebuilt.
2018 * configure.in: Recognize --enable-gc.
2019
2020Thu Aug 13 10:52:45 1998 Tom Tromey <tromey@cygnus.com>
2021
2022 * Makefile.in: Rebuilt.
2023 * Makefile.am (COMPILE): Define.
2024 (LINK): Likewise.
2025 (.s.o): Use MY_CFLAGS.
2026 * configure: Rebuilt.
2027 * configure.in (MY_CFLAGS): Define and subst.
2028
2029Wed Aug 12 11:41:43 1998 Tom Tromey <tromey@cygnus.com>
2030
2031 * configure: Rebuilt.
2032 * configure.in: Added --with-cross-host argument. Use
2033 $with_cross_host to determine when cross-compiling.
2034
2035 * config.h (SMALL_CONFIG): Don't define.
2036 * configure: Rebuilt.
2037 * configure.in: Define SMALL_CONFIG when cross-compiling.
2038
2039Tue Aug 11 11:41:25 1998 Tom Tromey <tromey@cygnus.com>
2040
2041 * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
2042 allchblk.c: Merged with 4.13a2 while preserving local changes.
2043
2044 * Makefile.orig: Updated from Makefile in 4.13a2.
2045
2046 * configure: Rebuilt.
2047 * configure.in: Updated version number to 4.13a2. On Solaris,
2048 don't build with -O when using gcc.
2049
2050 Merged in version 4.13alpha2:
2051 * config.h (USE_MMAP): Re-enable on Solaris.
2052 * solaris_pthreads.c: Removed RCS Id line.
2053 * alpha_mach_dep.s: Removed RCS Id line.
2054
2055Wed Jul 22 15:38:12 1998 Tom Tromey <tromey@cygnus.com>
2056
2057 * config.h (USE_MMAP): Don't define for Solaris.
2058
2059Wed Jun 10 12:51:41 1998 Tom Tromey <tromey@cygnus.com>
2060
2061 * Makefile.in: Rebuilt.
2062 * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
2063
2064 * Makefile.in: Rebuilt.
2065 * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
2066
2067Thu May 14 15:32:58 1998 Tom Tromey <tromey@cygnus.com>
2068
2069 * Makefile.in: Rebuilt.
2070 * Makefile.am ($(all_objs)): Depend on config.h.
2071
2072 * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
2073 DATASTART as &_etext.
2074 * misc.c (GC_init_inner): If STACKBASE defined, then use it.
2075 * configure: Rebuilt.
2076 * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
2077 tx39.
2078
2079Tue May 12 13:15:45 1998 Tom Tromey <tromey@cygnus.com>
2080
2081 * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
2082 (GC_maybe_gc): Likewise.
2083 * os_dep.c: If NO_SIGSET defined, then have empty
2084 GC_disable_signals and GC_enable_signals.
2085 * configure: Rebuilt.
2086 * configure.in: Added --with-target-subdir option. If
2087 cross-compiling, define NO_SIGSET and NO_CLOCK.
2088
2089Wed May 6 16:40:28 1998 Tom Tromey <tromey@cygnus.com>
2090
2091 * Makefile.in: Rebuilt.
2092 * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
2093 (AS): Removed.
2094 * aclocal.m4, configure: Rebuilt.
2095 * acinclude.m4: New file.
2096 * configure.in: Don't run AM_EXEEXT. Use LIB_AC_PROG_CC.
2097
2098Thu Apr 30 14:51:12 1998 Tom Tromey <tromey@cygnus.com>
2099
2100 * configure: Rebuilt.
2101 * configure.in: Link boehm-config.h to config.h.
2102 * Makefile.in: Rebuilt.
2103 * Makefile.am (INCLUDES): Removed.
2104 * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
2105 JAVA_FINALIZATION): Define
2106
2107Wed Apr 29 11:03:14 1998 Tom Tromey <tromey@cygnus.com>
2108
2109 * Many files: Use GC_bool, not bool.
2110 * gc_priv.h: Define GC_bool, not bool.
2111
2112 * misc.c (GC_dont_gc): Define as int.
2113 (GC_quiet): Likewise.
2114 * gc_priv.h (GC_never_stop_func): Declare as returning bool.
2115 * alloc.c (GC_dont_expand): Define as int.
2116 * gc_priv.h: For gcc, define bool as char.
2117
2118Tue Apr 28 22:44:16 1998 Tom Tromey <tromey@cygnus.com>
2119
2120 * Makefile.in: Rebuilt.
2121 * Makefile.am (check_PROGRAMS): New macro.
2122 (gctest_SOURCES): Likewise.
2123 (gctest_LDADD): Likewise.
2124
2125Mon Apr 27 23:53:24 1998 Tom Tromey <tromey@cygnus.com>
2126
2127 * Makefile.in: Rebuilt.
2128 * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
2129 * configure: Rebuilt.
2130 * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
2131
2132Wed Apr 15 11:40:56 1998 Tom Tromey <tromey@sanguine.cygnus.com>
2133
2134 * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
2135 New files.
2136 * Makefile.orig: Renamed from Makefile.