Makefile.am: Define ACLOCAL_AMFLAGS.
[gcc.git] / boehm-gc / ChangeLog
1 2004-11-04 Kelley Cook <kcook@gcc.gnu.org>
2
3 * Makefile.am: Define ACLOCAL_AMFLAGS.
4 * configure.ac: Remove redundant sinclude.
5 * acinclude.m4: Delete file.
6 * aclocal.m4: Regenerate.
7 * Makefile.in, include/Makefile.in: Regenerate.
8 * configure: Regenerate.
9
10
11 2004-10-19 Ulrich Weigand <uweigand@de.ibm.com>
12
13 * include/private/gc_priv.h (GC_generic_malloc_words_small_inner):
14 Add prototype.
15
16 2004-10-13 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
17
18 * include/private/gcconfig.h: Add m32r-linux target.
19
20 2004-09-27 Kelley Cook <kcook@gcc.gnu.org>
21
22 * configure.ac: Update all AC_DEFINEs to newer style.
23 * configure: Regenerate.
24 * include/gc_config.h.in: Regenerate.
25
26 2004-08-27 Hans Boehm <Hans.Boehm@hp.com>
27
28 * backgraph.c, gc_priv.h (GC_traverse_back_graph,
29 GC_print_back_graph_stats): split GC_traverse_back_graph.
30 * backgraph.c: Dynamically grow in_progress_space.
31 * finalize.c (GC_notify_or_invoke_finalizers): also call
32 GC_print_back_graph_stats.
33 * alloc.c, finalize.c, gc_priv.h (GC_generate_random_backtrace_no_gc,
34 GC_print_back_height): Move delarations to header file.
35 * configure.ac: rename --enable-full-debug to --enable-gc-debug.
36 * configure: Regenerate.
37
38 2004-08-23 Hans Boehm <Hans.Boehm@hp.com>
39
40 * aix_irix_threads.c: Move _THREADS checks after gc_priv.h include.
41 * backgraph.c, include/private/gc_pmark.h: Always include gc.h.
42
43 2004-08-23 Bryce McKinlay <mckinlay@redhat.com>
44
45 * win32_threads.c: Move GC_WIN32_THREADS check after gc_priv.h include.
46 Reported by Danny Smith.
47
48 2004-08-21 Danny Smith <dannysmith@users.sourceforge.net>
49
50 * misc.c (GC_init): Replace lhs cast with rhs cast.
51
52 2004-08-16 Bryce McKinlay <mckinlay@redhat.com>
53
54 * specific.c: Check GC_LINUX_THREADS before including
55 private/specific.h. From Richard Earnshaw.
56
57 2004-08-16 Nathanael Nerode <neroden@gcc.gnu.org>
58
59 * aclocal.m4: Remove obsolete construct for old automake.
60 * acinclude.m4: Regenerate with aclocal 1.9.1.
61 * configure.ac: Remove duplicate AC_WITH calls. Replace
62 AC_CANONICAL_SYSTEM with AC_CANONICAL_HOST, AC_CANONICAL_TARGET.
63 Replace _GCC_TOPLEV_NONCANONICAL calls with ACX_NONCANONICAL_TARGET.
64 Remove now-redundant subst of target_noncanonical. Remove
65 now-gratuitous m4 quoting around $. Replace AM_PROG_LIBTOOL with
66 AC_PROG_LIBTOOL and remove second, redundant AC_PROG_LIBTOOL.
67 Use slightly more modern form of AC_INIT.
68 * configure: Rebuild with autoconf 2.59.
69 * Makefile.in, include/Makefile.in: Rebuild with automake 1.9.1.
70
71 2004-08-16 Andreas Tobler <a.tobler@schweiz.ch>
72
73 * solaris_threads.c: Remove ifdef around #include "private/gc_priv.h"
74 since they're not known at this time.
75 * solaris_pthreads.c: Likewise.
76
77 2004-08-15 Andreas Tobler <a.tobler@schweiz.ch>
78
79 PR target/14931
80 * powerpc_darwin_mach_dep.s (_GC_push_regs): Change to new stub style.
81
82 2004-08-13 Bryce McKinlay <mckinlay@redhat.com>
83
84 * configure.ac (gc_cflags): Add -Iinclude.
85 (AC_CONFIG_HEADERS): New. Configure gc_config.h header.
86 Don't write DEFS to boehm-cflags file.
87 * configure: Rebuilt.
88 * gcj_mlc.c: Check #ifdef GC_GCJ_SUPPORT after including headers.
89 * specific.c: Check #ifdef GC_LINUX_THREADS after including headers.
90 * include/gc_config_macros.h: Remove backward-compatibility
91 redefinitions of GC_ names.
92 * include/gc.h: Include <gc_config.h>.
93
94 2004-08-13 Bryce McKinlay <mckinlay@redhat.com>
95
96 Import Boehm GC version 6.3.
97
98 2004-08-12 Kelley Cook <kcook@gcc.gnu.org>
99
100 * include/Makefile.in: Regenerate
101
102 2004-07-06 Andrew Pinski <apinski@apple.com>
103
104 * os-dep.c (GC_task_self): Declare as static
105 and remove the second declaration.
106
107 2004-06-20 Andreas Tobler <a.tobler@schweiz.ch>
108
109 * Makefile.am: Add rule for .S files to fix bootstrap on
110 solaris and alpha.
111 * Makefile.in: Regenerate.
112
113 2004-06-16 Paolo Bonzini <bonzini@gnu.org>
114
115 * boehm-gc/configure.ac: New name of configure.in.
116 Remove useless multilib stuff. Change uses of
117 INCLUDES and CXXINCLUDES to AM_CPPFLAGS.
118 * boehm-gc/configure.in: New name of configure.in.
119 * boehm-gc/Makefile.am: Update for automake 1.8.5.
120 * boehm-gc/acinclude.m4: Include ../config/acx.m4.
121 * boehm-gc/aclocal.m4: Regenerate.
122 * boehm-gc/configure: Regenerate.
123 * boehm-gc/Makefile.in: Regenerate.
124
125 2004-06-15 Paolo Bonzini <bonzini@gnu.org>
126
127 * .cvsignore: New file.
128
129 2004-04-25 Andreas Jaeger <aj@suse.de>
130
131 * mark.c (GC_mark_from): Use pointer as prefetch argument.
132
133 2004-04-06 H.J. Lu <hongjiu.lu@intel.com>
134
135 * include/private/gcconfig.h (PREFETCH): Use __builtin_prefetch
136 for gcc >= 3.0.
137 (PREFETCH_FOR_WRITE): Likewise.
138
139 2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
140
141 * configure.ac: Bump AC_PREREQ to 2.59.
142 * configure: Regenerate.
143 * config.in: Regenerate.
144
145 2004-02-26 Nathanael Nerode <neroden@gcc.gnu.org>
146
147 * ltconfig, ltmain.sh: Remove unused files.
148 * configure.in: Remove bogus extra early invocation of
149 AC_CONFIG_AUX_DIR.
150 * configure: Regenerate.
151 * mkinstalldirs, install-sh, config.sub, config.guess:
152 Remove (now) unused files.
153 * Makefile.in: Regenerate (losing references to vanished
154 files).
155
156 * configure.in: Add CCAS, CCASFLAGS for future automakes.
157 * configure, Makefile.in, include/Makefile.in: Regenerate.
158
159 * Makefile.am: Remove bogus duplicate setting of AM_CFLAGS.
160 * Makefile.in: Regenerate.
161
162 * configure.in: Remove bogus duplicate invocation of
163 AM_MAINTAINER_MODE. Remove obsolete comment.
164 * configure: Regenerate.
165
166 * acinclude.m4: Remove GC_CONFIGURE macro; move contents
167 to configure.in.
168 * aclocal.m4: Regenerate.
169 * configure.in: Receive contents of GC_CONFIGURE macro.
170 * configure: Regenerate.
171
172 * configure.in: Remove more obsolete, bogus code.
173 * configure: Regenerate.
174
175 * acinclude.m4: Remove obsolete and bogus constructs.
176 * aclocal.m4: Regenerate.
177 * configure: Regnerate.
178
179 2004-02-23 Nathanael Nerode <neroden@gcc.gnu.org>
180
181 * acinclude.m4: De-precious CC and CXX so that the right flags
182 are passed down to multilibs.
183 * aclocal.m4: Regenerate.
184 * configure: Regenerate.
185
186 2004-02-22 Zack Weinberg <zack@codesourcery.com>
187 Nathanael Nerode <neroden@twcny.rr.com>
188 Alexandre Oliva <aoliva@redhat.com>
189
190 * config.sub, config.guess: Replace with forwarding scripts
191 which invoke the master copies in the top level.
192
193 2004-02-23 Nathanael Nerode <neroden@gcc.gnu.org>
194
195 * acinclude.m4: Remove old no-executables workaround;
196 add new no-executables workaround.
197 * aclocal.m4: Regenerate.
198 * configure.in: Change prereqs to autoconf 2.57.
199 * configure: Regenerate with autoconf 2.57.
200
201 * configure.in: Use NCN_TARGET_NONCANONICAL and friends.
202 * configure: Regenerate.
203 * Makefile.am: Use target_noncanonical variable from configure.
204 * Makefile.in: Regenerate.
205 * include/Makefile.in: Regenerate.
206
207 2004-02-20 Andrew Cagney <cagney@redhat.com>
208
209 * config.guess: Update from version 2002-01-10 to 2004-02-16.
210 * config.sub: Update from version 2002-01-02 to 2004-02-16.
211
212 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
213
214 * acinclude.m4: Remove bogus duplicate call to AC_CANONICAL_BUILD.
215 * aclocal.m4: Rebuild.
216 * configure: Regenerate.
217
218 * acinclude.m4: Move certain code to configure.in.
219 * configure.in: Receive code from acinclude.m4.
220 * aclocal.m4: Rebuild.
221 * configure: Regenerate.
222
223 * Makefile.direct, alloc.c: Resync to upstream 6.3 alpha 1.
224
225 2004-01-20 Andrew Haley <aph@redhat.com>
226
227 * include/private/gcconfig.h (USE_MMAP): Define for all Linux.
228
229 * configure.in: Comment change.
230
231 2004-01-16 Andrew Haley <aph@redhat.com>
232
233 * configure.in (NO_EXECUTE_PERMISSION): Remove global declaration;
234 add for ia64; remove for MIPS.
235 * configure: Regnerated.
236
237 2004-01-14 Kelley Cook <kcook@gcc.gnu.org>
238
239 * configure.in: Add in AC_PREREQ(2.13)
240
241 2004-01-07 Dave Jones <davej@redhat.com>
242
243 * malloc.c (GC_generic_malloc): Correct initialization typo.
244 * mallocx.c (GC_generic_malloc_ignore_off_page): Ditto.
245
246 2003-10-31 Richard Earnshaw <rearnsha@arm.com>
247
248 * include/private/gcconfig.h: Re-install change of 2003-04-16.
249
250 2003-10-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
251
252 * mips_sgi_mach_dep.s: Use _ABIO32 instead of external
253 _MIPS_SIM_ABI32.
254
255 2003-10-18 Alan Modra <amodra@bigpond.net.au>
256
257 * include/private/gcconfig.h (ALIGNMENT <powerpc linux>): Remove
258 unsure comment.
259
260 2003-10-03 Jeff Sturm <jsturm@one-point.com>
261
262 * configure: Rebuild.
263
264 2003-10-03 Hans Boehm <Hans.Boehm@hp.com>
265
266 * configure.in: Remove NO_GETENV definition for win32.
267 * mach_dep.c (GC_generic_push_regs): Prevent tail call optimization.
268 * misc.c (GC_init_inner): Call GC_thr_init for win32.
269 (GC_set_warn_proc): Add assertion.
270 * win32_threads.c: Import 6.3alpha2 version.
271 * include/private/gc_priv.h: Add support for EMPTY_GETENV_RESULTS.
272
273 2003-09-29 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
274
275 * configure.in: Remove wildcard from Solaris 8-9/Intel and Solaris
276 2.3/SPARC, there are no micro versions.
277 Treat Solaris 10 and up alike.
278 * configure: Regenerate.
279
280 2003-09-22 Anthony Green <green@redhat.com>
281
282 * os_dep.c: Fix GC_get_stack_base build problem for vanilla elf
283 "NOSYS" targets.
284
285 2003-09-20 <green@redhat.com>
286
287 * include/private/gcconfig.h: Don't check for __XSCALE__. Instead
288 check for __arm__ or __thumb__.
289
290 2003-09-09 Alan Modra <amodra@bigpond.net.au>
291
292 * configure: Regenerate.
293
294 2003-08-07 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
295 Roger Sayle <roger@eyesopen.com>
296
297 * configure.in: Set INCLUDES to absolute path.
298 Save $INCLUDES in boehm-cflags, too.
299 Set INCLUDES so it's available to config.status.
300 * configure: Regenerate.
301
302 2003-07-31 Danny Smith <dannysmith@users.sourceforge.net>
303
304 * include/gc.h (GC_CreateThread): Declare with WINAPI
305 attribute.
306 * win32_threads.c (GC_CreateThread): Make definitions consistent
307 with declaration. Cast &thread_table[i].handle to PHANDLE
308 in call to DuplicateHandle
309 (thread_start): Declare as static.
310
311 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
312
313 * dyn_load.c: Define __private_extern__ to match Apple's system
314 header.
315
316 2003-07-28 Loren J. Rittle <ljrittle@acm.org>
317
318 * os_dep.c: Remove redundancy introduced in last merge.
319
320 2003-07-28 Jeff Sturm <jsturm@one-point.com>
321
322 Import GC 6.3alpha1.
323 * BCC_MAKEFILE: Merge with GC 6.3alpha1 release.
324 * ChangeLog: Likewise.
325 * Makefile.am: Likewise.
326 * Makefile.direct: Likewise.
327 * Makefile.dj: Likewise.
328 * allchblk.c: Likewise.
329 * alloc.c: Likewise.
330 * backgraph.c: Likewise.
331 * configure.host: Likewise.
332 * configure.in: Likewise.
333 * dbg_mlc.c: Likewise.
334 * dyn_load.c: Likewise.
335 * finalize.c: Likewise.
336 * gc_cpp.cc: Likewise.
337 * gc_dlopen.c: Likewise.
338 * gcj_mlc.c: Likewise.
339 * if_mach.c: Likewise.
340 * mach_dep.c: Likewise.
341 * malloc.c: Likewise.
342 * mallocx.c: Likewise.
343 * mark.c: Likewise.
344 * mark_rts.c: Likewise.
345 * misc.c: Likewise.
346 * os_dep.c: Likewise.
347 * ptr_chck.c: Likewise.
348 * reclaim.c: Likewise.
349 * solaris_pthreads.c: Likewise.
350 * solaris_threads.c: Likewise.
351 * sparc_mach_dep.S: Likewise.
352 * threadlibs.c: Likewise.
353 * typd_mlc.c: Likewise.
354 * version.h: Likewise.
355 * win32_threads.c: Likewise.
356 * Mac_files/MacOS_Test_config.h: Likewise.
357 * Mac_files/MacOS_config.h: Likewise.
358 * cord/cordbscs.c: Likewise.
359 * cord/cordprnt.c: Likewise.
360 * cord/de_win.c: Likewise.
361 * doc/README: Likewise.
362 * doc/README.MacOSX: Likewise.
363 * doc/README.changes: Likewise.
364 * doc/README.environment: Likewise.
365 * doc/README.ews4800: Likewise.
366 * doc/README.linux: Likewise.
367 * doc/README.macros: Likewise.
368 * doc/README.win32: Likewise.
369 * doc/debugging.html: Likewise.
370 * doc/gcdescr.html: Likewise.
371 * doc/tree.html: Likewise.
372 * include/Makefile.in: Likewise.
373 * include/gc.h: Likewise.
374 * include/gc_cpp.h: Likewise.
375 * include/gc_local_alloc.h: Likewise.
376 * include/gc_mark.h: Likewise.
377 * include/gc_pthread_redirects.h: Likewise.
378 * include/gc_typed.h: Likewise.
379 * include/new_gc_alloc.h: Likewise.
380 * include/private/dbg_mlc.h: Likewise.
381 * include/private/gc_hdrs.h: Likewise.
382 * include/private/gc_locks.h: Likewise.
383 * include/private/gc_pmark.h: Likewise.
384 * include/private/gc_priv.h: Likewise.
385 * include/private/gcconfig.h: Likewise.
386 * include/private/solaris_threads.h: Likewise.
387 * include/private/specific.h: Likewise.
388 * tests/test.c: Likewise.
389 * tests/test_cpp.cc: Likewise.
390
391 * configure: Rebuild.
392 * Makefile.in: Rebuild.
393
394 * mips_sgi_mach_dep.s: Add.
395
396 * alpha_mach_dep.s: Remove.
397 * irix_threads.c: Remove.
398 * linux_threads.c: Remove.
399 * mips_sgi_mach_dep.S: Remove.
400 * missing: Remove.
401 * powerpc_macosx_mach_dep.s: Remove.
402 * doc/Makefile.am: Remove.
403 * doc/Makefile.in: Remove.
404
405 2003-07-25 Roger Sayle <roger@eyesopen.com>
406
407 * configure.host: Only use +ESdbgasm when using the HPUX native
408 compiler on PA-Risc. It isn't recognized by GCC and is silently
409 ignored by HP's compilers on ia64.
410
411 2003-04-28 Mohan Embar <gnustuff@thisiscool.com>
412
413 * configure.in: define GC_DLL under mingw if --enable-shared
414 * configure: rebuilt
415 * win32_threads.c: add #ifdef GC_DLL around DllMain
416
417 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
418
419 * include/private/gcconfig.h: Add support for arm-netbsdelf.
420
421 2003-04-09 Tom Tromey <tromey@redhat.com>
422
423 * include/private/gcconfig.h (LINUX_STACKBOTTOM): Define for
424 POWERPC.
425 (STACK_GRAN, HEURISTIC1): Don't define for POWERPC.
426
427 2003-03-22 Richard Henderson <rth@redhat.com>
428
429 * include/private/gc_locks.h [IA64]: Include ia64intrin.h.
430 (GC_test_and_set): Use __sync_lock_test_and_set.
431 (GC_clear): Use volatile assignment.
432 (GC_compare_and_exchange): Use __sync_bool_compare_and_swap.
433 (GC_memory_write_barrier): Use __sync_synchronize.
434
435 2003-03-12 Andreas Schwab <schwab@suse.de>
436
437 * configure.in: Avoid trailing /. in toolexeclibdir.
438 * configure: Rebuilt.
439
440 2003-03-04 Hans Boehm <Hans.Boehm@hp.com>
441 * include/private/gcconfig.h (GC_data_start): declare when needed.
442 * include/private/gc_priv.h: Include gcconfig.h after ptr_t
443 declaration.
444 * dyn_load.c (GC_register_dynamic_libraries_dl_iterate_phdr,
445 GC_register_dynlib_callback): Register main data for static
446 executable if dl_iterate_phdr() didn't.
447 * misc.c (GC_init_inner): Call GC_init_linux_data_start() even
448 if we don't expect to register main static data.
449
450 2003-03-03 Hans Boehm <Hans.Boehm@hp.com>
451 * mark_rts.c (GC_cond_register_dynamic_libraries): add.
452 (GC_push_roots): explicitly mark free list headers, register
453 dynamic libraries only if !REGISTER_LIBRARIES_EARLY.
454 * alloc.c (GC_stopped_mark): Conditionally call
455 GC_cond_register_dynamic_libraries().
456 (GC_collect_a_little_inner, GC_try_to_collect_inner): Check GC_dont_gc.
457 * dyn_load.c (GC_register_main_static_data): define.
458 (GC_register_dyn_libraries (Linux /proc, Linux ELF versions)):
459 no longer skip main data.
460 * misc.c (GC_REGISTER_MAIN_STATIC_DATA): define.
461 (GC_init_inner): Make main data registration conditional.
462 * include/private/gc_priv.h (GC_register_main_static_data): declare.
463 * include/private/gcconfig.h (REGISTER_LIBRARIES_EARLY): define
464 for LINUX.
465
466 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
467
468 * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to
469 config.status.
470 * configure: Rebuilt.
471
472 2003-02-11 Andreas Tobler <a.tobler@schweiz.ch>
473
474 * include/private/gcconfig.h: undefine MPROTECT_VDB for MACOSX
475
476 2003-01-27 Alexandre Oliva <aoliva@redhat.com>
477
478 * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
479 Remove USE_LIBDIR conditional.
480 * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
481 * Makefile.in, configure: Rebuilt.
482
483 2002-12-31 Tom Tromey <tromey@redhat.com>
484
485 For PR libgcj/8933:
486 * include/Makefile.in: Rebuilt.
487 * include/Makefile.am (noinst_HEADERS): Renamed from
488 include_HEADERS.
489
490 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
491
492 * ltconfig (osf[345]): Append $major to soname_spec.
493 Reflect this in library_names_spec.
494 * ltmain.sh (osf): Prefix $major with . for use as extension.
495
496 2002-10-02 Andreas Jaeger <aj@suse.de>
497
498 * include/private/gcconfig.h (HBLKSIZE): Define for x86-64.
499
500 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
501
502 * include/private/gcconfig.h: Don't check for __XSCALE__. Instead
503 check for __arm__ or __thumb__.
504
505 2002-09-27 Ulrich Weigand <uweigand@de.ibm.com>
506
507 * include/private/gcconfig: Add machine type S390. Add s390x support.
508 * include/private/gc_locks.h (GC_test_and_set): Implement for s390.
509 (GC_compare_and_exchange): Likewise.
510
511 2002-09-24 Jason Thorpe <thorpej@wasabisystems.com>
512
513 * include/private/gcconfig.h: Fix NetBSD/mips parameters.
514
515 2002-08-23 Adam Megacz <adam@xwt.org>
516
517 * win32_threads.cc: Removed extraneous ABORT()
518
519 2002-09-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
520
521 * Makefile.am (all-multi): Fix multilib parallel build.
522
523 2002-07-18 Bo Thorsen <bo@suse.de>
524
525 * include/private/gcconfig.h: Add x86-64 definitions.
526 * os_dep.c: Add x86-64 support.
527 * configure.in: Likewise.
528 * configure: Regenerate.
529
530 2002-07-18 H.J. Lu <hjl@gnu.org>
531
532 * mach_dep.c (GC_push_regs): Remove the unused Linux/mips code.
533
534 2002-07-18 H.J. Lu (hjl@gnu.org)
535
536 * configure.in (machdep): Don't add mips_sgi_mach_dep.lo for
537 Linux/mips.
538
539 2002-06-28 Hans Boehm <Hans_Boehm@hp.com>
540 Jonathan Clark
541
542 * win32_threads.c (GC_push_all_stacks): Tolerate bad sp.
543
544 2002-06-09 H.J. Lu (hjl@gnu.org)
545
546 * include/private/gc_locks.h (GC_test_and_set): Support
547 Linux/mips.
548 (GC_TEST_AND_SET_DEFINED): Likewise.
549
550 * include/private/gcconfig.h (DYNAMIC_LOADING): Defined for
551 Linux/mips.
552 (DATAEND): Likewise.
553 (LINUX_STACKBOTTOM): Likewise.
554 (STACKBOTTOM): Removed for Linux/mips.
555
556 Sun May 19 11:32:03 2002 Mark P Mitchell <mark@codesourcery.com>
557
558 * irix_threads.cc (GC_pthread_detach): Do not use REAL_FUNC.
559 (GC_pthread_create): Fix typo.
560 (GC_TRY_LOCK): Likewise.
561 * include/private/gc_locks.h (GC_test_and_set): Only take one
562 one argument.
563 (LOCK): Adjust appropriately.
564 * include/private/gc_priv.h (SIG_SUSPEND): Use SIGRTMIN if
565 _SIGRTMIN is unavailable.
566
567 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
568
569 * acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
570 * aclocal.m4: Regenerate.
571 * configure: Regenerate.
572
573 2002-05-08 Alexandre Oliva <aoliva@redhat.com>
574
575 * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
576 script entry, and set LD to it when configuring multilibs.
577 * configure: Rebuilt.
578
579 2002-04-22 Jeff Sturm <jsturm@one-point.com>
580
581 * Makefile.am (toolexeclib_LTLIBRARIES): Remove.
582 (noinst_LTLIBRARIES): Add libgcjgc.la.
583
584 * Makefile.in: Rebuild.
585
586 2002-04-22 David S. Miller <davem@redhat.com>
587
588 * include/private/gcconfig.h: Hard-code STACKBOTTOM on
589 64-bit SPARC Linux, the __libc_stack_end technique does
590 not work in this case.
591
592 2002-04-22 Jeff Sturm <jsturm@one-point.com>
593
594 * gcconfig.h: Enable DYNAMIC_LOADING for all sparc-solaris ABIs.
595
596 2002-04-17 Hans Boehm <Hans_Boehm@hp.com>
597
598 * include/private/gcconfig.h: Use LINUX_STACKBOTTOM for
599 SPARC Linux.
600
601 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
602
603 * include/private/gcconfig.h (DATAEND): Update comment example
604 to match reality.
605
606 2002-04-08 Loren J. Rittle <ljrittle@acm.org>
607
608 * include/private/gcconfig.h (DATAEND): Clarify comment.
609
610 2002-04-08 Hans Boehm <Hans_Boehm@hp.com>
611
612 * include/private/gc_priv.h (WARN macro): Add "GC warning:" prefix.
613 (GC_large_alloc_warn_interval, GC_large_alloc_warn_suppressed):
614 declare.
615 * allchblk.c (GC_allchblk_nth): Change text and support reduced
616 frequency for blacklist warning message.
617 * misc.c (GC_large_alloc_warn_interval,
618 GC_large_alloc_warn_suppressed): define.
619 (GC_init_inner): Check GC_NO_BLACKLIST_WARNING and
620 GC_LARGE_ALLOC_WARN_INTERVAL environment variables.
621 * doc/README.environment (GC_NO_BLACKLIST_WARNING): Deprecate.
622 (GC_LARGE_ALLOC_WARN_INTERVAL): Add documentation.
623
624 * dyn_load.c (_DYNAMIC): Move declaration to file scope.
625
626 2002-04-04 Loren J. Rittle <ljrittle@acm.org>
627
628 * include/private/gcconfig.h: Add support for an unmapped
629 memory hole between the end of the initialized data segment
630 and the start of the BSS on FreeBSD/i386.
631
632 2002-03-30 Krister Walfridsson <cato@df.lth.se>
633
634 * include/private/gcconfig.h: define DYNAMIC_LOADING for ELF
635 NetBSD/i386.
636
637 2002-03-29 Hans Boehm <Hans_Boehm@hp.com>
638
639 * linux_threads.c (return_free_lists): Clear fl[i] unconditionally.
640 (GC_local_gcj_malloc): Add assertion.
641 (start_mark_threads): Fix abort message.
642 * mark.c (GC_mark_from): Generalize assertion.
643 * reclaim.c (GC_clear_fl_links): New function.
644 (GC_start_reclaim): Must clear some freelist links.
645 * include/private/specific.h, specific.c: Add assertions.
646 Safer definition for INVALID_QTID, quick_thread_id. Fix/add comments.
647 Rearrange tse fields.
648
649 2002-03-27 Richard Henderson <rth@redhat.com>
650
651 * os_dep.c (GC_init_linux_data_start): Fix references to
652 __data_start and _end.
653
654 2002-03-25 Loren J. Rittle <ljrittle@acm.org>
655
656 * include/private/gcconfig.h: Change all likely references
657 to linker script synthesized symbols to use this idiom:
658 extern int etext[]; etext
659
660 2002-03-25 Jeff Sturm <jsturm@one-point.com>
661
662 * linux_threads.c (GC_get_nprocs): Close file descriptor.
663
664 2002-03-21 Loren J. Rittle <ljrittle@acm.org>
665
666 * include/private/gcconfig.h: Add unified test for FreeBSD.
667 Support FreeBSD/alpha.
668 * os_dep.c: Do not include <machine/trap.h> unless available.
669 (GC_freebsd_stack_base): Fix types.
670
671 2002-03-17 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
672
673 * Makefile.am: Make a convenience library.
674 * Makefile.in: Rebuilt.
675
676 2002-03-15 Anthony Green <green@redhat.com>
677
678 * misc.c (GC_init_inner): Initialize GC_write_cs before use.
679 * configure.in: Disable use of getenv for win32 targets (some of
680 which have broken implementations).
681 * configure: Rebuilt.
682
683 2002-03-12 Adam Megacz <adam@xwt.org>
684
685 * dyn_load.c: Renamed GC_win32s to GC_no_win32_dlls.
686 * misc.c: Renamed GC_is_win32s() to GC_no_win32_dlls
687 * os_dep.c: Renamed GC_win32s to GC_no_win32_dlls and
688 statically initialized it to TRUE if compiling with GCC.
689 * win32_threads.c (thread_start): We no longer use SEH if
690 compiling with GCC.
691 * mark.c (GC_mark_some): We no longer use SEH if
692 compiling with GCC.
693
694 2002-03-09 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
695
696 * include/gc_priv.h: Define ALIGN_DOUBLE on 32 bit targets if GCJ
697 support is enabled, for hash synchronization.
698
699 2002-02-24 Adam Megacz <adam@xwt.org>
700
701 * Makefile.am: Added win32_threads.c to sources list.
702 * win32_threads.c: Added two */'s which I had neglected.
703
704 2002-02-20 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
705
706 * Makefile.am: Re-add SUBDIRS parameter which was lost in merge.
707 * Makefile.in: Rebuilt.
708
709 2002-02-13 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
710
711 * dbg_mlc.c (GC_debug_generic_malloc): Removed.
712
713 * sparc_mach_dep.S: Rename from sparc_mach_dep.s as it is a
714 preprocessor file.
715 * mips_sgi_mach_dep.S: Likewise.
716 * Makefile.am: Update for above changes.
717 * Makefile.in: Rebuilt.
718
719 2002-02-12 Richard Henderson <rth@redhat.com>
720
721 * configure.in: Re-apply 2001-06-26 configure change.
722 * configure: Rebuild.
723
724 2002-02-12 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
725
726 Imported GC 6.1 Alpha 3.
727
728 * sparc_mach_dep.S: Delete incorrectly named file.
729
730 2001-02-11 Adam Megacz <adam@xwt.org
731
732 * configure.in: support for win32, saner
733 cross-compile options
734
735 2001-02-08 Anthony Green <green@redhat.com>
736
737 * include/private/gcconfig.h: Add XSCALE NOSYS support for bare
738 board embedded targets.
739 * os_dep.c: Avoid signal handling code for NOSYS/ECOS targets.
740 Use GC_get_stack_base for NOSYS/ECOS targets. Clean up some
741 redundant uses of ECOS.
742 * misc.c: Use NOSYS where ECOS is being used.
743 Don't define GC_write twice for ECOS systems.
744 (GC_write): New function for NOSYS targets.
745
746 2002-02-06 Adam Megacz <adam@xwt.org>
747
748 * boehm-gc/include/gc.h: (GC_CreateThread) This function is
749 now exposed on all Win32 platforms.
750 * boehm-gc/win32_threads.c: (GC_CreateThread) This now
751 compiles on Win32; it invokes CreateThread() if GC is built
752 as a DLL; otherwise it registers the thread.
753 * boehm-gc/misc.c (GC_init): Initialize GC_allocate_ml in case
754 libgcjgc was not built as a DLL.
755
756 2002-02-01 Adam Megacz <adam@xwt.org>
757
758 * boehm-gc on win32 now automatically detects if it is being built
759 as a DLL; see http://gcc.gnu.org/ml/java/2001-12/msg00240.html
760
761 2002-01-25 David Edelsohn <edelsohn@gnu.org>
762
763 * include/gc.h (GC_INIT): Add DATASTART and DATAEND roots on AIX.
764 * include/private/gcconfig.h (RS6000): Add 64-bit AIX support.
765 Define USE_GENERIC_PUSH_REGS. Use AIX _data and _end symbols for
766 DATASTART and DATAEND roots.
767 * rs6000_mach_dep.s: Add function descriptor and traceback table.
768
769 2001-12-16 Jeff Sturm <jsturm@one-point.com>
770
771 * dyn_load.c: Define ElfW (if needed) for all targets,
772 not just GNU/Linux.
773 (GC_FirstDLOpenedLinkMap): Use it.
774 (GC_register_dynamic_libraries_dl): Use it.
775 * include/private/gcconfig.h: Define CPP_WORDSZ, ELF_CLASS
776 for sparcv9.
777
778 2001-12-16 Craig Rodrigues <rodrigc@gcc.gnu.org>
779
780 PR other/3725
781 * configure.in: Add AC_SUBST(target_alias).
782 * configure: Regenerated.
783
784 2001-11-26 Loren J. Rittle <ljrittle@acm.org>
785
786 * linux_threads.c (WRAP_FUNC(pthread_join)): Remove special
787 case for GC_FREEBSD_THREADS.
788 * configure.in (*-*-freebsd*): Clarify warning.
789 * configure: Rebuilt.
790
791 2001-10-23 Loren J. Rittle <ljrittle@acm.org>
792 Andreas Tobler <toa@pop.agri.ch>
793
794 * include/private/solaris_threads.h: Update to use GC_SOLARIS_THREADS.
795
796 2001-10-22 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
797
798 * linux_threads.c (GC_init_parallel): Do not declare as a static
799 constructor.
800 * include/gc.h (GC_init): Declare here. Add description.
801 * include/private/gc_priv.h (GC_init): Remove declaration.
802
803 2001-10-16 Loren J. Rittle <ljrittle@acm.org>
804
805 * include/gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.
806 * linux_threads.c (WRAP_FUNC(pthread_join)): Conditionalized on
807 GC_FREEBSD_THREADS, handle strange interaction between system
808 pthread implementation and boehm-gc signal-handler architecture.
809 * tests/test.c (main): Conditionalized on GC_FREEBSD_THREADS,
810 set stack.
811 * include/private/gcconfig.h (configuration keyed off FREEBSD):
812 Define SIG_SUSPEND, SIG_THR_RESTART. Do not define
813 MPROTECT_VDB when GC_FREEBSD_THREADS is defined.
814
815 2001-10-16 Loren J. Rittle <ljrittle@acm.org>
816
817 * Makefile.am (test.o): Find tests/test.c in $(srcdir).
818 * Makefile.in: Rebuilt.
819
820 2001-10-16 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
821
822 * Makefile.am, acinclude.m4, configure.in: Imported GC 6.1 Alpha 1 and
823 merged local changes.
824
825 2001-09-26 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
826
827 * solaris_threads.c (MAX_ORIG_STACK_SIZE) [I386]: Provide special
828 Solaris 2/Intel definition.
829
830 * configure.in (i?86-*-solaris2.[89]*): Define
831 SOLARIS25_PROC_VDB_BUG_FIXED.
832 * include/private/gcconfig.h [I386 && SUNOS5]: Use it.
833 * configure: Regenerate.
834
835 * include/private/gcconfig.h [I386 && SUNOS5] (DATASTART): Use _etext.
836 (DATAEND): Define using _end.
837
838 2001-09-11 Per Bothner <per@bothner.com>
839
840 * include/Makefile.am: New file. It defines include_HEADERS.
841 * Makefile.am (SUBDIRS): New macro, set to include.
842 * configure.in (AC_OUTPUT): Add include/Makefile.
843
844 2001-08-20 Tom Tromey <tromey@redhat.com>
845
846 * configure: Rebuilt.
847 * configure.in: Always ask gcc for threads package.
848
849 2001-08-17 Tom Tromey <tromey@redhat.com>
850
851 * Makefile.am, acinclude.m4, configure.in: Imported GC 6.0 and
852 merged local changes.
853
854 2001-08-02 David Billinghurst <David.Billinghurst>
855
856 * configure: Rebuilt.
857 * configure.in: POSIX threads on cygwin does not link with
858 -lpthreads.
859
860 2001-07-03 Tom Tromey <tromey@redhat.com>
861
862 Fix for PR bootstrap/3281:
863 * aclocal.m4, configure, Makefile.in: Rebuilt.
864 * acinclude.m4: Set mkinstalldirs for in-tree build.
865
866 2001-06-26 Richard Henderson <rth@redhat.com>
867
868 * alpha_mach_dep.s: Mark call-saved FP registers.
869 * include/private/gcconfig.h (ALPHA): Remove USE_GENERIC_PUSH_REGS.
870 * configure.in (alpha*): Re-enable alpha_mach_dep.s
871 * configure: Rebuild.
872
873 2001-06-12 Tom Tromey <tromey@redhat.com>
874
875 * aclocal.m4, configure: Rebuilt.
876 * acinclude.m4: Find configure.host in srcdir.
877
878 2001-06-09 Alexandre Oliva <aoliva@redhat.com>, Stephen L Moshier <moshier@mediaone.net>
879
880 * configure.in (AC_EXEEXT): Work around in case it expands to
881 nothing, as in autoconf 2.50.
882 * acinclude.m4: Likewise.
883 * aclocal.m4, configure: Rebuilt.
884
885 2001-06-07 Tom Tromey <tromey@redhat.com>
886
887 For PR bootstrap/3075:
888 * configure, aclocal.m4, Makefile.in: Rebuilt.
889 * configure.in: Don't call AC_CONFIG_AUX_DIR or
890 AC_CANONICAL_SYSTEM.
891 * acinclude.m4 (BOEHM_CONFIGURE): Call AC_CONFIG_AUX_DIR and
892 AC_CANONICAL_SYSTEM here.
893 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not
894 boehm_gc_basedir.
895
896 2001-05-24 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
897
898 * Makefile.am: Override gctest_OBJECTS so tests/test.c can be built.
899 (libgcjgc_la_SOURCES): Remove typo.
900 * tests/test.c: Fix struct names and includes for GC_GCJ_SUPPORT case.
901 * Makefile.in: Rebuilt.
902
903 2001-05-21 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
904
905 Imported version version 6.0alpha7.
906
907 * README, README.Mac, README.OS2, README.QUICK, README.alpha,
908 README.amiga, README.debugging, README.dj, README.hp, README.linux,
909 README.rs6000, README.sgi, README.solaris2, README.uts,
910 README.win32, SCoptions.amiga, backptr.h, barrett_diagram,
911 dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h,
912 gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h,
913 hpux_irix_threads.c, makefile.depend, nursery.c,
914 solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README,
915 cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h,
916 cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h,
917 include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved
918 files.
919
920 2001-05-19 Hans Boehm <hans_boehm@hp.com>
921
922 * configure.host: Build with -fexceptions.
923 * linux_threads.c: Remember which thread stopped world for
924
925 2001-05-04 Loren J. Rittle <ljrittle@acm.org>
926 with final tuning by Bryce McKinlay
927
928 * configure.in: Add support for --enable-threads=posix on FreeBSD.
929 * configure: Rebuilt.
930
931 2001-05-01 Jeffrey Oldham <oldham@codesourcery.com>
932
933 * gc_priv.h (UNLOCK): Change type of GC_noop1 argument.
934 (GC_noop1): Change declaration to take one argument.
935
936 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
937
938 * configure.in: Obtain THREADS with `gcc -v'.
939 * configure: Rebuilt.
940
941 2001-04-05 Hans Boehm <hans_boehm@hp.com>
942
943 * misc.c: Back out buggy changes to stack clearing code.
944 Reduce CLEAR_SIZE to 1/4 of original value to reduce time
945 spent clearing memory.
946
947 2001-04-04 Hans Boehm <hans_boehm@hp.com>
948
949 * finalize.c:
950 - Accomodate finalization requests for static objects.
951 (Will be required by hash synchronization. May be needed
952 in some configurations now.)
953
954 * gc_priv.h:
955 - Define MIN_WORDS. All allocation requests are rounded
956 up to at least this size. Removes a subtle assumption that
957 Java objects have a 2 word header.
958
959 * gcconfig.h:
960 - Adjust Linux/IA64 configuration for non-ancient kernels.
961 (Necessary fix for IA64.)
962
963 * linux_threads.c:
964 - Fix syntax error in currently unused code. Will be needed
965 for Linux/PA-RISC.
966
967 * malloc.c:
968 - Handle MIN_WORDS.
969
970 * misc.c:
971 - Handle MIN_WORDS.
972 - Change stack cleaning code to typically clear about one tenth
973 the memory it used to in the threads configuration. Occasionally
974 still clear more. (This is really a fix for a long-standing
975 and fairly significant performance bug with threads.)
976
977 * os_dep.c:
978 - Fix the code for finding the beginning of the data segment under
979 Linux. I believe this is necessary for some IA64 Linux
980 distributions. It will also helo other platforms, though those
981 may additionally require a gcconfig.h adjustment. (This basically
982 works around the absence of a data_start or __data_start
983 definition in glibc.)
984
985 * test.c:
986 - Handle rounding due to MIN_WORDS.
987
988 2001-03-22 Tom Tromey <tromey@redhat.com>
989
990 * Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.
991
992 2001-03-19 Tom Tromey <tromey@redhat.com>
993
994 * Makefile.in: Rebuilt.
995 * Makefile.am (gctest_LDFLAGS): new macro.
996
997 2001-03-16 Tom Tromey <tromey@redhat.com>
998
999 * Makefile.in: Rebuilt.
1000 * Makefile.am (TESTS_ENVIRONMENT): New macro.
1001
1002 2001-01-23 Rod Stewart <stewart@lab43.org>
1003
1004 * gcconfig.h: Check for `__arm__', not `arm'.
1005
1006 2000-12-30 Bryce McKinlay <bryce@albatross.co.nz>
1007
1008 * configure.in: Rename THREADLIB to THREADLIBS.
1009 * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This
1010 ensures that we link the correct version of the linuxthreads semaphore
1011 functions.
1012 * Makefile.in: Rebuilt.
1013 * configure: Rebuilt.
1014
1015 * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the
1016 list of signals which are not blocked during suspend in the NO_SIGNALS
1017 case.
1018
1019 2000-12-23 Hans Boehm <Hans_Boehm@hp.com>
1020
1021 * gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.
1022
1023 2000-12-15 Bryce McKinlay <bryce@albatross.co.nz>
1024
1025 * Makefile.dist: Renamed from Makefile.orig.
1026
1027 2000-12-11 Alexandre Petit-Bianco <apbianco@cygnus.com>
1028
1029 * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
1030 * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and
1031 set accordingly.
1032 * Makefile.in: Rebuilt.
1033 * configure: Likewise.
1034
1035 2000-12-10 Geoffrey Keating <geoffk@redhat.com>
1036
1037 * gcconfig.h: Add new case for powerpc EABI.
1038 [PPC]: Handle embedded OS for powerpc simulator.
1039
1040 2000-09-30 Bryce McKinlay <bryce@albatross.co.nz>
1041
1042 * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in
1043 cross-compile configuration only.
1044 * Makefile.am: Build gcj_mlc.c.
1045 * configure, Makefile.in: Rebuilt.
1046
1047 2000-09-10 Alexandre Oliva <aoliva@redhat.com>
1048
1049 * acinclude.m4: Include libtool macros from the top level.
1050 * aclocal.m4, configure: Rebuilt.
1051
1052 2000-09-04 Anthony Green <green@redhat.com>
1053
1054 Fix for PR libgcj/230:
1055 * mark.c (GC_mark_from_mark_stack): Remove call to
1056 GC_debug_object_start.
1057 * gc_priv.h (GC_debug_object_start): Remove prototype.
1058
1059 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
1060
1061 * gcconfig.h [OSF1] (_end): Declare as `int'.
1062
1063 2000-08-02 Tom Tromey <tromey@cygnus.com>
1064
1065 * gc_priv.h (GC_generic_malloc_inner): Prototype.
1066 (GC_generic_malloc): Likewise.
1067 (GC_add_to_black_list_normal): Likewise.
1068 (GC_find_header): Likewise.
1069 (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
1070 * gc_mark.h (GC_find_start): Prototype.
1071 (GC_signal_mark_stack_overflow): Likewise.
1072
1073 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
1074
1075 * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
1076 * configure: Rebuilt.
1077
1078 * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
1079
1080 2000-06-20 Bryce McKinlay <bryce@albatross.co.nz>
1081
1082 Imported version 5.1.
1083 * acinclude.m4: Push version to 5.1.
1084
1085 2000-06-19 Andrew Haley <aph@cygnus.com>
1086
1087 * os_dep.c (read): Pass two dummy args to syscall().
1088
1089 2000-05-11 Bryce McKinlay <bryce@albatross.co.nz>
1090
1091 Imported 5.0 release version.
1092 * acinclude.m4: Increment version to 5.0.
1093
1094 2000-05-07 Bryce McKinlay <bryce@albatross.co.nz>
1095
1096 Imported version 5.0alpha7.
1097 * acinclude.m4: Update version to 5.0a7.
1098
1099 2000-04-26 Jakub Jelinek <jakub@redhat.com>
1100
1101 * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
1102 (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
1103 - sparc glibc does not provide it.
1104 (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
1105 Make STACKBOTTOM depend on the wordsize.
1106 * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
1107 (struct frame): Declare on sparc*-linux*.
1108 (GC_save_callers): Bias the frame pointers if needed (sparc64).
1109 * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
1110 Implement on sparc64.
1111 (GC_clear_stack_inner): Implement on sparc64.
1112 * gc_priv.h (GC_test_and_set): Implement for sparc.
1113 * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
1114 GC_save_regs_in_stack on sparc.
1115
1116 2000-04-23 Tom Tromey <tromey@cygnus.com>
1117
1118 * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
1119
1120 2000-04-19 Bryce McKinlay <bryce@albatross.co.nz>
1121
1122 Imported version version 5.0alpha6.
1123 * acinclude.m4: Bump version to 5.0a6.
1124 * configure.in: Don't use alpha_mach_dep.s.
1125 * include/private/config.h, irix_threads.c gc_watcom.asm: Delete
1126 obsolete files.
1127 * Makefile.am, Makefile.in: irix_threads.c is now
1128 hpux_irix_threads.c.
1129 * Makefile.orig: Updated from gc distribution Makefile.
1130
1131 2000-03-26 Anthony Green <green@redhat.com>
1132
1133 * misc.c (GC_enable): Always define GC_enable and GC_disable.
1134
1135 2000-02-14 Tom Tromey <tromey@cygnus.com>
1136
1137 * gc.h (dlopen): Define as GC_dlopen on Linux.
1138 (GC_dlopen): Declare on Linux.
1139 * dyn_load.c (GC_dlopen): Define for Linux.
1140
1141 Fri Jan 28 17:13:20 2000 Anthony Green <green@cygnus.com>
1142
1143 * gcconfig.h (DATASTART): Add missing extern declaration
1144 for data_start on powerpc.
1145
1146 1999-12-22 Bryce McKinlay <bryce@albatross.co.nz>
1147
1148 * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
1149 NO_SIGNALS case.
1150
1151 1999-12-19 Jeff Sturm <jsturm@sigma6.com>
1152
1153 * gcconfig.h: Define DATASTART for Alpha Linux.
1154
1155 1999-12-19 Anthony Green <green@cygnus.com>
1156
1157 * gcconfig.h: Use libgcj hack for Alpha Linux.
1158 Undefine MPROTEXT_VDB (from Jeff Sturm).
1159 * os_dep.c: Remove Alpha Linux hacks.
1160 * misc.c: Ditto.
1161
1162 1999-12-13 Tom Tromey <tromey@cygnus.com>
1163
1164 * aclocal.m4, configure: Rebuilt.
1165 * acinclude.m4: Changed version to 5.0a4.
1166 * Makefile.in: Rebuilt.
1167 * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
1168
1169 1999-12-12 Anthony Green <green@cygnus.com>
1170
1171 * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
1172 Linux.
1173 (DYNAMIC_LOADING): Define for PowerPC Linux.
1174 * os_dep.c: Remove some special cases for PowerPC Linux.
1175 * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
1176 for PowerPC Linux.
1177
1178 1999-11-04 Tom Tromey <tromey@cygnus.com>
1179
1180 * Makefile.in: Rebuilt.
1181 * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
1182
1183 * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
1184 (GC_thr_init): Don't declare.
1185
1186 * configure: Rebuilt.
1187 * configure.in: Removed qt threads case.
1188 * dyn_load.c: Don't mention QUICK_THREADS.
1189 * os_dep.c: Don't mention QUICK_THREADS.
1190 * misc.c: Don't mention QUICK_THREADS.
1191 * gcconfig.h: Don't mention QUICK_THREADS.
1192 * gc_priv.h: Removed QUICK_THREADS code.
1193 * quick_threads.c: Removed.
1194
1195 1999-11-03 Tom Tromey <tromey@cygnus.com>
1196
1197 * gcconfig.h: Merged in local changes from old config.h.
1198
1199 1999-11-02 Bryce McKinlay <bryce@albatross.co.nz>
1200
1201 * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
1202
1203 1999-11-02 Tom Tromey <tromey@cygnus.com>
1204
1205 * quick_threads.c: Include gcconfig.h, not boehm-config.h.
1206
1207 * configure: Rebuilt.
1208 * configure.in: Don't create boehm-config.h.
1209 * Makefile.in: Rebuilt.
1210 * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
1211 config.h.
1212 ($(all_objs)): Depend on gcconfig.h.
1213 * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
1214 * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
1215 * config.h: Removed.
1216
1217 1999-11-01 Tom Tromey <tromey@cygnus.com>
1218
1219 * Makefile.in: Rebuilt.
1220 * Makefile.am (gctest_LDADD): Added THREADLIB.
1221 (TESTS): New macro.
1222 * configure: Rebuilt.
1223 * configure.in (INCLUDES): New subst.
1224
1225 1999-09-29 Steve Chamberlain <sac@pobox.com>
1226
1227 * config.h: Added picoJava target.
1228 * mach_dep.h (GC_push_regs): New code for picoJava.
1229
1230 1999-09-28 Tom Tromey <tromey@cygnus.com>
1231
1232 * aclocal.m4, configure: Rebuilt.
1233 * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
1234 appropriate AC_PROG_ symbol.
1235
1236 Tue Aug 10 00:08:29 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1237
1238 * gc_priv.h: IRIX thread changes from
1239 include/private/gc_priv.h.
1240
1241 Mon Aug 9 18:33:38 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1242
1243 * Makefile.in: Rebuilt.
1244 * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
1245 builds.
1246
1247 * configure: Rebuilt.
1248 * configure.in: Properly align --help output, fix capitalization
1249 and punctuation.
1250 * acinclude.m4: Likewise.
1251
1252 1999-08-04 Tom Tromey <tromey@cygnus.com>
1253
1254 * configure.in: Added missing `;;'. From Anthony Green.
1255
1256 Mon Aug 2 23:09:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1257
1258 * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
1259
1260 1999-08-03 Tom Tromey <tromey@cygnus.com>
1261
1262 * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
1263 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
1264
1265 1999-08-02 Tom Tromey <tromey@cygnus.com>
1266
1267 * aclocal.m4, configure: Rebuilt for new libtool.
1268
1269 1999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br>
1270
1271 * mips_sgi_mach_dep.s: Enable PIC option.
1272
1273 1999-07-19 Tom Tromey <tromey@cygnus.com>
1274
1275 * config.h (MPROTECT_VDB): Don't define on Linux.
1276
1277 1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
1278
1279 * Makefile.am (.s.lo): Avoid `#line' directives.
1280 * Makefile.in: Rebuilt.
1281
1282 1999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
1283
1284 * Makefile.am (*-recursive, *-am, *-multi): Automake does not
1285 generate *-recursive for this Makefile, use *-am instead.
1286 * Makefile.in: Rebuilt.
1287
1288 1999-06-30 Alexandre Oliva <oliva@dcc.unicamp.br>
1289
1290 * Makefile.am (.s.lo): Renamed from `.s.o'.
1291 * Makefile.in: Rebuilt.
1292
1293 1999-06-21 Tom Tromey <tromey@cygnus.com>
1294
1295 Alpha patch from Jeff Sturm:
1296 * os_dep.c (GC_init_linuxalpha): New function.
1297 * misc.c: Initialize for alpha linux.
1298 * gc_priv.h (GC_test_and_set): Define for alpha.
1299 * config.h: Don't assume __data_start on alpha.
1300
1301 * Makefile.in: Rebuilt.
1302 * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
1303 -release.
1304
1305 * Makefile.in: Rebuilt.
1306 * Makefile.am (toolexeclibdir): Define as libdir when
1307 appropriate.
1308 * configure: Rebuilt.
1309 * configure.in (USE_LIBDIR): New conditional.
1310
1311 * configure: Rebuilt.
1312 * configure.in: Recognize all forms of alpha.
1313
1314 1999-06-17 Anthony Green <green@cygnus.com>
1315
1316 * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
1317 Carlo Dapor <carlo@vis.ethz.ch>).
1318
1319 1999-05-05 Gilles Zunino <Gilles.Zunino@hei.fr>
1320
1321 * configure.in: Switch from irix threads to posix threads
1322 Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
1323 for mips architecture.
1324 * configure: Regenerate.
1325
1326 1999-04-30 Tom Tromey <tromey@cygnus.com>
1327
1328 * linux_threads.c: Don't reference __pthread_initial_thread_bos.
1329
1330 1999-04-26 Tom Tromey <tromey@cygnus.com>
1331
1332 * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
1333 `weak'.
1334
1335 1999-04-23 Tom Tromey <tromey@cygnus.com>
1336
1337 * Makefile.in, configure: Rebuilt.
1338 * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
1339 (libgcjgc_la_SOURCES): Renamed.
1340 (libgcjgc_la_LIBADD): Likewise.
1341 (libgcjgc_la_DEPENDENCIES): Likewise.
1342 (EXTRA_libgcjgc_la_SOURCES): Likewise.
1343 (gctest_LDADD): Use libgcjgc.la.
1344 (all_objs): Mention libgcj_la_OBJECTS.
1345 (EXTRA_LTLIBRARIES): Renamed.
1346 (toollib_LTLIBRARIES): Likewise.
1347 (libgcjgc_la_LDFLAGS): New macro
1348 (toolexecdir): Renamed.
1349 (toolexeclibdir): Likewise.
1350 (toolexeclib_LTLIBRARIES): Likewise.
1351 (LTCOMPILE): Renamed; added libtool invocation.
1352 (LINK): Added libtool invocation.
1353 (.s.o): use LTCOMPILE.
1354 * configure.in: Call AM_PROG_LIBTOOL.
1355 (target_all): Set to libgcjgc.la.
1356 Mention `.lo' forms of object files.
1357
1358 1999-04-21 Tom Tromey <tromey@cygnus.com>
1359
1360 * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
1361 GC_stackbottom.
1362
1363 * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
1364 sigcontext.h. From Matthias Klose <doko@itso.de>.
1365
1366 1999-04-16 Tom Tromey <tromey@cygnus.com>
1367
1368 * config.h (__start): Declare as `int' in alpha/OSF1 case. From
1369 David Pettersson <dapet@mai.liu.se>
1370
1371 1999-04-14 Tom Tromey <tromey@cygnus.com>
1372
1373 * configure: Rebuilt.
1374 * configure.in: Don't use sparc_mach_dep.o for Solaris. Reverts
1375 incorrect patch of 199-04-09.
1376
1377 * configure: Rebuilt.
1378 * configure.in: Added support for alpha.
1379 From David Pettersson <dapet@mai.liu.se>.
1380
1381 1999-04-13 Tom Tromey <tromey@cygnus.com>
1382
1383 * Makefile.in: Rebuilt.
1384 * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
1385 solaris-threads.h.
1386
1387 1999-04-09 Tom Tromey <tromey@cygnus.com>
1388
1389 * configure: Rebuilt.
1390 * configure.in: Use sparc_mach_dep.s when building on Solaris.
1391
1392 1999-02-23 Tom Tromey <tromey@cygnus.com>
1393
1394 * configure: Rebuilt.
1395 * configure.in: For Linux, define _REENTRANT. For Solaris, define
1396 SOLARIS_THREADS and _SOLARIS_PTHREADS.
1397
1398 1999-02-18 Tom Tromey <tromey@cygnus.com>
1399
1400 * quick_threads.c (GC_push_all_stacks): Change order of arguments
1401 to GC_push_all_stacks depending on STACK_GROWS_DOWN define. Check
1402 for case where LO is NULL.
1403
1404 1999-02-10 Tom Tromey <tromey@cygnus.com>
1405
1406 * aclocal.m4, configure, Makefile.in: Rebuilt.
1407 * acinclude.m4: Updated to be used with automake 1.4.
1408 * configure.in: Renamed libgc to libgcjgc. Updated to be used
1409 with automake 1.4.
1410 * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
1411 (libgcjgc_a_SOURCES): Likewise.
1412 (libgcjgc_a_LIBADD): Likewise.
1413 (libgcjgc_a_DEPENDENCIES): Likewise.
1414 (EXTRA_libgcjgc_a_SOURCES): Likewise.
1415 (gctest_LDADD): Likewise.
1416 (all_objs): Likewise.
1417
1418 1999-01-08 Tom Tromey <tromey@cygnus.com>
1419
1420 * configure: Rebuilt.
1421 * configure.in: Define LINUX_THREADS if using POSIX threads on
1422 Linux.
1423
1424 * gc_priv.h (GC_test_and_set): Put return type into definition.
1425
1426 1998-11-24 Andrew Haley <aph@viagra.cygnus.co.uk>
1427
1428 * Makefile.am: add support for eCos. In particular, add C++
1429 support for compiling the file ecos.cc.
1430 * ecos.cc: new file.
1431 * acinclude.m4: add C++ support.
1432 * aclocal.m4: likewise
1433 * config.h: add eCos support.
1434 * configure: likewise
1435 * configure.in: likewise
1436 * misc.c (GC_write): add eCos support.
1437 * os_dep.c (tiny_sbrk): add eCos support.
1438
1439 Thu Dec 10 18:24:34 1998 Warren Levy <warrenl@cygnus.com>
1440
1441 * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
1442 * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
1443
1444 1998-11-23 Tom Tromey <tromey@cygnus.com>
1445
1446 * configure.host (boehm_gc_cflags): Don't add `-O2'.
1447
1448 1998-11-20 Andrew Haley <aph@viagra.cygnus.co.uk>
1449
1450 * Makefile.am, Makefile.in, configure.host: tx39 build option
1451 "-G 0" added.
1452
1453 1998-11-17 Tom Tromey <tromey@cygnus.com>
1454
1455 * configure: Rebuilt.
1456 * configure.in: Switch on host, not target.
1457
1458 1998-11-16 Tom Tromey <tromey@cygnus.com>
1459
1460 * gc_priv.h (GC_debug_object_start): Declare.
1461 * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
1462 * gc.h (GC_debug_register_finalizer_no_order,
1463 GC_register_finalizer_no_order): Declare.
1464 (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
1465 * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
1466 (GC_debug_generic_malloc): Likewise.
1467 (GC_debug_object_start): new function.
1468
1469 1998-11-11 Tom Tromey <tromey@cygnus.com>
1470
1471 * configure: Rebuilt.
1472 * configure.in: Recognize --enable-java-gc, not --enable-gc.
1473
1474 Tue Nov 3 18:01:12 1998 Tom Tromey <tromey@sanguine.cygnus.com>
1475
1476 * dyn_load.c: Handle QUICK_THREADS case.
1477
1478 1998-10-21 Tom Tromey <tromey@cygnus.com>
1479
1480 * configure: Rebuilt.
1481 * configure.in: Put cpp defines here, not in config.h. Recognize
1482 --enable-threads. Set INCLUDES. Create boehm-cflags file. Don't
1483 define PACKAGE or VERSION.
1484 * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
1485 Don't define.
1486
1487 * os_dep.c (GC_default_push_other_roots): Define when
1488 QUICK_THREADS defined.
1489 * misc.c: Added QUICK_THREADS case.
1490 * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
1491 * config.h (THREADS): Define if QUICK_THREADS defined.
1492 * Makefile.in: Rebuilt.
1493 * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
1494 quick_threads.c.
1495 * quick_threads.c: New file.
1496
1497 1998-10-20 Tom Tromey <tromey@cygnus.com>
1498
1499 * aclocal.m4, configure: Rebuilt.
1500 * acinclude.m4: Don't subst machine_dir or sys_dir.
1501 * configure.host: Removed unused code.
1502
1503 Sun Oct 11 08:18:02 1998 Anthony Green <green@cygnus.com>
1504
1505 * configure: Rebuilt.
1506 * configure.in: Fix typo in previous patch.
1507
1508 Sun Oct 11 08:06:11 1998 Anthony Green <green@cygnus.com>
1509
1510 * Makefile.in, aclocal.m4, configure: Rebuilt.
1511 * Makefile.am, acinclude.m4, configure.in: Add multilib support.
1512 * configure.host: Created.
1513
1514 Tue Sep 1 10:58:15 1998 Tom Tromey <tromey@cygnus.com>
1515
1516 * Makefile.in: Rebuilt.
1517 * Makefile.am (lib_LIBRARIES): Use target_all.
1518 (EXTRA_LIBRARIES): New macro.
1519 * configure: Rebuilt.
1520 * configure.in: Recognize --enable-gc.
1521
1522 Thu Aug 13 10:52:45 1998 Tom Tromey <tromey@cygnus.com>
1523
1524 * Makefile.in: Rebuilt.
1525 * Makefile.am (COMPILE): Define.
1526 (LINK): Likewise.
1527 (.s.o): Use MY_CFLAGS.
1528 * configure: Rebuilt.
1529 * configure.in (MY_CFLAGS): Define and subst.
1530
1531 Wed Aug 12 11:41:43 1998 Tom Tromey <tromey@cygnus.com>
1532
1533 * configure: Rebuilt.
1534 * configure.in: Added --with-cross-host argument. Use
1535 $with_cross_host to determine when cross-compiling.
1536
1537 * config.h (SMALL_CONFIG): Don't define.
1538 * configure: Rebuilt.
1539 * configure.in: Define SMALL_CONFIG when cross-compiling.
1540
1541 Tue Aug 11 11:41:25 1998 Tom Tromey <tromey@cygnus.com>
1542
1543 * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
1544 allchblk.c: Merged with 4.13a2 while preserving local changes.
1545
1546 * Makefile.orig: Updated from Makefile in 4.13a2.
1547
1548 * configure: Rebuilt.
1549 * configure.in: Updated version number to 4.13a2. On Solaris,
1550 don't build with -O when using gcc.
1551
1552 Merged in version 4.13alpha2:
1553 * config.h (USE_MMAP): Re-enable on Solaris.
1554 * solaris_pthreads.c: Removed RCS Id line.
1555 * alpha_mach_dep.s: Removed RCS Id line.
1556
1557 Wed Jul 22 15:38:12 1998 Tom Tromey <tromey@cygnus.com>
1558
1559 * config.h (USE_MMAP): Don't define for Solaris.
1560
1561 Wed Jun 10 12:51:41 1998 Tom Tromey <tromey@cygnus.com>
1562
1563 * Makefile.in: Rebuilt.
1564 * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
1565
1566 * Makefile.in: Rebuilt.
1567 * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
1568
1569 Thu May 14 15:32:58 1998 Tom Tromey <tromey@cygnus.com>
1570
1571 * Makefile.in: Rebuilt.
1572 * Makefile.am ($(all_objs)): Depend on config.h.
1573
1574 * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
1575 DATASTART as &_etext.
1576 * misc.c (GC_init_inner): If STACKBASE defined, then use it.
1577 * configure: Rebuilt.
1578 * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
1579 tx39.
1580
1581 Tue May 12 13:15:45 1998 Tom Tromey <tromey@cygnus.com>
1582
1583 * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
1584 (GC_maybe_gc): Likewise.
1585 * os_dep.c: If NO_SIGSET defined, then have empty
1586 GC_disable_signals and GC_enable_signals.
1587 * configure: Rebuilt.
1588 * configure.in: Added --with-target-subdir option. If
1589 cross-compiling, define NO_SIGSET and NO_CLOCK.
1590
1591 Wed May 6 16:40:28 1998 Tom Tromey <tromey@cygnus.com>
1592
1593 * Makefile.in: Rebuilt.
1594 * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
1595 (AS): Removed.
1596 * aclocal.m4, configure: Rebuilt.
1597 * acinclude.m4: New file.
1598 * configure.in: Don't run AM_EXEEXT. Use LIB_AC_PROG_CC.
1599
1600 Thu Apr 30 14:51:12 1998 Tom Tromey <tromey@cygnus.com>
1601
1602 * configure: Rebuilt.
1603 * configure.in: Link boehm-config.h to config.h.
1604 * Makefile.in: Rebuilt.
1605 * Makefile.am (INCLUDES): Removed.
1606 * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
1607 JAVA_FINALIZATION): Define
1608
1609 Wed Apr 29 11:03:14 1998 Tom Tromey <tromey@cygnus.com>
1610
1611 * Many files: Use GC_bool, not bool.
1612 * gc_priv.h: Define GC_bool, not bool.
1613
1614 * misc.c (GC_dont_gc): Define as int.
1615 (GC_quiet): Likewise.
1616 * gc_priv.h (GC_never_stop_func): Declare as returning bool.
1617 * alloc.c (GC_dont_expand): Define as int.
1618 * gc_priv.h: For gcc, define bool as char.
1619
1620 Tue Apr 28 22:44:16 1998 Tom Tromey <tromey@cygnus.com>
1621
1622 * Makefile.in: Rebuilt.
1623 * Makefile.am (check_PROGRAMS): New macro.
1624 (gctest_SOURCES): Likewise.
1625 (gctest_LDADD): Likewise.
1626
1627 Mon Apr 27 23:53:24 1998 Tom Tromey <tromey@cygnus.com>
1628
1629 * Makefile.in: Rebuilt.
1630 * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
1631 * configure: Rebuilt.
1632 * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
1633
1634 Wed Apr 15 11:40:56 1998 Tom Tromey <tromey@sanguine.cygnus.com>
1635
1636 * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
1637 New files.
1638 * Makefile.orig: Renamed from Makefile.