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