]> git.ipfire.org Git - thirdparty/gcc.git/blame - boehm-gc/ChangeLog
ffi.h.in (ffi_closure_alloc, [...]): New.
[thirdparty/gcc.git] / boehm-gc / ChangeLog
CommitLineData
18fa3240
AO
12007-03-07 Alexandre Oliva <aoliva@redhat.com>
2
3 * include/gc.h (GC_REGISTER_FINALIZER_UNREACHABLE): New.
4 (GC_register_finalizer_unreachable): Declare.
5 (GC_debug_register_finalizer_unreachable): Declare.
6 * finalize.c (GC_unreachable_finalize_mark_proc): New.
7 (GC_register_finalizer_unreachable): New.
8 (GC_finalize): Handle it.
9 * dbg_mlc.c (GC_debug_register_finalizer_unreachable): New.
10 (GC_debug_register_finalizer_no_order): Fix whitespace.
11
4426724a
BM
122007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
13
14 * Makefile.am: Add dummy install-pdf target.
15 * Makefile.in: Regenerate
16
7056b82e
RZ
172007-02-05 Roman Zippel <zippel@linux-m68k.org>
18
19 * boehm-gc/include/private/gcconfig.h: use LINUX_STACKBOTTOM so
20 it works with Linux 2.6, reactivate MPROTECT_VDB
21 * boehm-gc/pthread_stop_world.c: save all register
22 on signal entry
23
fe32582a 242007-01-24 Andreas Tobler <a.tobler@schweiz.org>
d88c6456
AT
25
26 * os_dep.c (defined(MPROTECT_VDB) && defined(DARWIN)): Moved recently
27 added defines to include/private/gc_priv.h
d88c6456 28 (catch_exception_raise): Added THREAD_FLD in exc_state for POWERPC too.
fe32582a 29 * darwin_stop_world.c: Removed the above defines.
d88c6456
AT
30 * include/private/gc_priv.h: Moved definitions from darwin_stop_world.c
31 and os_dep.c to here. Fixed THREAD definition fixes for ppc64.
32
6f9b4fd9
DD
332007-01-17 David Daney <ddaney@avtrex.com>
34
35 * configure.ac: Don't define NO_SIGSET and NO_DEBUGGING while
36 cross-compiling.
37 * configure: Regenerated.
38 * include/gc_config.h.in: Regenerated.
39
6109092d
MS
402007-01-17 Mike Stump <mrs@apple.com>
41
42 * os_dep.c: Fix i686-apple-darwin9 builds.
43
8a489465
JH
442007-01-16 Jack Howarth <howarth@bromo.med.uc.edu>
45
46 * aclocal.m4: Regenerate to use multi.m4.
47 * configure: Regenerate.
48 * Makefile.in: Regenerate.
49
ceb84404
AT
502007-01-17 Andreas Tobler <a.tobler@schweiz.org>
51
52 * include/gc_config.h.in: Regenerate.
53
016a2390
PS
542007-01-16 Petr Salinger <Petr.Salinger@seznam.cz>
55
56 * include/private/gcconfig.h: Handle amd64/x86-64 cpu under
57 GNU/kFreeBSD.
58 * os_dep.c: Likewise.
59
52bdc531
AT
602007-01-15 Andreas Tobler <a.tobler@schweiz.org>
61
62 * os_dep.c (defined(MPROTECT_VDB) && defined(DARWIN)): Adjust mail
63 reference.
64 (catch_exception_raise): Fix typo in the I386 exc_state.
65
583cb3d3
AT
662007-01-11 Andreas Tobler <a.tobler@schweiz.org>
67
68 * configure.ac: Replaced HAS_I386_THREAD_STATE_* with
69 HAS_X86_THREAD_STATE32_* and HAS_X86_THREAD_STATE64_* respectively.
70 * configure: Regenerated.
71 * include/private/gcconfig.h (DARWIN): Added X86_64 define for Darwin.
72 Added base definitions for the X86_64 Darwin port.
73 * include/private/gc_priv.h: Added definitions for Darwin MACH thread
74 operations. Moved existing THREAD_STATE info from darwin_stop_world.c.
75 * darwin_stop_world.c: Removed THREAD_STATE info. Added
76 HAS_X86_THREAD_STATE64___RAX. And replaced HAS_I386_THREAD_STATE___EAX
77 with HAS_X86_THREAD_STATE32___EAX.
78 (GC_push_all_stacks): Use GC_MACH_THREAD_STATE_COUNT. Add code for
79 X86_64 Darwin.
80 * dyn_load.c (GC_dyld_name_for_hdr): Use GC_MACH_HEADER.
81 (GC_dyld_image_add): Use GC_MACH_HEADER and GC_MACH_SECTION.
82 Distinguish between getsectbynamefromheader_64 and
83 getsectbynamefromheader.
84 (GC_dyld_image_remove): Likewise.
85 * os_dep.c (GC_dirty_init): Use GC_MACH_THREAD_STATE.
86 (catch_exception_raise): Introduce exception information for I386 and
87 X86_64 Darwin. Add X86_64 for exc_state.faultvaddr.
88
9a35ada5
MS
892006-12-08 Mike Stump <mrs@apple.com>
90
91 * configure.ac: Fix x86 darwin builds.
92 * darwin_stop_world.c: Likewise.
93 * include/private/gcconfig.h: Likewise.
94 * connfigure: Regenerate.
95
ec14aed2
JH
962006-09-26 Jack Howarth <howarth@bromo.med.uc.edu>
97
98 PR target/29180
99 * darwin_stop_world.c: Make stack_start unsigned long.
100
de7a014d
ST
1012006-09-21 Sandro Tolaini <tolaini@libero.it>
102
103 * os_dep.c: Port to Darwin/i386
104 * darwin_stop_world.c: Likewise
105 * include/private/gcconfig.h: Likewise
106
eb496303
PS
1072006-06-07 Petr Salinger <Petr.Salinger@seznam.cz>
108
109 * configure.ac: add support for GNU/kFreeBSD, accepted by upstream
110 for gc 6.8.
111 * dyn_load.c: Likewise.
112 * include/gc.h: Likewise.
113 * private/gcconfig.h: Likewise.
114 * configure: Regenerate.
115 * include/gc_config.h.in: Regenerate.
116
975147a4
TT
1172006-09-14 Tom Tromey <tromey@redhat.com>
118
119 PR boehm-gc/29068.
120 * misc.c (GC_init_inner): Don't use GC_get_thread_stack_base on
121 Solaris.
122
7ddf92a8
BM
1232006-08-21 Bryce McKinlay <mckinlay@redhat.com>
124
125 PR libgcj/13212:
126 * configure.ac: Check for pthread_getattr_np(). Remove
127 GC_PTHREAD_SYM_VERSION detection.
128 * include/gc.h (GC_register_my_thread, GC_unregister_my_thread,
129 GC_get_thread_stack_base): New declarations.
130 * pthread_support.c (GC_register_my_thread, GC_unregister_my_thread,
131 GC_get_thread_stack_base): New functions.
132 (GC_delete_thread): Don't try to free the first_thread.
133 * misc.c (GC_init_inner): Use GC_get_thread_stack_base() if possible.
134 (pthread_create_, constr): Removed.
135 (pthread_create): Don't rename.
136 * include/gc_ext_config.h.in: Rebuilt.
137 * include/gc_pthread_redirects.h (pthread_create): Define
138 unconditionally.
139 * include/gc_config.h.in: Rebuilt.
140 * configure: Rebuilt.
141
7691d0d3
KS
1422006-06-21 Keith Seitz <keiths@redhat.com>
143
144 * pthread_stop_world.c (GC_suspend_handler): Redirect to suspension
145 routine if signal is received and thread is flagged SUSPENDED.
146 (suspend_self): New function.
147 (GC_suspend_thread): New function.
148 (GC_resume_thread): New function.
149 * include/gc.h (GC_suspend_thread): Declare.
150 (GC_resumet_thread): Declare.
151 * include/private/pthread_support.h (SUSPENDED): New GC_thread
152 flag.
153
971774e4
RM
1542006-06-20 Ranjit Mathew <rmathew@gcc.gnu.org>
155
156 Backport Windows 9x/ME VirtualQuery() fix from GC 6.7.
157 * os_dep.c (GC_wnt): Define.
158 (GC_init_win32): Set GC_wnt.
159 * dyn_load.c (GC_register_dynamic_libraries): Consider MEM_PRIVATE
160 sections also on Windows 9x/ME.
161
4f6d8cc8
GK
1622006-06-02 Geoffrey Keating <geoffk@apple.com>
163
164 * configure.ac: Define HAS_PPC_THREAD_STATE_R0,
165 HAS_PPC_THREAD_STATE___R0, HAS_PPC_THREAD_STATE64_R0,
166 HAS_PPC_THREAD_STATE64___R0, HAS_I386_THREAD_STATE_EAX,
167 HAS_I386_THREAD_STATE___EAX.
168 * configure: Regenerate.
169 * include/gc_config.h.in: Regenerate.
170 * darwin_stop_world.c (PPC_RED_ZONE_SIZE): Use standard Darwin
171 macro names to determine value.
172 (THREAD_STATE): New.
173 (THREAD_FLD): New.
174 (GC_push_all_stacks): Use THREAD_STATE and THREAD_FLD in both versions.
175
d1a162ab
CD
1762006-05-24 Carlos O'Donell <carlos@codesourcery.com>
177
178 * Makefile.am: Add install-html target.
179 * Makefile.in: Regenerate.
180 * aclocal.m4: Regenerate.
181 * include/Makefile.in: Regenerate.
182
5204d06d
AH
1832006-03-07 Andrew Haley <aph@redhat.com>
184
185 * dyn_load.c (GC_has_static_roots): Declare.
186 (GC_register_dynlib_callback): Call GC_has_static_roots.
187
ba9d6776
BM
1882006-04-11 Bryce McKinlay <mckinlay@redhat.com>
189
190 * darwin_stop_world.c (GC_push_all_stacks, GC_stop_world,
191 GC_start_world): Call vm_deallocate to free act_list. Fix from
192 Bruce Mitchener.
193
d0c03515
AT
1942006-03-24 Andreas Tobler <a.tobler@schweiz.ch>
195 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
196
197 * configure.ac (THREADS): Add REENTRANT for *-*-hpux11*.
198 Warn about POSIX threads not being supported for *-*-hpux10*.
199 * configure: Regenerate.
200
f4002c50
TT
2012006-02-09 Tom Tromey <tromey@redhat.com>
202
203 * pthread_support.c: Conditionally include dlfcn.h.
204
5fd231d2
JJ
2052006-02-06 Jakub Jelinek <jakub@redhat.com>
206 Anthony Green <green@redhat.com>
207 Tom Tromey <tromey@redhat.com>
208
209 * include/gc_ext_config.h.in: Added GC_PTHREAD_SYM_VERSION.
210 * include/gc_config.h.in: Rebuilt.
211 * include/gc_pthread_redirects.h (pthread_create): Conditionally
212 define.
213 * pthread_support.c (pthread_create_): New global.
214 (constr): New function.
215 (pthread_create): Conditionally renamed.
216 * configure: Rebuilt.
217 * configure.ac (GC_PTHREAD_SYM_VERSION): Define.
218
d67c1cb7
AM
2192006-02-04 Alan Modra <amodra@bigpond.net.au>
220
221 * include/private/gc_locks.h (GC_test_and_set <POWERPC>): Don't
222 use broken 64-bit version.
223
c3e78ec8
AT
2242006-01-25 Andreas Tobler <a.tobler@schweiz.ch>
225
5c45cecb
AT
226 * darwin_stop_world.c: Change inline asm instruction to ld as ldz
227 is wrong.
228
c3e78ec8
AT
229 * Makefile.am (asm_libgcjgc_sources): Rename to asm_libgcjgc_sources.
230 * Makefile.in: Regenerate.
231
fb247cf8
BM
2322006-01-25 Bryce McKinlay <mckinlay@redhat.com>
233
234 * include/private/gcconfig.h: Revert to GC 6.6 version, removing
235 all local changes.
236
54f28c21
BM
2372006-01-24 Bryce McKinlay <mckinlay@redhat.com>
238
239 Import Boehm GC version 6.6.
240
8827ffce
DA
2412006-01-24 David Ayers <d.ayers@inode.at>
242
243 PR libobjc/13946
244 * include/gc.h: Fix prototype declarations for bootstrap.
245
39bfe5c7
BM
2462005-11-01 Bryce McKinlay <mckinlay@redhat.com>
247
248 * include/private/gc_priv.h: Increase MAX_ROOT_SETS to 1024.
249
df3d9c37
KH
2502005-09-15 Kazu Hirata <kazu@codesourcery.com>
251
252 * include/private/gc_locks.h (GC_test_and_set): Change the
253 constraint of the first operand to '0'.
254
d102ae00
TT
2552005-09-06 Tom Tromey <tromey@redhat.com>
256
257 PR libgcj/23662:
258 * include/private/gcconfig.h (LINUX_STACKBOTTOM): Use instead of
259 HEURISTIC1 on ARM.
260
8caebfaa
ST
2612005-07-17 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
262
263 * include/private/gcconfig.h (sh-linux): Use LINUX_STACKBOTTOM.
264
9af9e7fa
AT
2652005-06-15 Andreas Tobler <a.tobler@schweiz.ch>
266
267 * os_dep.c: Add FreeBSD/PowerPC bits.
268 (GC_SysVGetDataStart): Likewise.
269 * include/private/gcconfig.h: Likewise.
270
5fa579d3
AH
2712005-05-25 Andrew Haley <aph@redhat.com>
272
273 * include/private/gcconfig.h (HBLKSIZE): Define to 4096 on
274 powerpc64-linux.
275
f4c767fd
MS
2762005-05-09 Mike Stump <mrs@apple.com>
277
278 * configure: Regenerate.
279
2586bf38
HPN
2802005-04-19 Hans-Peter Nilsson <hp@axis.com>
281
282 * os_dep.c, include/private/gc_locks.h: Import CRIS port by
283 Simon Posnjak from gc6.4.
284 * include/private/gcconfig.h: Ditto. Add M32R note from gc6.4.
285
22d97ada
DM
2862005-04-17 David S. Miller <davem@davemloft.net>
287
288 * include/private/gcconfig.h (sparc-linux): Use LINUX_STACKBOTTOM.
289 * os_dep.c (GC_linux_stack_base): Check for bug present in some
290 Sparc glibc variants where __libc_stack_end is erroneously set
291 to "1". Fallback to procfs code in that case.
292
6dab073b
MS
2932005-04-12 Mike Stump <mrs@apple.com>
294
295 * configure: Regenerate.
296
82052bec
RH
2972005-04-12 Richard Henderson <rth@redhat.com>
298
299 * include/private/gcconfig.h (alpha-linux): Use LINUX_STACKBOTTOM.
300
97e095fd
MS
3012005-03-23 Mike Stump <mrs@apple.com>
302
303 * darwin_stop_world.c: Update for -m64 multilib.
304 * include/private/gcconfig.h: Likewise.
305 * powerpc_darwin_mach_dep.s: Likewise.
306
e5aa6a0a
KC
3072005-03-01 Kelley Cook <kcook@gcc.gnu.org>
308
309 * Makefile.in, include/Makefile.in: Regenerate.
310
7bcf4240
RE
3112005-02-26 Richard Earnshaw <rearnsha@arm.com>
312
313 * dyn_load.c: On NetBSD, include machine/elf_machdep.h and define
314 ELFSIZE in terms of ARCH_ELFSIZE (back-ported from gc7.0alpha1).
315
5909b034
BM
3162005-02-15 Bryce McKinlay <mckinlay@redhat.com>
317
318 PR libgcj/19823
319 * configure.host: Set gc_use_mmap on *-linux*.
320 * configure.ac: Define USE_MMAP if gc_use_mmap is set.
321 * include/private/gc_priv.h: Include gc_config.h.
322 * configure, include/gc_config.h.in: Rebuilt.
323
328d1d4c
HB
3242005-02-07 Hans Boehm <Hans.Boehm@hp.com>
325
326 * allchblk.c (GC_allochblk_nth): Dont overlook available space if
327 GC disabled, correctly convert GC_finalizer_mem_freed to byte,
328 total_size to words.
329 * dyn_load.c (win32 GC_register_dynamic_libraries): Consider only
330 MEM_IMAGE regions.
331 * mach_dep.c (GC_with_callee_saves_pushed): separate into new function,
332 and indent appropriately.
333 * mark_rts.c (GC_approx_sp): Access stack.
334 * pthread_stop_world.c: (GC_suspend_handler): Explicitly push
335 callee-saves registers when appropriate.
336 (GC_stop_world): Handle EINTR from sem_wait (sync with Mono GC).
337
9a060b37
BM
3382005-01-01 Bryce McKinlay <mckinlay@redhat.com>
339
340 * configure.ac (AC_CONFIG_HEADERS): Build both include/gc_config.h
341 and include/gc_ext_config.h.
342 * include/gc_ext_config.h: New file. Define only THREAD_LOCAL_ALLOC.
343 * include/gc.h: Undef PACKAGE_* before including gc_config.h.
344
76ecaf09
KC
3452004-12-13 Kelley Cook <kcook@gcc.gnu.org>
346
347 * configure: Regenerate.
348
c54d30fa
BM
3492004-11-29 Bryce McKinlay <mckinlay@redhat.com>
350
351 PR libgcj/18699
352 Revert patches of 2004-11-26 and 2004-11-27.
353
2539bffe
KC
3542004-11-29 Kelley Cook <kcook@gcc.gnu.org>
355
356 * configure: Regenerate for libtool change.
357
d4edf85f
BM
3582004-11-27 Bryce McKinlay <mckinlay@redhat.com>
359
360 * include/gc_config.h.in: Add comment. Define only THREAD_LOCAL_ALLOC.
361
504832c1
BM
3622004-11-26 Bryce McKinlay <mckinlay@redhat.com>
363
364 Fix "PACKAGE_NAME redefined" errors.
365 * configure.ac (AC_CONFIG_HEADERS): Build both include/config.h
366 and include/gc_config.h.
367 * configure: Regenerated.
368 * include/gc_config.h.in: No longer auto-generated. Define only the
369 macros needed by libjava.
370 * include/config.h.in: Generated by autoheader.
371 * include/gc.h: Include config.h, not gc_config.h.
372
767f726e
KC
3732004-11-25 Kelley Cook <kcook@gcc.gnu.org>
374
375 * configure: Regenerate for libtool reversion.
376
2c92e90f
KC
3772004-11-24 Kelley Cook <kcook@gcc.gnu.org>
378
379 * configure: Regenerate for libtool change.
380
ab52d207
EB
3812004-11-22 Eric Botcazou <ebotcazou@libertysurf.fr>
382
383 * configure.ac (machdep): Use sparc_mach_dep.lo on
384 sparc64-sun-solaris2.* too.
385 (Solaris gcc optimization fix): Disable on sparc*-sun-solaris2.*.
386 * configure: Regenerate.
387
f3968b05
EB
3882004-11-22 Eric Botcazou <ebotcazou@libertysurf.fr>
389
390 PR target/18444
391 * configure.ac (threading): Accept 'posix95'.
392 * configure: Regenerate.
393
97ee7627
KC
3942004-11-04 Kelley Cook <kcook@gcc.gnu.org>
395
396 * Makefile.am: Define ACLOCAL_AMFLAGS.
397 * configure.ac: Remove redundant sinclude.
398 * acinclude.m4: Delete file.
399 * aclocal.m4: Regenerate.
400 * Makefile.in, include/Makefile.in: Regenerate.
401 * configure: Regenerate.
402
e5fa845c
UW
4032004-10-19 Ulrich Weigand <uweigand@de.ibm.com>
404
405 * include/private/gc_priv.h (GC_generic_malloc_words_small_inner):
406 Add prototype.
407
66c0e3b5
KI
4082004-10-13 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
409
410 * include/private/gcconfig.h: Add m32r-linux target.
411
5572488d
KC
4122004-09-27 Kelley Cook <kcook@gcc.gnu.org>
413
414 * configure.ac: Update all AC_DEFINEs to newer style.
415 * configure: Regenerate.
416 * include/gc_config.h.in: Regenerate.
417
3c1cbf58
HB
4182004-08-27 Hans Boehm <Hans.Boehm@hp.com>
419
420 * backgraph.c, gc_priv.h (GC_traverse_back_graph,
421 GC_print_back_graph_stats): split GC_traverse_back_graph.
422 * backgraph.c: Dynamically grow in_progress_space.
423 * finalize.c (GC_notify_or_invoke_finalizers): also call
424 GC_print_back_graph_stats.
425 * alloc.c, finalize.c, gc_priv.h (GC_generate_random_backtrace_no_gc,
426 GC_print_back_height): Move delarations to header file.
427 * configure.ac: rename --enable-full-debug to --enable-gc-debug.
428 * configure: Regenerate.
429
9a870e6c
HB
4302004-08-23 Hans Boehm <Hans.Boehm@hp.com>
431
432 * aix_irix_threads.c: Move _THREADS checks after gc_priv.h include.
433 * backgraph.c, include/private/gc_pmark.h: Always include gc.h.
434
92f61b6e
BM
4352004-08-23 Bryce McKinlay <mckinlay@redhat.com>
436
437 * win32_threads.c: Move GC_WIN32_THREADS check after gc_priv.h include.
438 Reported by Danny Smith.
439
8f63f56b
DS
4402004-08-21 Danny Smith <dannysmith@users.sourceforge.net>
441
92f61b6e 442 * misc.c (GC_init): Replace lhs cast with rhs cast.
8f63f56b 443
28f2ebcf
BM
4442004-08-16 Bryce McKinlay <mckinlay@redhat.com>
445
446 * specific.c: Check GC_LINUX_THREADS before including
447 private/specific.h. From Richard Earnshaw.
448
13b040f1
NN
4492004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
450
451 * aclocal.m4: Remove obsolete construct for old automake.
452 * acinclude.m4: Regenerate with aclocal 1.9.1.
453 * configure.ac: Remove duplicate AC_WITH calls. Replace
454 AC_CANONICAL_SYSTEM with AC_CANONICAL_HOST, AC_CANONICAL_TARGET.
455 Replace _GCC_TOPLEV_NONCANONICAL calls with ACX_NONCANONICAL_TARGET.
456 Remove now-redundant subst of target_noncanonical. Remove
457 now-gratuitous m4 quoting around $. Replace AM_PROG_LIBTOOL with
458 AC_PROG_LIBTOOL and remove second, redundant AC_PROG_LIBTOOL.
459 Use slightly more modern form of AC_INIT.
460 * configure: Rebuild with autoconf 2.59.
461 * Makefile.in, include/Makefile.in: Rebuild with automake 1.9.1.
462
461b08b8
AT
4632004-08-16 Andreas Tobler <a.tobler@schweiz.ch>
464
465 * solaris_threads.c: Remove ifdef around #include "private/gc_priv.h"
466 since they're not known at this time.
467 * solaris_pthreads.c: Likewise.
468
cbaaa7db
AT
4692004-08-15 Andreas Tobler <a.tobler@schweiz.ch>
470
471 PR target/14931
472 * powerpc_darwin_mach_dep.s (_GC_push_regs): Change to new stub style.
473
4109fe85
BM
4742004-08-13 Bryce McKinlay <mckinlay@redhat.com>
475
476 * configure.ac (gc_cflags): Add -Iinclude.
477 (AC_CONFIG_HEADERS): New. Configure gc_config.h header.
478 Don't write DEFS to boehm-cflags file.
479 * configure: Rebuilt.
480 * gcj_mlc.c: Check #ifdef GC_GCJ_SUPPORT after including headers.
481 * specific.c: Check #ifdef GC_LINUX_THREADS after including headers.
482 * include/gc_config_macros.h: Remove backward-compatibility
483 redefinitions of GC_ names.
484 * include/gc.h: Include <gc_config.h>.
485
4862004-08-13 Bryce McKinlay <mckinlay@redhat.com>
487
488 Import Boehm GC version 6.3.
489
db24c53d
KC
4902004-08-12 Kelley Cook <kcook@gcc.gnu.org>
491
492 * include/Makefile.in: Regenerate
493
634330f5
AP
4942004-07-06 Andrew Pinski <apinski@apple.com>
495
496 * os-dep.c (GC_task_self): Declare as static
497 and remove the second declaration.
498
500e1264
AT
4992004-06-20 Andreas Tobler <a.tobler@schweiz.ch>
500
501 * Makefile.am: Add rule for .S files to fix bootstrap on
502 solaris and alpha.
503 * Makefile.in: Regenerate.
504
94632047 5052004-06-16 Paolo Bonzini <bonzini@gnu.org>
bf9a420e
PB
506
507 * boehm-gc/configure.ac: New name of configure.in.
508 Remove useless multilib stuff. Change uses of
509 INCLUDES and CXXINCLUDES to AM_CPPFLAGS.
510 * boehm-gc/configure.in: New name of configure.in.
511 * boehm-gc/Makefile.am: Update for automake 1.8.5.
512 * boehm-gc/acinclude.m4: Include ../config/acx.m4.
513 * boehm-gc/aclocal.m4: Regenerate.
514 * boehm-gc/configure: Regenerate.
515 * boehm-gc/Makefile.in: Regenerate.
516
94632047 5172004-06-15 Paolo Bonzini <bonzini@gnu.org>
9ac926b1
PB
518
519 * .cvsignore: New file.
520
ececf1b9
AJ
5212004-04-25 Andreas Jaeger <aj@suse.de>
522
523 * mark.c (GC_mark_from): Use pointer as prefetch argument.
524
65246635
L
5252004-04-06 H.J. Lu <hongjiu.lu@intel.com>
526
527 * include/private/gcconfig.h (PREFETCH): Use __builtin_prefetch
528 for gcc >= 3.0.
529 (PREFETCH_FOR_WRITE): Likewise.
530
8ab705be
KC
5312004-03-10 Kelley Cook <kcook@gcc.gnu.org>
532
533 * configure.ac: Bump AC_PREREQ to 2.59.
534 * configure: Regenerate.
535 * config.in: Regenerate.
536
413580dc
NN
5372004-02-26 Nathanael Nerode <neroden@gcc.gnu.org>
538
26d8bbbb
NN
539 * ltconfig, ltmain.sh: Remove unused files.
540 * configure.in: Remove bogus extra early invocation of
541 AC_CONFIG_AUX_DIR.
542 * configure: Regenerate.
543 * mkinstalldirs, install-sh, config.sub, config.guess:
544 Remove (now) unused files.
545 * Makefile.in: Regenerate (losing references to vanished
546 files).
547
7664e6f8
NN
548 * configure.in: Add CCAS, CCASFLAGS for future automakes.
549 * configure, Makefile.in, include/Makefile.in: Regenerate.
550
6d4fb96f
NN
551 * Makefile.am: Remove bogus duplicate setting of AM_CFLAGS.
552 * Makefile.in: Regenerate.
553
554 * configure.in: Remove bogus duplicate invocation of
555 AM_MAINTAINER_MODE. Remove obsolete comment.
556 * configure: Regenerate.
557
a749e46c
NN
558 * acinclude.m4: Remove GC_CONFIGURE macro; move contents
559 to configure.in.
560 * aclocal.m4: Regenerate.
561 * configure.in: Receive contents of GC_CONFIGURE macro.
562 * configure: Regenerate.
563
8c048b48
NN
564 * configure.in: Remove more obsolete, bogus code.
565 * configure: Regenerate.
566
413580dc
NN
567 * acinclude.m4: Remove obsolete and bogus constructs.
568 * aclocal.m4: Regenerate.
569 * configure: Regnerate.
570
e22db4bf
NN
5712004-02-23 Nathanael Nerode <neroden@gcc.gnu.org>
572
573 * acinclude.m4: De-precious CC and CXX so that the right flags
574 are passed down to multilibs.
575 * aclocal.m4: Regenerate.
576 * configure: Regenerate.
577
eac8a696
ZW
5782004-02-22 Zack Weinberg <zack@codesourcery.com>
579 Nathanael Nerode <neroden@twcny.rr.com>
580 Alexandre Oliva <aoliva@redhat.com>
581
582 * config.sub, config.guess: Replace with forwarding scripts
583 which invoke the master copies in the top level.
584
d38d6003
NN
5852004-02-23 Nathanael Nerode <neroden@gcc.gnu.org>
586
47935194
NN
587 * acinclude.m4: Remove old no-executables workaround;
588 add new no-executables workaround.
589 * aclocal.m4: Regenerate.
590 * configure.in: Change prereqs to autoconf 2.57.
591 * configure: Regenerate with autoconf 2.57.
592
d38d6003
NN
593 * configure.in: Use NCN_TARGET_NONCANONICAL and friends.
594 * configure: Regenerate.
595 * Makefile.am: Use target_noncanonical variable from configure.
596 * Makefile.in: Regenerate.
597 * include/Makefile.in: Regenerate.
598
a7ca14fc
AC
5992004-02-20 Andrew Cagney <cagney@redhat.com>
600
601 * config.guess: Update from version 2002-01-10 to 2004-02-16.
602 * config.sub: Update from version 2002-01-02 to 2004-02-16.
603
089e52f7
NN
6042004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
605
116daf21
NN
606 * acinclude.m4: Remove bogus duplicate call to AC_CANONICAL_BUILD.
607 * aclocal.m4: Rebuild.
608 * configure: Regenerate.
609
b1891e51
NN
610 * acinclude.m4: Move certain code to configure.in.
611 * configure.in: Receive code from acinclude.m4.
612 * aclocal.m4: Rebuild.
613 * configure: Regenerate.
614
089e52f7
NN
615 * Makefile.direct, alloc.c: Resync to upstream 6.3 alpha 1.
616
1bec19cc
AH
6172004-01-20 Andrew Haley <aph@redhat.com>
618
619 * include/private/gcconfig.h (USE_MMAP): Define for all Linux.
620
621 * configure.in: Comment change.
622
b27317b5
AH
6232004-01-16 Andrew Haley <aph@redhat.com>
624
625 * configure.in (NO_EXECUTE_PERMISSION): Remove global declaration;
626 add for ia64; remove for MIPS.
627 * configure: Regnerated.
eac8a696 628
d5b2f1be
KC
6292004-01-14 Kelley Cook <kcook@gcc.gnu.org>
630
631 * configure.in: Add in AC_PREREQ(2.13)
632
5d2082d1 6332004-01-07 Dave Jones <davej@redhat.com>
eac8a696 634
5d2082d1 635 * malloc.c (GC_generic_malloc): Correct initialization typo.
d779bc04 636 * mallocx.c (GC_generic_malloc_ignore_off_page): Ditto.
5d2082d1 637
35a59bd5
RE
6382003-10-31 Richard Earnshaw <rearnsha@arm.com>
639
640 * include/private/gcconfig.h: Re-install change of 2003-04-16.
641
27d54b2a
RO
6422003-10-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
643
644 * mips_sgi_mach_dep.s: Use _ABIO32 instead of external
645 _MIPS_SIM_ABI32.
646
d938f171
AM
6472003-10-18 Alan Modra <amodra@bigpond.net.au>
648
649 * include/private/gcconfig.h (ALIGNMENT <powerpc linux>): Remove
650 unsure comment.
651
a97386cd
JS
6522003-10-03 Jeff Sturm <jsturm@one-point.com>
653
654 * configure: Rebuild.
655
aa44273b
HB
6562003-10-03 Hans Boehm <Hans.Boehm@hp.com>
657
658 * configure.in: Remove NO_GETENV definition for win32.
659 * mach_dep.c (GC_generic_push_regs): Prevent tail call optimization.
660 * misc.c (GC_init_inner): Call GC_thr_init for win32.
661 (GC_set_warn_proc): Add assertion.
662 * win32_threads.c: Import 6.3alpha2 version.
663 * include/private/gc_priv.h: Add support for EMPTY_GETENV_RESULTS.
664
51ac684e
RO
6652003-09-29 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
666
667 * configure.in: Remove wildcard from Solaris 8-9/Intel and Solaris
668 2.3/SPARC, there are no micro versions.
669 Treat Solaris 10 and up alike.
670 * configure: Regenerate.
671
0de118b6
AG
6722003-09-22 Anthony Green <green@redhat.com>
673
674 * os_dep.c: Fix GC_get_stack_base build problem for vanilla elf
675 "NOSYS" targets.
676
0722cb66
AG
6772003-09-20 <green@redhat.com>
678
679 * include/private/gcconfig.h: Don't check for __XSCALE__. Instead
680 check for __arm__ or __thumb__.
681
e517f636
AM
6822003-09-09 Alan Modra <amodra@bigpond.net.au>
683
684 * configure: Regenerate.
685
7160c99d
RO
6862003-08-07 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
687 Roger Sayle <roger@eyesopen.com>
688
689 * configure.in: Set INCLUDES to absolute path.
690 Save $INCLUDES in boehm-cflags, too.
691 Set INCLUDES so it's available to config.status.
692 * configure: Regenerate.
693
822ed7f8
DS
6942003-07-31 Danny Smith <dannysmith@users.sourceforge.net>
695
696 * include/gc.h (GC_CreateThread): Declare with WINAPI
eac8a696 697 attribute.
822ed7f8
DS
698 * win32_threads.c (GC_CreateThread): Make definitions consistent
699 with declaration. Cast &thread_table[i].handle to PHANDLE
700 in call to DuplicateHandle
701 (thread_start): Declare as static.
702
fd9b4d64
AT
7032003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
704
eac8a696 705 * dyn_load.c: Define __private_extern__ to match Apple's system
fd9b4d64 706 header.
eac8a696 707
5fd5bdbd
LR
7082003-07-28 Loren J. Rittle <ljrittle@acm.org>
709
710 * os_dep.c: Remove redundancy introduced in last merge.
711
30c3de1f
JS
7122003-07-28 Jeff Sturm <jsturm@one-point.com>
713
714 Import GC 6.3alpha1.
715 * BCC_MAKEFILE: Merge with GC 6.3alpha1 release.
716 * ChangeLog: Likewise.
717 * Makefile.am: Likewise.
718 * Makefile.direct: Likewise.
719 * Makefile.dj: Likewise.
720 * allchblk.c: Likewise.
721 * alloc.c: Likewise.
722 * backgraph.c: Likewise.
723 * configure.host: Likewise.
724 * configure.in: Likewise.
725 * dbg_mlc.c: Likewise.
726 * dyn_load.c: Likewise.
727 * finalize.c: Likewise.
728 * gc_cpp.cc: Likewise.
729 * gc_dlopen.c: Likewise.
730 * gcj_mlc.c: Likewise.
731 * if_mach.c: Likewise.
732 * mach_dep.c: Likewise.
733 * malloc.c: Likewise.
734 * mallocx.c: Likewise.
735 * mark.c: Likewise.
736 * mark_rts.c: Likewise.
737 * misc.c: Likewise.
738 * os_dep.c: Likewise.
739 * ptr_chck.c: Likewise.
740 * reclaim.c: Likewise.
741 * solaris_pthreads.c: Likewise.
742 * solaris_threads.c: Likewise.
743 * sparc_mach_dep.S: Likewise.
744 * threadlibs.c: Likewise.
745 * typd_mlc.c: Likewise.
746 * version.h: Likewise.
747 * win32_threads.c: Likewise.
748 * Mac_files/MacOS_Test_config.h: Likewise.
749 * Mac_files/MacOS_config.h: Likewise.
750 * cord/cordbscs.c: Likewise.
751 * cord/cordprnt.c: Likewise.
752 * cord/de_win.c: Likewise.
753 * doc/README: Likewise.
754 * doc/README.MacOSX: Likewise.
755 * doc/README.changes: Likewise.
756 * doc/README.environment: Likewise.
757 * doc/README.ews4800: Likewise.
758 * doc/README.linux: Likewise.
759 * doc/README.macros: Likewise.
760 * doc/README.win32: Likewise.
761 * doc/debugging.html: Likewise.
762 * doc/gcdescr.html: Likewise.
763 * doc/tree.html: Likewise.
764 * include/Makefile.in: Likewise.
765 * include/gc.h: Likewise.
766 * include/gc_cpp.h: Likewise.
767 * include/gc_local_alloc.h: Likewise.
768 * include/gc_mark.h: Likewise.
769 * include/gc_pthread_redirects.h: Likewise.
770 * include/gc_typed.h: Likewise.
771 * include/new_gc_alloc.h: Likewise.
772 * include/private/dbg_mlc.h: Likewise.
773 * include/private/gc_hdrs.h: Likewise.
774 * include/private/gc_locks.h: Likewise.
775 * include/private/gc_pmark.h: Likewise.
776 * include/private/gc_priv.h: Likewise.
777 * include/private/gcconfig.h: Likewise.
778 * include/private/solaris_threads.h: Likewise.
779 * include/private/specific.h: Likewise.
780 * tests/test.c: Likewise.
781 * tests/test_cpp.cc: Likewise.
eac8a696 782
30c3de1f
JS
783 * configure: Rebuild.
784 * Makefile.in: Rebuild.
eac8a696 785
30c3de1f 786 * mips_sgi_mach_dep.s: Add.
eac8a696 787
30c3de1f
JS
788 * alpha_mach_dep.s: Remove.
789 * irix_threads.c: Remove.
790 * linux_threads.c: Remove.
791 * mips_sgi_mach_dep.S: Remove.
792 * missing: Remove.
793 * powerpc_macosx_mach_dep.s: Remove.
794 * doc/Makefile.am: Remove.
795 * doc/Makefile.in: Remove.
796
6c84c668
RS
7972003-07-25 Roger Sayle <roger@eyesopen.com>
798
799 * configure.host: Only use +ESdbgasm when using the HPUX native
800 compiler on PA-Risc. It isn't recognized by GCC and is silently
801 ignored by HP's compilers on ia64.
802
e83a44d2
ME
8032003-04-28 Mohan Embar <gnustuff@thisiscool.com>
804
805 * configure.in: define GC_DLL under mingw if --enable-shared
806 * configure: rebuilt
807 * win32_threads.c: add #ifdef GC_DLL around DllMain
808
351c2c4b
RE
8092003-04-16 Richard Earnshaw <rearnsha@arm.com>
810
811 * include/private/gcconfig.h: Add support for arm-netbsdelf.
812
739c5789
TT
8132003-04-09 Tom Tromey <tromey@redhat.com>
814
815 * include/private/gcconfig.h (LINUX_STACKBOTTOM): Define for
816 POWERPC.
817 (STACK_GRAN, HEURISTIC1): Don't define for POWERPC.
818
22980180
RH
8192003-03-22 Richard Henderson <rth@redhat.com>
820
821 * include/private/gc_locks.h [IA64]: Include ia64intrin.h.
822 (GC_test_and_set): Use __sync_lock_test_and_set.
823 (GC_clear): Use volatile assignment.
824 (GC_compare_and_exchange): Use __sync_bool_compare_and_swap.
825 (GC_memory_write_barrier): Use __sync_synchronize.
826
ff8b9ca8
AS
8272003-03-12 Andreas Schwab <schwab@suse.de>
828
829 * configure.in: Avoid trailing /. in toolexeclibdir.
830 * configure: Rebuilt.
831
c62b9064
HB
8322003-03-04 Hans Boehm <Hans.Boehm@hp.com>
833 * include/private/gcconfig.h (GC_data_start): declare when needed.
834 * include/private/gc_priv.h: Include gcconfig.h after ptr_t
835 declaration.
836 * dyn_load.c (GC_register_dynamic_libraries_dl_iterate_phdr,
837 GC_register_dynlib_callback): Register main data for static
838 executable if dl_iterate_phdr() didn't.
839 * misc.c (GC_init_inner): Call GC_init_linux_data_start() even
840 if we don't expect to register main static data.
841
ebcc6a7e
HB
8422003-03-03 Hans Boehm <Hans.Boehm@hp.com>
843 * mark_rts.c (GC_cond_register_dynamic_libraries): add.
844 (GC_push_roots): explicitly mark free list headers, register
845 dynamic libraries only if !REGISTER_LIBRARIES_EARLY.
846 * alloc.c (GC_stopped_mark): Conditionally call
847 GC_cond_register_dynamic_libraries().
848 (GC_collect_a_little_inner, GC_try_to_collect_inner): Check GC_dont_gc.
849 * dyn_load.c (GC_register_main_static_data): define.
850 (GC_register_dyn_libraries (Linux /proc, Linux ELF versions)):
851 no longer skip main data.
852 * misc.c (GC_REGISTER_MAIN_STATIC_DATA): define.
853 (GC_init_inner): Make main data registration conditional.
854 * include/private/gc_priv.h (GC_register_main_static_data): declare.
855 * include/private/gcconfig.h (REGISTER_LIBRARIES_EARLY): define
856 for LINUX.
857
3343fdd2
AO
8582003-02-20 Alexandre Oliva <aoliva@redhat.com>
859
860 * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
861 config.status.
862 * configure: Rebuilt.
863
290a4db9
AT
8642003-02-11 Andreas Tobler <a.tobler@schweiz.ch>
865
866 * include/private/gcconfig.h: undefine MPROTECT_VDB for MACOSX
867
13b6e5b4
AO
8682003-01-27 Alexandre Oliva <aoliva@redhat.com>
869
870 * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
871 Remove USE_LIBDIR conditional.
872 * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
873 * Makefile.in, configure: Rebuilt.
874
7d60eb23
TT
8752002-12-31 Tom Tromey <tromey@redhat.com>
876
877 For PR libgcj/8933:
878 * include/Makefile.in: Rebuilt.
879 * include/Makefile.am (noinst_HEADERS): Renamed from
880 include_HEADERS.
881
e6226a2f
RO
8822002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
883
884 * ltconfig (osf[345]): Append $major to soname_spec.
885 Reflect this in library_names_spec.
886 * ltmain.sh (osf): Prefix $major with . for use as extension.
887
eae853b7
AJ
8882002-10-02 Andreas Jaeger <aj@suse.de>
889
890 * include/private/gcconfig.h (HBLKSIZE): Define for x86-64.
891
82cfabc1
RE
8922002-09-28 Richard Earnshaw <rearnsha@arm.com>
893
eae853b7 894 * include/private/gcconfig.h: Don't check for __XSCALE__. Instead
82cfabc1
RE
895 check for __arm__ or __thumb__.
896
10a197ee
UW
8972002-09-27 Ulrich Weigand <uweigand@de.ibm.com>
898
899 * include/private/gcconfig: Add machine type S390. Add s390x support.
900 * include/private/gc_locks.h (GC_test_and_set): Implement for s390.
901 (GC_compare_and_exchange): Likewise.
902
179a9caf
JT
9032002-09-24 Jason Thorpe <thorpej@wasabisystems.com>
904
905 * include/private/gcconfig.h: Fix NetBSD/mips parameters.
906
2e9ac471
AM
9072002-08-23 Adam Megacz <adam@xwt.org>
908
eac8a696 909 * win32_threads.cc: Removed extraneous ABORT()
2e9ac471 910
6c5d742e
KG
9112002-09-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
912
913 * Makefile.am (all-multi): Fix multilib parallel build.
914
48528b67
BT
9152002-07-18 Bo Thorsen <bo@suse.de>
916
917 * include/private/gcconfig.h: Add x86-64 definitions.
918 * os_dep.c: Add x86-64 support.
919 * configure.in: Likewise.
920 * configure: Regenerate.
921
aab27b30
L
9222002-07-18 H.J. Lu <hjl@gnu.org>
923
924 * mach_dep.c (GC_push_regs): Remove the unused Linux/mips code.
925
5316699d
L
9262002-07-18 H.J. Lu (hjl@gnu.org)
927
928 * configure.in (machdep): Don't add mips_sgi_mach_dep.lo for
929 Linux/mips.
930
5ddf82b4 9312002-06-28 Hans Boehm <Hans_Boehm@hp.com>
eac8a696 932 Jonathan Clark
5ddf82b4 933
eac8a696 934 * win32_threads.c (GC_push_all_stacks): Tolerate bad sp.
5ddf82b4 935
f3e83dc2
L
9362002-06-09 H.J. Lu (hjl@gnu.org)
937
938 * include/private/gc_locks.h (GC_test_and_set): Support
939 Linux/mips.
940 (GC_TEST_AND_SET_DEFINED): Likewise.
941
942 * include/private/gcconfig.h (DYNAMIC_LOADING): Defined for
943 Linux/mips.
944 (DATAEND): Likewise.
945 (LINUX_STACKBOTTOM): Likewise.
946 (STACKBOTTOM): Removed for Linux/mips.
947
61039cd0
MM
948Sun May 19 11:32:03 2002 Mark P Mitchell <mark@codesourcery.com>
949
950 * irix_threads.cc (GC_pthread_detach): Do not use REAL_FUNC.
951 (GC_pthread_create): Fix typo.
952 (GC_TRY_LOCK): Likewise.
953 * include/private/gc_locks.h (GC_test_and_set): Only take one
954 one argument.
955 (LOCK): Adjust appropriately.
eae853b7 956 * include/private/gc_priv.h (SIG_SUSPEND): Use SIGRTMIN if
61039cd0
MM
957 _SIGRTMIN is unavailable.
958
1e6347d8
RO
9592002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
960
961 * acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
962 * aclocal.m4: Regenerate.
963 * configure: Regenerate.
964
6706f116
AO
9652002-05-08 Alexandre Oliva <aoliva@redhat.com>
966
967 * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
968 script entry, and set LD to it when configuring multilibs.
969 * configure: Rebuilt.
970
e3c98562
JS
9712002-04-22 Jeff Sturm <jsturm@one-point.com>
972
973 * Makefile.am (toolexeclib_LTLIBRARIES): Remove.
974 (noinst_LTLIBRARIES): Add libgcjgc.la.
975
976 * Makefile.in: Rebuild.
977
a61df6c7
DM
9782002-04-22 David S. Miller <davem@redhat.com>
979
980 * include/private/gcconfig.h: Hard-code STACKBOTTOM on
981 64-bit SPARC Linux, the __libc_stack_end technique does
982 not work in this case.
983
9842002-04-22 Jeff Sturm <jsturm@one-point.com>
985
986 * gcconfig.h: Enable DYNAMIC_LOADING for all sparc-solaris ABIs.
987
94164032
HB
9882002-04-17 Hans Boehm <Hans_Boehm@hp.com>
989
990 * include/private/gcconfig.h: Use LINUX_STACKBOTTOM for
991 SPARC Linux.
992
b911c031
LR
9932002-04-09 Loren J. Rittle <ljrittle@acm.org>
994
995 * include/private/gcconfig.h (DATAEND): Update comment example
996 to match reality.
997
e285b259
LR
9982002-04-08 Loren J. Rittle <ljrittle@acm.org>
999
1000 * include/private/gcconfig.h (DATAEND): Clarify comment.
1001
787bf7e3 10022002-04-08 Hans Boehm <Hans_Boehm@hp.com>
eae853b7 1003
787bf7e3
HB
1004 * include/private/gc_priv.h (WARN macro): Add "GC warning:" prefix.
1005 (GC_large_alloc_warn_interval, GC_large_alloc_warn_suppressed):
1006 declare.
1007 * allchblk.c (GC_allchblk_nth): Change text and support reduced
1008 frequency for blacklist warning message.
1009 * misc.c (GC_large_alloc_warn_interval,
1010 GC_large_alloc_warn_suppressed): define.
eae853b7 1011 (GC_init_inner): Check GC_NO_BLACKLIST_WARNING and
787bf7e3
HB
1012 GC_LARGE_ALLOC_WARN_INTERVAL environment variables.
1013 * doc/README.environment (GC_NO_BLACKLIST_WARNING): Deprecate.
1014 (GC_LARGE_ALLOC_WARN_INTERVAL): Add documentation.
1015
1016 * dyn_load.c (_DYNAMIC): Move declaration to file scope.
1017
3c55704e
LR
10182002-04-04 Loren J. Rittle <ljrittle@acm.org>
1019
1020 * include/private/gcconfig.h: Add support for an unmapped
1021 memory hole between the end of the initialized data segment
1022 and the start of the BSS on FreeBSD/i386.
1023
c71f2c06
BM
10242002-03-30 Krister Walfridsson <cato@df.lth.se>
1025
1026 * include/private/gcconfig.h: define DYNAMIC_LOADING for ELF
eac8a696 1027 NetBSD/i386.
c71f2c06
BM
1028
10292002-03-29 Hans Boehm <Hans_Boehm@hp.com>
1030
1031 * linux_threads.c (return_free_lists): Clear fl[i] unconditionally.
1032 (GC_local_gcj_malloc): Add assertion.
1033 (start_mark_threads): Fix abort message.
1034 * mark.c (GC_mark_from): Generalize assertion.
1035 * reclaim.c (GC_clear_fl_links): New function.
1036 (GC_start_reclaim): Must clear some freelist links.
1037 * include/private/specific.h, specific.c: Add assertions.
1038 Safer definition for INVALID_QTID, quick_thread_id. Fix/add comments.
1039 Rearrange tse fields.
1040
a3c5fa34
RH
10412002-03-27 Richard Henderson <rth@redhat.com>
1042
1043 * os_dep.c (GC_init_linux_data_start): Fix references to
1044 __data_start and _end.
1045
ed47971a
LR
10462002-03-25 Loren J. Rittle <ljrittle@acm.org>
1047
1048 * include/private/gcconfig.h: Change all likely references
1049 to linker script synthesized symbols to use this idiom:
1050 extern int etext[]; etext
1051
fd28f67b
JS
10522002-03-25 Jeff Sturm <jsturm@one-point.com>
1053
1054 * linux_threads.c (GC_get_nprocs): Close file descriptor.
1055
c0561434
LR
10562002-03-21 Loren J. Rittle <ljrittle@acm.org>
1057
1058 * include/private/gcconfig.h: Add unified test for FreeBSD.
1059 Support FreeBSD/alpha.
1060 * os_dep.c: Do not include <machine/trap.h> unless available.
1061 (GC_freebsd_stack_base): Fix types.
1062
ce3b24a7
BM
10632002-03-17 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
1064
1065 * Makefile.am: Make a convenience library.
1066 * Makefile.in: Rebuilt.
1067
512e32d2
AG
10682002-03-15 Anthony Green <green@redhat.com>
1069
1070 * misc.c (GC_init_inner): Initialize GC_write_cs before use.
1071 * configure.in: Disable use of getenv for win32 targets (some of
1072 which have broken implementations).
1073 * configure: Rebuilt.
1074
916c46b5
AM
10752002-03-12 Adam Megacz <adam@xwt.org>
1076
eac8a696
ZW
1077 * dyn_load.c: Renamed GC_win32s to GC_no_win32_dlls.
1078 * misc.c: Renamed GC_is_win32s() to GC_no_win32_dlls
1079 * os_dep.c: Renamed GC_win32s to GC_no_win32_dlls and
1080 statically initialized it to TRUE if compiling with GCC.
1081 * win32_threads.c (thread_start): We no longer use SEH if
1082 compiling with GCC.
1083 * mark.c (GC_mark_some): We no longer use SEH if
1084 compiling with GCC.
eae853b7 1085
45597167
BM
10862002-03-09 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
1087
eae853b7 1088 * include/gc_priv.h: Define ALIGN_DOUBLE on 32 bit targets if GCJ
45597167
BM
1089 support is enabled, for hash synchronization.
1090
3e0e6811
AM
10912002-02-24 Adam Megacz <adam@xwt.org>
1092
1093 * Makefile.am: Added win32_threads.c to sources list.
1094 * win32_threads.c: Added two */'s which I had neglected.
1095
dd071c20
BM
10962002-02-20 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
1097
1098 * Makefile.am: Re-add SUBDIRS parameter which was lost in merge.
1099 * Makefile.in: Rebuilt.
1100
ca77b9e1
BM
11012002-02-13 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
1102
1103 * dbg_mlc.c (GC_debug_generic_malloc): Removed.
eae853b7
AJ
1104
1105 * sparc_mach_dep.S: Rename from sparc_mach_dep.s as it is a
ca77b9e1
BM
1106 preprocessor file.
1107 * mips_sgi_mach_dep.S: Likewise.
1108 * Makefile.am: Update for above changes.
1109 * Makefile.in: Rebuilt.
1110
adb60117
RH
11112002-02-12 Richard Henderson <rth@redhat.com>
1112
1113 * configure.in: Re-apply 2001-06-26 configure change.
1114 * configure: Rebuild.
1115
79f777fd
BM
11162002-02-12 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
1117
1118 Imported GC 6.1 Alpha 3.
1119
c0e4074d
BM
1120 * sparc_mach_dep.S: Delete incorrectly named file.
1121
df61a3d2
AM
11222001-02-11 Adam Megacz <adam@xwt.org
1123
adb60117 1124 * configure.in: support for win32, saner
df61a3d2
AM
1125 cross-compile options
1126
b6459d9a
AG
11272001-02-08 Anthony Green <green@redhat.com>
1128
1129 * include/private/gcconfig.h: Add XSCALE NOSYS support for bare
1130 board embedded targets.
1131 * os_dep.c: Avoid signal handling code for NOSYS/ECOS targets.
1132 Use GC_get_stack_base for NOSYS/ECOS targets. Clean up some
1133 redundant uses of ECOS.
1134 * misc.c: Use NOSYS where ECOS is being used.
1135 Don't define GC_write twice for ECOS systems.
1136 (GC_write): New function for NOSYS targets.
1137
b1d24685
AM
11382002-02-06 Adam Megacz <adam@xwt.org>
1139
79f777fd
BM
1140 * boehm-gc/include/gc.h: (GC_CreateThread) This function is
1141 now exposed on all Win32 platforms.
1142 * boehm-gc/win32_threads.c: (GC_CreateThread) This now
1143 compiles on Win32; it invokes CreateThread() if GC is built
1144 as a DLL; otherwise it registers the thread.
1145 * boehm-gc/misc.c (GC_init): Initialize GC_allocate_ml in case
1146 libgcjgc was not built as a DLL.
b1d24685 1147
7e57448e
AM
11482002-02-01 Adam Megacz <adam@xwt.org>
1149
1150 * boehm-gc on win32 now automatically detects if it is being built
1151 as a DLL; see http://gcc.gnu.org/ml/java/2001-12/msg00240.html
eae853b7 1152
6cb3421f
DE
11532002-01-25 David Edelsohn <edelsohn@gnu.org>
1154
1155 * include/gc.h (GC_INIT): Add DATASTART and DATAEND roots on AIX.
1156 * include/private/gcconfig.h (RS6000): Add 64-bit AIX support.
1157 Define USE_GENERIC_PUSH_REGS. Use AIX _data and _end symbols for
1158 DATASTART and DATAEND roots.
1159 * rs6000_mach_dep.s: Add function descriptor and traceback table.
1160
a5b2a65b
JS
11612001-12-16 Jeff Sturm <jsturm@one-point.com>
1162
1163 * dyn_load.c: Define ElfW (if needed) for all targets,
1164 not just GNU/Linux.
1165 (GC_FirstDLOpenedLinkMap): Use it.
1166 (GC_register_dynamic_libraries_dl): Use it.
1167 * include/private/gcconfig.h: Define CPP_WORDSZ, ELF_CLASS
1168 for sparcv9.
1169
f28c857f
CR
11702001-12-16 Craig Rodrigues <rodrigc@gcc.gnu.org>
1171
1172 PR other/3725
eae853b7 1173 * configure.in: Add AC_SUBST(target_alias).
f28c857f
CR
1174 * configure: Regenerated.
1175
2b2ec3fb
LR
11762001-11-26 Loren J. Rittle <ljrittle@acm.org>
1177
1178 * linux_threads.c (WRAP_FUNC(pthread_join)): Remove special
1179 case for GC_FREEBSD_THREADS.
1180 * configure.in (*-*-freebsd*): Clarify warning.
1181 * configure: Rebuilt.
1182
dc8a0202
LR
11832001-10-23 Loren J. Rittle <ljrittle@acm.org>
1184 Andreas Tobler <toa@pop.agri.ch>
1185
1186 * include/private/solaris_threads.h: Update to use GC_SOLARIS_THREADS.
1187
aeb76991
BM
11882001-10-22 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
1189
1190 * linux_threads.c (GC_init_parallel): Do not declare as a static
1191 constructor.
1192 * include/gc.h (GC_init): Declare here. Add description.
1193 * include/private/gc_priv.h (GC_init): Remove declaration.
1194
f6d882d9
LR
11952001-10-16 Loren J. Rittle <ljrittle@acm.org>
1196
1197 * include/gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.
1198 * linux_threads.c (WRAP_FUNC(pthread_join)): Conditionalized on
1199 GC_FREEBSD_THREADS, handle strange interaction between system
1200 pthread implementation and boehm-gc signal-handler architecture.
1201 * tests/test.c (main): Conditionalized on GC_FREEBSD_THREADS,
1202 set stack.
1203 * include/private/gcconfig.h (configuration keyed off FREEBSD):
1204 Define SIG_SUSPEND, SIG_THR_RESTART. Do not define
1205 MPROTECT_VDB when GC_FREEBSD_THREADS is defined.
1206
33129152
LR
12072001-10-16 Loren J. Rittle <ljrittle@acm.org>
1208
1209 * Makefile.am (test.o): Find tests/test.c in $(srcdir).
1210 * Makefile.in: Rebuilt.
1211
4c7726b1
BM
12122001-10-16 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
1213
1214 * Makefile.am, acinclude.m4, configure.in: Imported GC 6.1 Alpha 1 and
1215 merged local changes.
1216
9c383523
RO
12172001-09-26 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1218
1219 * solaris_threads.c (MAX_ORIG_STACK_SIZE) [I386]: Provide special
1220 Solaris 2/Intel definition.
eae853b7 1221
9c383523
RO
1222 * configure.in (i?86-*-solaris2.[89]*): Define
1223 SOLARIS25_PROC_VDB_BUG_FIXED.
1224 * include/private/gcconfig.h [I386 && SUNOS5]: Use it.
1225 * configure: Regenerate.
1226
1227 * include/private/gcconfig.h [I386 && SUNOS5] (DATASTART): Use _etext.
1228 (DATAEND): Define using _end.
1229
1a8a749c
PB
12302001-09-11 Per Bothner <per@bothner.com>
1231
1232 * include/Makefile.am: New file. It defines include_HEADERS.
1233 * Makefile.am (SUBDIRS): New macro, set to include.
1234 * configure.in (AC_OUTPUT): Add include/Makefile.
1235
0ff95153
TT
12362001-08-20 Tom Tromey <tromey@redhat.com>
1237
1238 * configure: Rebuilt.
1239 * configure.in: Always ask gcc for threads package.
1240
5a2586cf
TT
12412001-08-17 Tom Tromey <tromey@redhat.com>
1242
1243 * Makefile.am, acinclude.m4, configure.in: Imported GC 6.0 and
1244 merged local changes.
1245
a2d6e915
DB
12462001-08-02 David Billinghurst <David.Billinghurst>
1247
1248 * configure: Rebuilt.
1249 * configure.in: POSIX threads on cygwin does not link with
1250 -lpthreads.
1251
57b74bf9
TT
12522001-07-03 Tom Tromey <tromey@redhat.com>
1253
1254 Fix for PR bootstrap/3281:
1255 * aclocal.m4, configure, Makefile.in: Rebuilt.
1256 * acinclude.m4: Set mkinstalldirs for in-tree build.
1257
f6823cb5
RH
12582001-06-26 Richard Henderson <rth@redhat.com>
1259
1260 * alpha_mach_dep.s: Mark call-saved FP registers.
1261 * include/private/gcconfig.h (ALPHA): Remove USE_GENERIC_PUSH_REGS.
1262 * configure.in (alpha*): Re-enable alpha_mach_dep.s
1263 * configure: Rebuild.
1264
c3b48847
TT
12652001-06-12 Tom Tromey <tromey@redhat.com>
1266
1267 * aclocal.m4, configure: Rebuilt.
1268 * acinclude.m4: Find configure.host in srcdir.
1269
01ef8751
AO
12702001-06-09 Alexandre Oliva <aoliva@redhat.com>, Stephen L Moshier <moshier@mediaone.net>
1271
1272 * configure.in (AC_EXEEXT): Work around in case it expands to
1273 nothing, as in autoconf 2.50.
4a849291
AO
1274 * acinclude.m4: Likewise.
1275 * aclocal.m4, configure: Rebuilt.
01ef8751 1276
a5440f9e
TT
12772001-06-07 Tom Tromey <tromey@redhat.com>
1278
1279 For PR bootstrap/3075:
1280 * configure, aclocal.m4, Makefile.in: Rebuilt.
1281 * configure.in: Don't call AC_CONFIG_AUX_DIR or
1282 AC_CANONICAL_SYSTEM.
1283 * acinclude.m4 (BOEHM_CONFIGURE): Call AC_CONFIG_AUX_DIR and
1284 AC_CANONICAL_SYSTEM here.
1285 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not
1286 boehm_gc_basedir.
1287
8948cb39
BM
12882001-05-24 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
1289
1290 * Makefile.am: Override gctest_OBJECTS so tests/test.c can be built.
1291 (libgcjgc_la_SOURCES): Remove typo.
1292 * tests/test.c: Fix struct names and includes for GC_GCJ_SUPPORT case.
1293 * Makefile.in: Rebuilt.
1294
9110a741
BM
12952001-05-21 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
1296
1297 Imported version version 6.0alpha7.
1298
1299 * README, README.Mac, README.OS2, README.QUICK, README.alpha,
1300 README.amiga, README.debugging, README.dj, README.hp, README.linux,
1301 README.rs6000, README.sgi, README.solaris2, README.uts,
1302 README.win32, SCoptions.amiga, backptr.h, barrett_diagram,
1303 dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h,
1304 gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h,
1305 hpux_irix_threads.c, makefile.depend, nursery.c,
1306 solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README,
1307 cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h,
1308 cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h,
1309 include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved
1310 files.
1311
18d6fb97
HB
13122001-05-19 Hans Boehm <hans_boehm@hp.com>
1313
1314 * configure.host: Build with -fexceptions.
1315 * linux_threads.c: Remember which thread stopped world for
1316
62aa6b06
LR
13172001-05-04 Loren J. Rittle <ljrittle@acm.org>
1318 with final tuning by Bryce McKinlay
1319
1320 * configure.in: Add support for --enable-threads=posix on FreeBSD.
1321 * configure: Rebuilt.
1322
aa32d8f6
JO
13232001-05-01 Jeffrey Oldham <oldham@codesourcery.com>
1324
1325 * gc_priv.h (UNLOCK): Change type of GC_noop1 argument.
1326 (GC_noop1): Change declaration to take one argument.
1327
2d65a52e
AO
13282001-04-26 Alexandre Oliva <aoliva@redhat.com>
1329
1330 * configure.in: Obtain THREADS with `gcc -v'.
1331 * configure: Rebuilt.
1332
c8cd06a8
HB
13332001-04-05 Hans Boehm <hans_boehm@hp.com>
1334
1335 * misc.c: Back out buggy changes to stack clearing code.
1336 Reduce CLEAR_SIZE to 1/4 of original value to reduce time
1337 spent clearing memory.
1338
41029b88
HB
13392001-04-04 Hans Boehm <hans_boehm@hp.com>
1340
1341 * finalize.c:
1342 - Accomodate finalization requests for static objects.
1343 (Will be required by hash synchronization. May be needed
1344 in some configurations now.)
1345
1346 * gc_priv.h:
1347 - Define MIN_WORDS. All allocation requests are rounded
1348 up to at least this size. Removes a subtle assumption that
1349 Java objects have a 2 word header.
1350
1351 * gcconfig.h:
1352 - Adjust Linux/IA64 configuration for non-ancient kernels.
1353 (Necessary fix for IA64.)
1354
1355 * linux_threads.c:
1356 - Fix syntax error in currently unused code. Will be needed
1357 for Linux/PA-RISC.
1358
1359 * malloc.c:
1360 - Handle MIN_WORDS.
1361
1362 * misc.c:
1363 - Handle MIN_WORDS.
1364 - Change stack cleaning code to typically clear about one tenth
1365 the memory it used to in the threads configuration. Occasionally
1366 still clear more. (This is really a fix for a long-standing
1367 and fairly significant performance bug with threads.)
1368
1369 * os_dep.c:
1370 - Fix the code for finding the beginning of the data segment under
1371 Linux. I believe this is necessary for some IA64 Linux
1372 distributions. It will also helo other platforms, though those
1373 may additionally require a gcconfig.h adjustment. (This basically
1374 works around the absence of a data_start or __data_start
1375 definition in glibc.)
1376
1377 * test.c:
1378 - Handle rounding due to MIN_WORDS.
1379
ee402fc9
TT
13802001-03-22 Tom Tromey <tromey@redhat.com>
1381
1382 * Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.
1383
3632fe93
TT
13842001-03-19 Tom Tromey <tromey@redhat.com>
1385
1386 * Makefile.in: Rebuilt.
1387 * Makefile.am (gctest_LDFLAGS): new macro.
1388
de5e27be
TT
13892001-03-16 Tom Tromey <tromey@redhat.com>
1390
1391 * Makefile.in: Rebuilt.
1392 * Makefile.am (TESTS_ENVIRONMENT): New macro.
1393
13942001-01-23 Rod Stewart <stewart@lab43.org>
1395
1396 * gcconfig.h: Check for `__arm__', not `arm'.
1397
e301621d
BM
13982000-12-30 Bryce McKinlay <bryce@albatross.co.nz>
1399
1400 * configure.in: Rename THREADLIB to THREADLIBS.
1401 * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This
1402 ensures that we link the correct version of the linuxthreads semaphore
1403 functions.
1404 * Makefile.in: Rebuilt.
1405 * configure: Rebuilt.
eae853b7
AJ
1406
1407 * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the
e301621d
BM
1408 list of signals which are not blocked during suspend in the NO_SIGNALS
1409 case.
1410
ca5fc746
HB
14112000-12-23 Hans Boehm <Hans_Boehm@hp.com>
1412
1413 * gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.
1414
315d4c27
BM
14152000-12-15 Bryce McKinlay <bryce@albatross.co.nz>
1416
1417 * Makefile.dist: Renamed from Makefile.orig.
1418
f2beb7ef
APB
14192000-12-11 Alexandre Petit-Bianco <apbianco@cygnus.com>
1420
1421 * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
1422 * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and
1423 set accordingly.
1424 * Makefile.in: Rebuilt.
1425 * configure: Likewise.
1426
c9e02e5d
GK
14272000-12-10 Geoffrey Keating <geoffk@redhat.com>
1428
1429 * gcconfig.h: Add new case for powerpc EABI.
1430 [PPC]: Handle embedded OS for powerpc simulator.
1431
0476f098
BM
14322000-09-30 Bryce McKinlay <bryce@albatross.co.nz>
1433
eae853b7 1434 * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in
0476f098
BM
1435 cross-compile configuration only.
1436 * Makefile.am: Build gcj_mlc.c.
1437 * configure, Makefile.in: Rebuilt.
1438
2f7bf5b7
AO
14392000-09-10 Alexandre Oliva <aoliva@redhat.com>
1440
1441 * acinclude.m4: Include libtool macros from the top level.
1442 * aclocal.m4, configure: Rebuilt.
1443
9d40a666
AG
14442000-09-04 Anthony Green <green@redhat.com>
1445
1446 Fix for PR libgcj/230:
1447 * mark.c (GC_mark_from_mark_stack): Remove call to
1448 GC_debug_object_start.
1449 * gc_priv.h (GC_debug_object_start): Remove prototype.
1450
7fedceab
AO
14512000-08-16 Alexandre Oliva <aoliva@redhat.com>
1452
1453 * gcconfig.h [OSF1] (_end): Declare as `int'.
1454
5f51a752
TT
14552000-08-02 Tom Tromey <tromey@cygnus.com>
1456
1457 * gc_priv.h (GC_generic_malloc_inner): Prototype.
1458 (GC_generic_malloc): Likewise.
1459 (GC_add_to_black_list_normal): Likewise.
1460 (GC_find_header): Likewise.
1461 (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
1462 * gc_mark.h (GC_find_start): Prototype.
1463 (GC_signal_mark_stack_overflow): Likewise.
1464
14400a59
AO
14652000-07-24 Alexandre Oliva <aoliva@redhat.com>
1466
c030bee9
AO
1467 * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
1468 * configure: Rebuilt.
1469
14400a59
AO
1470 * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
1471
aec5061b
BM
14722000-06-20 Bryce McKinlay <bryce@albatross.co.nz>
1473
1474 Imported version 5.1.
1475 * acinclude.m4: Push version to 5.1.
1476
437fa026
AH
14772000-06-19 Andrew Haley <aph@cygnus.com>
1478
eac8a696 1479 * os_dep.c (read): Pass two dummy args to syscall().
437fa026 1480
402823c4
BM
14812000-05-11 Bryce McKinlay <bryce@albatross.co.nz>
1482
1483 Imported 5.0 release version.
1484 * acinclude.m4: Increment version to 5.0.
1485
9444af72
BM
14862000-05-07 Bryce McKinlay <bryce@albatross.co.nz>
1487
1488 Imported version 5.0alpha7.
eac8a696 1489 * acinclude.m4: Update version to 5.0a7.
9444af72 1490
70635f1e
JJ
14912000-04-26 Jakub Jelinek <jakub@redhat.com>
1492
1493 * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
1494 (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
1495 - sparc glibc does not provide it.
1496 (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
1497 Make STACKBOTTOM depend on the wordsize.
1498 * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
1499 (struct frame): Declare on sparc*-linux*.
1500 (GC_save_callers): Bias the frame pointers if needed (sparc64).
1501 * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
1502 Implement on sparc64.
1503 (GC_clear_stack_inner): Implement on sparc64.
1504 * gc_priv.h (GC_test_and_set): Implement for sparc.
1505 * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
1506 GC_save_regs_in_stack on sparc.
1507
a3fbf5c3
TT
15082000-04-23 Tom Tromey <tromey@cygnus.com>
1509
1510 * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
1511
93002327
BM
15122000-04-19 Bryce McKinlay <bryce@albatross.co.nz>
1513
1514 Imported version version 5.0alpha6.
1515 * acinclude.m4: Bump version to 5.0a6.
1516 * configure.in: Don't use alpha_mach_dep.s.
eae853b7 1517 * include/private/config.h, irix_threads.c gc_watcom.asm: Delete
93002327 1518 obsolete files.
ef8b01f3
BM
1519 * Makefile.am, Makefile.in: irix_threads.c is now
1520 hpux_irix_threads.c.
1521 * Makefile.orig: Updated from gc distribution Makefile.
93002327 1522
89afab9c
AG
15232000-03-26 Anthony Green <green@redhat.com>
1524
1525 * misc.c (GC_enable): Always define GC_enable and GC_disable.
1526
93393990
TT
15272000-02-14 Tom Tromey <tromey@cygnus.com>
1528
1529 * gc.h (dlopen): Define as GC_dlopen on Linux.
1530 (GC_dlopen): Declare on Linux.
1531 * dyn_load.c (GC_dlopen): Define for Linux.
1532
72af8e4e
AG
1533Fri Jan 28 17:13:20 2000 Anthony Green <green@cygnus.com>
1534
1535 * gcconfig.h (DATASTART): Add missing extern declaration
1536 for data_start on powerpc.
1537
54f76845
BM
15381999-12-22 Bryce McKinlay <bryce@albatross.co.nz>
1539
1540 * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
1541 NO_SIGNALS case.
1542
d352598f
AG
15431999-12-19 Jeff Sturm <jsturm@sigma6.com>
1544
eac8a696 1545 * gcconfig.h: Define DATASTART for Alpha Linux.
d352598f 1546
abd99569
AG
15471999-12-19 Anthony Green <green@cygnus.com>
1548
eae853b7 1549 * gcconfig.h: Use libgcj hack for Alpha Linux.
abd99569
AG
1550 Undefine MPROTEXT_VDB (from Jeff Sturm).
1551 * os_dep.c: Remove Alpha Linux hacks.
1552 * misc.c: Ditto.
1553
edcf698d
TT
15541999-12-13 Tom Tromey <tromey@cygnus.com>
1555
1556 * aclocal.m4, configure: Rebuilt.
1557 * acinclude.m4: Changed version to 5.0a4.
1558 * Makefile.in: Rebuilt.
1559 * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
1560
2441e026 15611999-12-12 Anthony Green <green@cygnus.com>
d0017c11
AG
1562
1563 * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
1564 Linux.
1565 (DYNAMIC_LOADING): Define for PowerPC Linux.
1566 * os_dep.c: Remove some special cases for PowerPC Linux.
1567 * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
1568 for PowerPC Linux.
1569
81976f93
TT
15701999-11-04 Tom Tromey <tromey@cygnus.com>
1571
3442c71c
TT
1572 * Makefile.in: Rebuilt.
1573 * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
1574
a57e0ef5
TT
1575 * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
1576 (GC_thr_init): Don't declare.
1577
81976f93
TT
1578 * configure: Rebuilt.
1579 * configure.in: Removed qt threads case.
1580 * dyn_load.c: Don't mention QUICK_THREADS.
1581 * os_dep.c: Don't mention QUICK_THREADS.
1582 * misc.c: Don't mention QUICK_THREADS.
1583 * gcconfig.h: Don't mention QUICK_THREADS.
1584 * gc_priv.h: Removed QUICK_THREADS code.
1585 * quick_threads.c: Removed.
1586
d83e44be
TT
15871999-11-03 Tom Tromey <tromey@cygnus.com>
1588
1589 * gcconfig.h: Merged in local changes from old config.h.
1590
765de7ea
BM
15911999-11-02 Bryce McKinlay <bryce@albatross.co.nz>
1592
1593 * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
1594
89de952f
TT
15951999-11-02 Tom Tromey <tromey@cygnus.com>
1596
a3feaa92
TT
1597 * quick_threads.c: Include gcconfig.h, not boehm-config.h.
1598
89de952f
TT
1599 * configure: Rebuilt.
1600 * configure.in: Don't create boehm-config.h.
1601 * Makefile.in: Rebuilt.
1602 * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
1603 config.h.
1604 ($(all_objs)): Depend on gcconfig.h.
1605 * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
1606 * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
1607 * config.h: Removed.
1608
20bbd3cd
TT
16091999-11-01 Tom Tromey <tromey@cygnus.com>
1610
1611 * Makefile.in: Rebuilt.
1612 * Makefile.am (gctest_LDADD): Added THREADLIB.
1613 (TESTS): New macro.
1614 * configure: Rebuilt.
1615 * configure.in (INCLUDES): New subst.
1616
23915d8b
SC
16171999-09-29 Steve Chamberlain <sac@pobox.com>
1618
1619 * config.h: Added picoJava target.
1620 * mach_dep.h (GC_push_regs): New code for picoJava.
1621
54ce7452
TT
16221999-09-28 Tom Tromey <tromey@cygnus.com>
1623
1624 * aclocal.m4, configure: Rebuilt.
1625 * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
1626 appropriate AC_PROG_ symbol.
1627
47359a8e
RO
1628Tue Aug 10 00:08:29 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1629
93002327 1630 * gc_priv.h: IRIX thread changes from
47359a8e
RO
1631 include/private/gc_priv.h.
1632
61e922d2
RO
1633Mon Aug 9 18:33:38 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1634
1635 * Makefile.in: Rebuilt.
1636 * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
1637 builds.
1638
1639 * configure: Rebuilt.
1640 * configure.in: Properly align --help output, fix capitalization
1641 and punctuation.
1642 * acinclude.m4: Likewise.
1643
d42058b1
TT
16441999-08-04 Tom Tromey <tromey@cygnus.com>
1645
1646 * configure.in: Added missing `;;'. From Anthony Green.
1647
276836f0
RO
1648Mon Aug 2 23:09:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1649
1650 * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
1651
fa94e3a9
TT
16521999-08-03 Tom Tromey <tromey@cygnus.com>
1653
1654 * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
1655 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
1656
6cf31ce4
TT
16571999-08-02 Tom Tromey <tromey@cygnus.com>
1658
1659 * aclocal.m4, configure: Rebuilt for new libtool.
1660
71c7a006
AO
16611999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br>
1662
1663 * mips_sgi_mach_dep.s: Enable PIC option.
1664
5163d20e
TT
16651999-07-19 Tom Tromey <tromey@cygnus.com>
1666
1667 * config.h (MPROTECT_VDB): Don't define on Linux.
1668
14eee794
AO
16691999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
1670
1671 * Makefile.am (.s.lo): Avoid `#line' directives.
1672 * Makefile.in: Rebuilt.
1673
44ebe2d0
AO
16741999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
1675
1676 * Makefile.am (*-recursive, *-am, *-multi): Automake does not
1677 generate *-recursive for this Makefile, use *-am instead.
1678 * Makefile.in: Rebuilt.
1679
2fa39a0e
AO
16801999-06-30 Alexandre Oliva <oliva@dcc.unicamp.br>
1681
1682 * Makefile.am (.s.lo): Renamed from `.s.o'.
1683 * Makefile.in: Rebuilt.
1684
115dabb8
TT
16851999-06-21 Tom Tromey <tromey@cygnus.com>
1686
139386ba
TT
1687 Alpha patch from Jeff Sturm:
1688 * os_dep.c (GC_init_linuxalpha): New function.
1689 * misc.c: Initialize for alpha linux.
1690 * gc_priv.h (GC_test_and_set): Define for alpha.
1691 * config.h: Don't assume __data_start on alpha.
1692
f687c79e
TT
1693 * Makefile.in: Rebuilt.
1694 * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
1695 -release.
1696
b48ed568
TT
1697 * Makefile.in: Rebuilt.
1698 * Makefile.am (toolexeclibdir): Define as libdir when
1699 appropriate.
1700 * configure: Rebuilt.
1701 * configure.in (USE_LIBDIR): New conditional.
1702
115dabb8
TT
1703 * configure: Rebuilt.
1704 * configure.in: Recognize all forms of alpha.
1705
37b454bd
AG
17061999-06-17 Anthony Green <green@cygnus.com>
1707
1708 * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
1709 Carlo Dapor <carlo@vis.ethz.ch>).
1710
14caa62f
GZ
17111999-05-05 Gilles Zunino <Gilles.Zunino@hei.fr>
1712
1713 * configure.in: Switch from irix threads to posix threads
1714 Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
1715 for mips architecture.
1716 * configure: Regenerate.
1717
b694131f
TT
17181999-04-30 Tom Tromey <tromey@cygnus.com>
1719
1720 * linux_threads.c: Don't reference __pthread_initial_thread_bos.
1721
66deb2be
TT
17221999-04-26 Tom Tromey <tromey@cygnus.com>
1723
1724 * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
1725 `weak'.
1726
17271999-04-23 Tom Tromey <tromey@cygnus.com>
1728
1729 * Makefile.in, configure: Rebuilt.
1730 * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
1731 (libgcjgc_la_SOURCES): Renamed.
1732 (libgcjgc_la_LIBADD): Likewise.
1733 (libgcjgc_la_DEPENDENCIES): Likewise.
1734 (EXTRA_libgcjgc_la_SOURCES): Likewise.
1735 (gctest_LDADD): Use libgcjgc.la.
1736 (all_objs): Mention libgcj_la_OBJECTS.
1737 (EXTRA_LTLIBRARIES): Renamed.
1738 (toollib_LTLIBRARIES): Likewise.
1739 (libgcjgc_la_LDFLAGS): New macro
1740 (toolexecdir): Renamed.
1741 (toolexeclibdir): Likewise.
1742 (toolexeclib_LTLIBRARIES): Likewise.
1743 (LTCOMPILE): Renamed; added libtool invocation.
1744 (LINK): Added libtool invocation.
1745 (.s.o): use LTCOMPILE.
eae853b7 1746 * configure.in: Call AM_PROG_LIBTOOL.
66deb2be
TT
1747 (target_all): Set to libgcjgc.la.
1748 Mention `.lo' forms of object files.
1749
11bbe619
TT
17501999-04-21 Tom Tromey <tromey@cygnus.com>
1751
66deb2be
TT
1752 * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
1753 GC_stackbottom.
1754
11bbe619
TT
1755 * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
1756 sigcontext.h. From Matthias Klose <doko@itso.de>.
1757
5e651bf2
TT
17581999-04-16 Tom Tromey <tromey@cygnus.com>
1759
1760 * config.h (__start): Declare as `int' in alpha/OSF1 case. From
1761 David Pettersson <dapet@mai.liu.se>
1762
649d3f8f
TT
17631999-04-14 Tom Tromey <tromey@cygnus.com>
1764
613f2fe6
TT
1765 * configure: Rebuilt.
1766 * configure.in: Don't use sparc_mach_dep.o for Solaris. Reverts
1767 incorrect patch of 199-04-09.
1768
649d3f8f
TT
1769 * configure: Rebuilt.
1770 * configure.in: Added support for alpha.
1771 From David Pettersson <dapet@mai.liu.se>.
1772
eba0e61d
TT
17731999-04-13 Tom Tromey <tromey@cygnus.com>
1774
1775 * Makefile.in: Rebuilt.
1776 * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
1777 solaris-threads.h.
1778
17791999-04-09 Tom Tromey <tromey@cygnus.com>
1780
1781 * configure: Rebuilt.
1782 * configure.in: Use sparc_mach_dep.s when building on Solaris.
1783
1530be84
TT
17841999-02-23 Tom Tromey <tromey@cygnus.com>
1785
1786 * configure: Rebuilt.
1787 * configure.in: For Linux, define _REENTRANT. For Solaris, define
1788 SOLARIS_THREADS and _SOLARIS_PTHREADS.
1789
17901999-02-18 Tom Tromey <tromey@cygnus.com>
1791
1792 * quick_threads.c (GC_push_all_stacks): Change order of arguments
1793 to GC_push_all_stacks depending on STACK_GROWS_DOWN define. Check
1794 for case where LO is NULL.
1795
17961999-02-10 Tom Tromey <tromey@cygnus.com>
1797
1798 * aclocal.m4, configure, Makefile.in: Rebuilt.
1799 * acinclude.m4: Updated to be used with automake 1.4.
1800 * configure.in: Renamed libgc to libgcjgc. Updated to be used
1801 with automake 1.4.
1802 * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
1803 (libgcjgc_a_SOURCES): Likewise.
1804 (libgcjgc_a_LIBADD): Likewise.
1805 (libgcjgc_a_DEPENDENCIES): Likewise.
1806 (EXTRA_libgcjgc_a_SOURCES): Likewise.
1807 (gctest_LDADD): Likewise.
1808 (all_objs): Likewise.
1809
18101999-01-08 Tom Tromey <tromey@cygnus.com>
1811
1812 * configure: Rebuilt.
1813 * configure.in: Define LINUX_THREADS if using POSIX threads on
1814 Linux.
1815
1816 * gc_priv.h (GC_test_and_set): Put return type into definition.
1817
18181998-11-24 Andrew Haley <aph@viagra.cygnus.co.uk>
1819
1820 * Makefile.am: add support for eCos. In particular, add C++
1821 support for compiling the file ecos.cc.
1822 * ecos.cc: new file.
1823 * acinclude.m4: add C++ support.
1824 * aclocal.m4: likewise
1825 * config.h: add eCos support.
1826 * configure: likewise
1827 * configure.in: likewise
1828 * misc.c (GC_write): add eCos support.
1829 * os_dep.c (tiny_sbrk): add eCos support.
eae853b7 1830
1530be84
TT
1831Thu Dec 10 18:24:34 1998 Warren Levy <warrenl@cygnus.com>
1832
1833 * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
1834 * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
1835
18361998-11-23 Tom Tromey <tromey@cygnus.com>
1837
1838 * configure.host (boehm_gc_cflags): Don't add `-O2'.
1839
18401998-11-20 Andrew Haley <aph@viagra.cygnus.co.uk>
1841
eae853b7 1842 * Makefile.am, Makefile.in, configure.host: tx39 build option
1530be84 1843 "-G 0" added.
eae853b7 1844
1530be84
TT
18451998-11-17 Tom Tromey <tromey@cygnus.com>
1846
1847 * configure: Rebuilt.
1848 * configure.in: Switch on host, not target.
1849
18501998-11-16 Tom Tromey <tromey@cygnus.com>
1851
1852 * gc_priv.h (GC_debug_object_start): Declare.
1853 * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
1854 * gc.h (GC_debug_register_finalizer_no_order,
1855 GC_register_finalizer_no_order): Declare.
1856 (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
1857 * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
1858 (GC_debug_generic_malloc): Likewise.
1859 (GC_debug_object_start): new function.
1860
18611998-11-11 Tom Tromey <tromey@cygnus.com>
1862
1863 * configure: Rebuilt.
1864 * configure.in: Recognize --enable-java-gc, not --enable-gc.
1865
1866Tue Nov 3 18:01:12 1998 Tom Tromey <tromey@sanguine.cygnus.com>
1867
1868 * dyn_load.c: Handle QUICK_THREADS case.
1869
18701998-10-21 Tom Tromey <tromey@cygnus.com>
1871
1872 * configure: Rebuilt.
1873 * configure.in: Put cpp defines here, not in config.h. Recognize
1874 --enable-threads. Set INCLUDES. Create boehm-cflags file. Don't
1875 define PACKAGE or VERSION.
1876 * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
1877 Don't define.
1878
1879 * os_dep.c (GC_default_push_other_roots): Define when
1880 QUICK_THREADS defined.
1881 * misc.c: Added QUICK_THREADS case.
1882 * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
1883 * config.h (THREADS): Define if QUICK_THREADS defined.
1884 * Makefile.in: Rebuilt.
1885 * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
1886 quick_threads.c.
1887 * quick_threads.c: New file.
1888
18891998-10-20 Tom Tromey <tromey@cygnus.com>
1890
1891 * aclocal.m4, configure: Rebuilt.
1892 * acinclude.m4: Don't subst machine_dir or sys_dir.
1893 * configure.host: Removed unused code.
1894
1895Sun Oct 11 08:18:02 1998 Anthony Green <green@cygnus.com>
1896
1897 * configure: Rebuilt.
1898 * configure.in: Fix typo in previous patch.
1899
1900Sun Oct 11 08:06:11 1998 Anthony Green <green@cygnus.com>
1901
1902 * Makefile.in, aclocal.m4, configure: Rebuilt.
1903 * Makefile.am, acinclude.m4, configure.in: Add multilib support.
1904 * configure.host: Created.
1905
1906Tue Sep 1 10:58:15 1998 Tom Tromey <tromey@cygnus.com>
1907
1908 * Makefile.in: Rebuilt.
1909 * Makefile.am (lib_LIBRARIES): Use target_all.
1910 (EXTRA_LIBRARIES): New macro.
1911 * configure: Rebuilt.
1912 * configure.in: Recognize --enable-gc.
1913
1914Thu Aug 13 10:52:45 1998 Tom Tromey <tromey@cygnus.com>
1915
1916 * Makefile.in: Rebuilt.
1917 * Makefile.am (COMPILE): Define.
1918 (LINK): Likewise.
1919 (.s.o): Use MY_CFLAGS.
1920 * configure: Rebuilt.
1921 * configure.in (MY_CFLAGS): Define and subst.
1922
1923Wed Aug 12 11:41:43 1998 Tom Tromey <tromey@cygnus.com>
1924
1925 * configure: Rebuilt.
1926 * configure.in: Added --with-cross-host argument. Use
1927 $with_cross_host to determine when cross-compiling.
1928
1929 * config.h (SMALL_CONFIG): Don't define.
1930 * configure: Rebuilt.
1931 * configure.in: Define SMALL_CONFIG when cross-compiling.
1932
1933Tue Aug 11 11:41:25 1998 Tom Tromey <tromey@cygnus.com>
1934
1935 * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
1936 allchblk.c: Merged with 4.13a2 while preserving local changes.
1937
1938 * Makefile.orig: Updated from Makefile in 4.13a2.
1939
1940 * configure: Rebuilt.
1941 * configure.in: Updated version number to 4.13a2. On Solaris,
1942 don't build with -O when using gcc.
1943
1944 Merged in version 4.13alpha2:
1945 * config.h (USE_MMAP): Re-enable on Solaris.
1946 * solaris_pthreads.c: Removed RCS Id line.
1947 * alpha_mach_dep.s: Removed RCS Id line.
1948
1949Wed Jul 22 15:38:12 1998 Tom Tromey <tromey@cygnus.com>
1950
1951 * config.h (USE_MMAP): Don't define for Solaris.
1952
1953Wed Jun 10 12:51:41 1998 Tom Tromey <tromey@cygnus.com>
1954
1955 * Makefile.in: Rebuilt.
1956 * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
1957
1958 * Makefile.in: Rebuilt.
1959 * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
1960
1961Thu May 14 15:32:58 1998 Tom Tromey <tromey@cygnus.com>
1962
1963 * Makefile.in: Rebuilt.
1964 * Makefile.am ($(all_objs)): Depend on config.h.
1965
1966 * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
1967 DATASTART as &_etext.
1968 * misc.c (GC_init_inner): If STACKBASE defined, then use it.
1969 * configure: Rebuilt.
1970 * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
1971 tx39.
1972
1973Tue May 12 13:15:45 1998 Tom Tromey <tromey@cygnus.com>
1974
1975 * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
1976 (GC_maybe_gc): Likewise.
1977 * os_dep.c: If NO_SIGSET defined, then have empty
1978 GC_disable_signals and GC_enable_signals.
1979 * configure: Rebuilt.
1980 * configure.in: Added --with-target-subdir option. If
1981 cross-compiling, define NO_SIGSET and NO_CLOCK.
1982
1983Wed May 6 16:40:28 1998 Tom Tromey <tromey@cygnus.com>
1984
1985 * Makefile.in: Rebuilt.
1986 * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
1987 (AS): Removed.
1988 * aclocal.m4, configure: Rebuilt.
1989 * acinclude.m4: New file.
1990 * configure.in: Don't run AM_EXEEXT. Use LIB_AC_PROG_CC.
1991
1992Thu Apr 30 14:51:12 1998 Tom Tromey <tromey@cygnus.com>
1993
1994 * configure: Rebuilt.
1995 * configure.in: Link boehm-config.h to config.h.
1996 * Makefile.in: Rebuilt.
1997 * Makefile.am (INCLUDES): Removed.
1998 * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
1999 JAVA_FINALIZATION): Define
2000
2001Wed Apr 29 11:03:14 1998 Tom Tromey <tromey@cygnus.com>
2002
2003 * Many files: Use GC_bool, not bool.
2004 * gc_priv.h: Define GC_bool, not bool.
2005
2006 * misc.c (GC_dont_gc): Define as int.
2007 (GC_quiet): Likewise.
2008 * gc_priv.h (GC_never_stop_func): Declare as returning bool.
2009 * alloc.c (GC_dont_expand): Define as int.
2010 * gc_priv.h: For gcc, define bool as char.
2011
2012Tue Apr 28 22:44:16 1998 Tom Tromey <tromey@cygnus.com>
2013
2014 * Makefile.in: Rebuilt.
2015 * Makefile.am (check_PROGRAMS): New macro.
2016 (gctest_SOURCES): Likewise.
2017 (gctest_LDADD): Likewise.
2018
2019Mon Apr 27 23:53:24 1998 Tom Tromey <tromey@cygnus.com>
2020
2021 * Makefile.in: Rebuilt.
2022 * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
2023 * configure: Rebuilt.
2024 * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
2025
2026Wed Apr 15 11:40:56 1998 Tom Tromey <tromey@sanguine.cygnus.com>
2027
2028 * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
2029 New files.
2030 * Makefile.orig: Renamed from Makefile.