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