source: trunk/src/gcc/boehm-gc/ChangeLog@ 1036

Last change on this file since 1036 was 2, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 33.6 KB
Line 
12003-02-05 Release Manager
2
3 * GCC 3.2.2 Released.
4
52003-01-27 Alexandre Oliva <aoliva@redhat.com>
6
7 * configure.in (toolexecdir, toolexeclibdir): Set and AC_SUBST.
8 Remove USE_LIBDIR conditional.
9 * Makefile.am (toolexecdir, toolexeclibdir): Don't override.
10 * Makefile.in, configure: Rebuilt.
11
122002-11-19 Release Manager
13
14 * GCC 3.2.1 Released.
15
162002-11-19 Release Manager
17
18 * GCC 3.2.1 Released.
19
202002-11-18 Release Manager
21
22 * GCC 3.2.1 Released.
23
242002-10-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
25
26 * Makefile.am (all-multi): Fix multilib parallel build.
27
282002-08-23 Adam Megacz <adam@xwt.org>
29
30 * win32_threads.cc: Removed extraneous ABORT()
31
322002-08-14 Release Manager
33
34 * GCC 3.2 Released.
35
362002-07-25 Release Manager
37
38 * GCC 3.1.1 Released.
39
402002-06-28 Hans Boehm <Hans_Boehm@hp.com>
41 Jonathan Clark
42
43 * win32_threads.c (GC_push_all_stacks): Tolerate bad sp.
44
452002-05-14 Release Manager
46
47 * GCC 3.1 Released.
48
492002-05-14 Release Manager
50
51 * GCC 3.1 Released.
52
532002-05-08 Alexandre Oliva <aoliva@redhat.com>
54
55 * configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at
56 script entry, and set LD to it when configuring multilibs.
57 * configure: Rebuilt.
58
592002-04-22 Jeff Sturm <jsturm@one-point.com>
60
61 * Makefile.am (toolexeclib_LTLIBRARIES): Remove.
62 (noinst_LTLIBRARIES): Add libgcjgc.la.
63
64 * Makefile.in: Rebuild.
65
662002-04-22 David S. Miller <davem@redhat.com>
67
68 * include/private/gcconfig.h: Hard-code STACKBOTTOM on
69 64-bit SPARC Linux, the __libc_stack_end technique does
70 not work in this case.
71
722002-04-22 Jeff Sturm <jsturm@one-point.com>
73
74 * gcconfig.h: Enable DYNAMIC_LOADING for all sparc-solaris ABIs.
75
762002-04-17 Hans Boehm <Hans_Boehm@hp.com>
77
78 * include/private/gcconfig.h: Use LINUX_STACKBOTTOM for
79 SPARC Linux.
80
812002-04-09 Loren J. Rittle <ljrittle@acm.org>
82 Richard Henderson <rth@redhat.com>
83
84 * include/private/gcconfig.h (DATAEND): Update comment example
85 to match reality. Clarify comment.
86 Change all likely references to linker script synthesized
87 symbols to use this idiom: extern int etext[]; etext
88 * os_dep.c (GC_init_linux_data_start): Fix references to
89 __data_start and _end.
90
912002-04-08 Hans Boehm <Hans_Boehm@hp.com>
92
93 * include/private/gc_priv.h (WARN macro): Add "GC warning:" prefix.
94 (GC_large_alloc_warn_interval, GC_large_alloc_warn_suppressed):
95 declare.
96 * allchblk.c (GC_allchblk_nth): Change text and support reduced
97 frequency for blacklist warning message.
98 * misc.c (GC_large_alloc_warn_interval,
99 GC_large_alloc_warn_suppressed): define.
100 (GC_init_inner): Check GC_NO_BLACKLIST_WARNING and
101 GC_LARGE_ALLOC_WARN_INTERVAL environment variables.
102 * doc/README.environment (GC_NO_BLACKLIST_WARNING): Deprecate.
103 (GC_LARGE_ALLOC_WARN_INTERVAL): Add documentation.
104
105 * dyn_load.c (_DYNAMIC): Move declaration to file scope.
106
1072002-04-04 Loren J. Rittle <ljrittle@acm.org>
108
109 * include/private/gcconfig.h: Add support for an unmapped
110 memory hole between the end of the initialized data segment
111 and the start of the BSS on FreeBSD/i386.
112
1132002-04-01 Loren J. Rittle <ljrittle@acm.org>
114
115 * include/private/gcconfig.h: Add unified test for FreeBSD.
116 Support FreeBSD/alpha.
117 * os_dep.c: Do not include <machine/trap.h> unless available.
118 (GC_freebsd_stack_base): Fix types.
119
1202002-03-30 Krister Walfridsson <cato@df.lth.se>
121
122 * include/private/gcconfig.h: define DYNAMIC_LOADING for ELF
123 NetBSD/i386.
124
1252002-03-29 Hans Boehm <Hans_Boehm@hp.com>
126
127 * linux_threads.c (return_free_lists): Clear fl[i] unconditionally.
128 (GC_local_gcj_malloc): Add assertion.
129 (start_mark_threads): Fix abort message.
130 * mark.c (GC_mark_from): Generalize assertion.
131 * reclaim.c (GC_clear_fl_links): New function.
132 (GC_start_reclaim): Must clear some freelist links.
133 * include/private/specific.h, specific.c: Add assertions.
134 Safer definition for INVALID_QTID, quick_thread_id. Fix/add comments.
135 Rearrange tse fields.
136
1372002-03-24 Jeff Sturm <jsturm@one-point.com>
138
139 * linux_threads.c (GC_get_nprocs): Close file descriptor.
140
1412002-03-15 Anthony Green <green@redhat.com>
142
143 * misc.c (GC_init_inner): Initialize GC_write_cs before use.
144 * configure.in: Disable use of getenv for win32 targets (some of
145 which have broken implementations).
146 * configure: Rebuilt.
147
1482002-03-12 Adam Megacz <adam@xwt.org>
149
150 * dyn_load.c: Renamed GC_win32s to GC_no_win32_dlls.
151 * misc.c: Renamed GC_is_win32s() to GC_no_win32_dlls
152 * os_dep.c: Renamed GC_win32s to GC_no_win32_dlls and
153 statically initialized it to TRUE if compiling with GCC.
154 * win32_threads.c (thread_start): We no longer use SEH if
155 compiling with GCC.
156 * mark.c (GC_mark_some): We no longer use SEH if
157 compiling with GCC.
158
1592002-03-09 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
160
161 * include/gc_priv.h: Define ALIGN_DOUBLE on 32 bit targets if GCJ
162 support is enabled, for hash synchronization.
163
1642002-03-17 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
165
166 * Makefile.am: Make a convenience library.
167 * Makefile.in: Rebuilt.
168
1692002-02-24 Adam Megacz <adam@xwt.org>
170
171 * Makefile.am: Added win32_threads.c to sources list.
172 * win32_threads.c: Added two */'s which I had neglected.
173
1742002-02-20 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
175
176 * Makefile.am: Re-add SUBDIRS parameter which was lost in merge.
177 * Makefile.in: Rebuilt.
178
1792002-02-13 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
180
181 * dbg_mlc.c (GC_debug_generic_malloc): Removed.
182
183 * sparc_mach_dep.S: Rename from sparc_mach_dep.s as it is a
184 preprocessor file.
185 * mips_sgi_mach_dep.S: Likewise.
186 * Makefile.am: Update for above changes.
187 * Makefile.in: Rebuilt.
188
1892002-02-12 Richard Henderson <rth@redhat.com>
190
191 * configure.in: Re-apply 2001-06-26 configure change.
192 * configure: Rebuild.
193
1942002-02-12 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
195
196 Imported GC 6.1 Alpha 3.
197
198 * sparc_mach_dep.S: Delete incorrectly named file.
199
2002001-02-11 Adam Megacz <adam@xwt.org
201
202 * configure.in: support for win32, saner
203 cross-compile options
204
2052001-02-08 Anthony Green <green@redhat.com>
206
207 * include/private/gcconfig.h: Add XSCALE NOSYS support for bare
208 board embedded targets.
209 * os_dep.c: Avoid signal handling code for NOSYS/ECOS targets.
210 Use GC_get_stack_base for NOSYS/ECOS targets. Clean up some
211 redundant uses of ECOS.
212 * misc.c: Use NOSYS where ECOS is being used.
213 Don't define GC_write twice for ECOS systems.
214 (GC_write): New function for NOSYS targets.
215
2162002-02-06 Adam Megacz <adam@xwt.org>
217
218 * boehm-gc/include/gc.h: (GC_CreateThread) This function is
219 now exposed on all Win32 platforms.
220 * boehm-gc/win32_threads.c: (GC_CreateThread) This now
221 compiles on Win32; it invokes CreateThread() if GC is built
222 as a DLL; otherwise it registers the thread.
223 * boehm-gc/misc.c (GC_init): Initialize GC_allocate_ml in case
224 libgcjgc was not built as a DLL.
225
2262002-02-01 Adam Megacz <adam@xwt.org>
227
228 * boehm-gc on win32 now automatically detects if it is being built
229 as a DLL; see http://gcc.gnu.org/ml/java/2001-12/msg00240.html
230
2312002-01-25 David Edelsohn <edelsohn@gnu.org>
232
233 * include/gc.h (GC_INIT): Add DATASTART and DATAEND roots on AIX.
234 * include/private/gcconfig.h (RS6000): Add 64-bit AIX support.
235 Define USE_GENERIC_PUSH_REGS. Use AIX _data and _end symbols for
236 DATASTART and DATAEND roots.
237 * rs6000_mach_dep.s: Add function descriptor and traceback table.
238
2392001-12-16 Jeff Sturm <jsturm@one-point.com>
240
241 * dyn_load.c: Define ElfW (if needed) for all targets,
242 not just GNU/Linux.
243 (GC_FirstDLOpenedLinkMap): Use it.
244 (GC_register_dynamic_libraries_dl): Use it.
245 * include/private/gcconfig.h: Define CPP_WORDSZ, ELF_CLASS
246 for sparcv9.
247
2482001-12-16 Craig Rodrigues <rodrigc@gcc.gnu.org>
249
250 PR other/3725
251 * configure.in: Add AC_SUBST(target_alias).
252 * configure: Regenerated.
253
2542001-11-26 Loren J. Rittle <ljrittle@acm.org>
255
256 * linux_threads.c (WRAP_FUNC(pthread_join)): Remove special
257 case for GC_FREEBSD_THREADS.
258 * configure.in (*-*-freebsd*): Clarify warning.
259 * configure: Rebuilt.
260
2612001-10-23 Loren J. Rittle <ljrittle@acm.org>
262 Andreas Tobler <toa@pop.agri.ch>
263
264 * include/private/solaris_threads.h: Update to use GC_SOLARIS_THREADS.
265
2662001-10-22 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
267
268 * linux_threads.c (GC_init_parallel): Do not declare as a static
269 constructor.
270 * include/gc.h (GC_init): Declare here. Add description.
271 * include/private/gc_priv.h (GC_init): Remove declaration.
272
2732001-10-16 Loren J. Rittle <ljrittle@acm.org>
274
275 * include/gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.
276 * linux_threads.c (WRAP_FUNC(pthread_join)): Conditionalized on
277 GC_FREEBSD_THREADS, handle strange interaction between system
278 pthread implementation and boehm-gc signal-handler architecture.
279 * tests/test.c (main): Conditionalized on GC_FREEBSD_THREADS,
280 set stack.
281 * include/private/gcconfig.h (configuration keyed off FREEBSD):
282 Define SIG_SUSPEND, SIG_THR_RESTART. Do not define
283 MPROTECT_VDB when GC_FREEBSD_THREADS is defined.
284
2852001-10-16 Loren J. Rittle <ljrittle@acm.org>
286
287 * Makefile.am (test.o): Find tests/test.c in $(srcdir).
288 * Makefile.in: Rebuilt.
289
2902001-10-16 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
291
292 * Makefile.am, acinclude.m4, configure.in: Imported GC 6.1 Alpha 1 and
293 merged local changes.
294
2952001-09-26 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
296
297 * solaris_threads.c (MAX_ORIG_STACK_SIZE) [I386]: Provide special
298 Solaris 2/Intel definition.
299
300 * configure.in (i?86-*-solaris2.[89]*): Define
301 SOLARIS25_PROC_VDB_BUG_FIXED.
302 * include/private/gcconfig.h [I386 && SUNOS5]: Use it.
303 * configure: Regenerate.
304
305 * include/private/gcconfig.h [I386 && SUNOS5] (DATASTART): Use _etext.
306 (DATAEND): Define using _end.
307
3082001-09-11 Per Bothner <per@bothner.com>
309
310 * include/Makefile.am: New file. It defines include_HEADERS.
311 * Makefile.am (SUBDIRS): New macro, set to include.
312 * configure.in (AC_OUTPUT): Add include/Makefile.
313
3142001-08-20 Tom Tromey <tromey@redhat.com>
315
316 * configure: Rebuilt.
317 * configure.in: Always ask gcc for threads package.
318
3192001-08-17 Tom Tromey <tromey@redhat.com>
320
321 * Makefile.am, acinclude.m4, configure.in: Imported GC 6.0 and
322 merged local changes.
323
3242001-08-02 David Billinghurst <David.Billinghurst>
325
326 * configure: Rebuilt.
327 * configure.in: POSIX threads on cygwin does not link with
328 -lpthreads.
329
3302001-07-03 Tom Tromey <tromey@redhat.com>
331
332 Fix for PR bootstrap/3281:
333 * aclocal.m4, configure, Makefile.in: Rebuilt.
334 * acinclude.m4: Set mkinstalldirs for in-tree build.
335
3362001-06-26 Richard Henderson <rth@redhat.com>
337
338 * alpha_mach_dep.s: Mark call-saved FP registers.
339 * include/private/gcconfig.h (ALPHA): Remove USE_GENERIC_PUSH_REGS.
340 * configure.in (alpha*): Re-enable alpha_mach_dep.s
341 * configure: Rebuild.
342
3432001-06-12 Tom Tromey <tromey@redhat.com>
344
345 * aclocal.m4, configure: Rebuilt.
346 * acinclude.m4: Find configure.host in srcdir.
347
3482001-06-09 Alexandre Oliva <aoliva@redhat.com>, Stephen L Moshier <moshier@mediaone.net>
349
350 * configure.in (AC_EXEEXT): Work around in case it expands to
351 nothing, as in autoconf 2.50.
352 * acinclude.m4: Likewise.
353 * aclocal.m4, configure: Rebuilt.
354
3552001-06-07 Tom Tromey <tromey@redhat.com>
356
357 For PR bootstrap/3075:
358 * configure, aclocal.m4, Makefile.in: Rebuilt.
359 * configure.in: Don't call AC_CONFIG_AUX_DIR or
360 AC_CANONICAL_SYSTEM.
361 * acinclude.m4 (BOEHM_CONFIGURE): Call AC_CONFIG_AUX_DIR and
362 AC_CANONICAL_SYSTEM here.
363 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Use srcdir, not
364 boehm_gc_basedir.
365
3662001-05-24 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
367
368 * Makefile.am: Override gctest_OBJECTS so tests/test.c can be built.
369 (libgcjgc_la_SOURCES): Remove typo.
370 * tests/test.c: Fix struct names and includes for GC_GCJ_SUPPORT case.
371 * Makefile.in: Rebuilt.
372
3732001-05-21 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
374
375 Imported version version 6.0alpha7.
376
377 * README, README.Mac, README.OS2, README.QUICK, README.alpha,
378 README.amiga, README.debugging, README.dj, README.hp, README.linux,
379 README.rs6000, README.sgi, README.solaris2, README.uts,
380 README.win32, SCoptions.amiga, backptr.h, barrett_diagram,
381 dbg_mlc.h, gc.h, gc.man, gc_alloc.h, gc_cpp.h, gc_hdrs.h, gc_mark.h,
382 gc_priv.h, gc_private.h, gc_typed.h, gcconfig.h,
383 hpux_irix_threads.c, makefile.depend, nursery.c,
384 solaris_threads.h, test.c, test_cpp.cc, weakpointer.h, cord/README,
385 cord/SCOPTIONS.amiga, cord/SMakefile.amiga, cord/cord.h,
386 cord/ec.h, cord/gc.h, cord/private/cord_pos.h, include/backptr.h,
387 include/gc_copy_descr.h, include/gc_nursery.h: Remove obsolete/moved
388 files.
389
3902001-05-19 Hans Boehm <hans_boehm@hp.com>
391
392 * configure.host: Build with -fexceptions.
393 * linux_threads.c: Remember which thread stopped world for
394
3952001-05-04 Loren J. Rittle <ljrittle@acm.org>
396 with final tuning by Bryce McKinlay
397
398 * configure.in: Add support for --enable-threads=posix on FreeBSD.
399 * configure: Rebuilt.
400
4012001-05-01 Jeffrey Oldham <oldham@codesourcery.com>
402
403 * gc_priv.h (UNLOCK): Change type of GC_noop1 argument.
404 (GC_noop1): Change declaration to take one argument.
405
4062001-04-26 Alexandre Oliva <aoliva@redhat.com>
407
408 * configure.in: Obtain THREADS with `gcc -v'.
409 * configure: Rebuilt.
410
4112001-04-05 Hans Boehm <hans_boehm@hp.com>
412
413 * misc.c: Back out buggy changes to stack clearing code.
414 Reduce CLEAR_SIZE to 1/4 of original value to reduce time
415 spent clearing memory.
416
4172001-04-04 Hans Boehm <hans_boehm@hp.com>
418
419 * finalize.c:
420 - Accomodate finalization requests for static objects.
421 (Will be required by hash synchronization. May be needed
422 in some configurations now.)
423
424 * gc_priv.h:
425 - Define MIN_WORDS. All allocation requests are rounded
426 up to at least this size. Removes a subtle assumption that
427 Java objects have a 2 word header.
428
429 * gcconfig.h:
430 - Adjust Linux/IA64 configuration for non-ancient kernels.
431 (Necessary fix for IA64.)
432
433 * linux_threads.c:
434 - Fix syntax error in currently unused code. Will be needed
435 for Linux/PA-RISC.
436
437 * malloc.c:
438 - Handle MIN_WORDS.
439
440 * misc.c:
441 - Handle MIN_WORDS.
442 - Change stack cleaning code to typically clear about one tenth
443 the memory it used to in the threads configuration. Occasionally
444 still clear more. (This is really a fix for a long-standing
445 and fairly significant performance bug with threads.)
446
447 * os_dep.c:
448 - Fix the code for finding the beginning of the data segment under
449 Linux. I believe this is necessary for some IA64 Linux
450 distributions. It will also helo other platforms, though those
451 may additionally require a gcconfig.h adjustment. (This basically
452 works around the absence of a data_start or __data_start
453 definition in glibc.)
454
455 * test.c:
456 - Handle rounding due to MIN_WORDS.
457
4582001-03-22 Tom Tromey <tromey@redhat.com>
459
460 * Makefile.am (gctest_LDFLAGS): Use -shared-libgcc.
461
4622001-03-19 Tom Tromey <tromey@redhat.com>
463
464 * Makefile.in: Rebuilt.
465 * Makefile.am (gctest_LDFLAGS): new macro.
466
4672001-03-16 Tom Tromey <tromey@redhat.com>
468
469 * Makefile.in: Rebuilt.
470 * Makefile.am (TESTS_ENVIRONMENT): New macro.
471
4722001-01-23 Rod Stewart <stewart@lab43.org>
473
474 * gcconfig.h: Check for `__arm__', not `arm'.
475
4762000-12-30 Bryce McKinlay <bryce@albatross.co.nz>
477
478 * configure.in: Rename THREADLIB to THREADLIBS.
479 * Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This
480 ensures that we link the correct version of the linuxthreads semaphore
481 functions.
482 * Makefile.in: Rebuilt.
483 * configure: Rebuilt.
484
485 * linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the
486 list of signals which are not blocked during suspend in the NO_SIGNALS
487 case.
488
4892000-12-23 Hans Boehm <Hans_Boehm@hp.com>
490
491 * gcj_mlc.c (GC_gcj_malloc): Don't release allocation lock twice.
492
4932000-12-15 Bryce McKinlay <bryce@albatross.co.nz>
494
495 * Makefile.dist: Renamed from Makefile.orig.
496
4972000-12-11 Alexandre Petit-Bianco <apbianco@cygnus.com>
498
499 * Makefile.am (gctest_LDADD): Added EXTRA_TEST_LIBS.
500 * configure.in (EXTRA_TEST_LIBS): Check for `dlopen' in -ldl and
501 set accordingly.
502 * Makefile.in: Rebuilt.
503 * configure: Likewise.
504
5052000-12-10 Geoffrey Keating <geoffk@redhat.com>
506
507 * gcconfig.h: Add new case for powerpc EABI.
508 [PPC]: Handle embedded OS for powerpc simulator.
509
5102000-09-30 Bryce McKinlay <bryce@albatross.co.nz>
511
512 * configure.in: Define GC_GCJ_SUPPORT. Define NO_DEBUGGING in
513 cross-compile configuration only.
514 * Makefile.am: Build gcj_mlc.c.
515 * configure, Makefile.in: Rebuilt.
516
5172000-09-10 Alexandre Oliva <aoliva@redhat.com>
518
519 * acinclude.m4: Include libtool macros from the top level.
520 * aclocal.m4, configure: Rebuilt.
521
5222000-09-04 Anthony Green <green@redhat.com>
523
524 Fix for PR libgcj/230:
525 * mark.c (GC_mark_from_mark_stack): Remove call to
526 GC_debug_object_start.
527 * gc_priv.h (GC_debug_object_start): Remove prototype.
528
5292000-08-16 Alexandre Oliva <aoliva@redhat.com>
530
531 * gcconfig.h [OSF1] (_end): Declare as `int'.
532
5332000-08-02 Tom Tromey <tromey@cygnus.com>
534
535 * gc_priv.h (GC_generic_malloc_inner): Prototype.
536 (GC_generic_malloc): Likewise.
537 (GC_add_to_black_list_normal): Likewise.
538 (GC_find_header): Likewise.
539 (GC_ADD_TO_BLACK_LIST_NORMAL): Cast bits argument to word.
540 * gc_mark.h (GC_find_start): Prototype.
541 (GC_signal_mark_stack_overflow): Likewise.
542
5432000-07-24 Alexandre Oliva <aoliva@redhat.com>
544
545 * configure.in (THREADS): Don't --enable-threads on IRIX <= 5.*.
546 * configure: Rebuilt.
547
548 * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
549
5502000-06-20 Bryce McKinlay <bryce@albatross.co.nz>
551
552 Imported version 5.1.
553 * acinclude.m4: Push version to 5.1.
554
5552000-06-19 Andrew Haley <aph@cygnus.com>
556
557 * os_dep.c (read): Pass two dummy args to syscall().
558
5592000-05-11 Bryce McKinlay <bryce@albatross.co.nz>
560
561 Imported 5.0 release version.
562 * acinclude.m4: Increment version to 5.0.
563
5642000-05-07 Bryce McKinlay <bryce@albatross.co.nz>
565
566 Imported version 5.0alpha7.
567 * acinclude.m4: Update version to 5.0a7.
568
5692000-04-26 Jakub Jelinek <jakub@redhat.com>
570
571 * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC.
572 (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START
573 - sparc glibc does not provide it.
574 (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*.
575 Make STACKBOTTOM depend on the wordsize.
576 * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*.
577 (struct frame): Declare on sparc*-linux*.
578 (GC_save_callers): Bias the frame pointers if needed (sparc64).
579 * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32.
580 Implement on sparc64.
581 (GC_clear_stack_inner): Implement on sparc64.
582 * gc_priv.h (GC_test_and_set): Implement for sparc.
583 * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use
584 GC_save_regs_in_stack on sparc.
585
5862000-04-23 Tom Tromey <tromey@cygnus.com>
587
588 * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
589
5902000-04-19 Bryce McKinlay <bryce@albatross.co.nz>
591
592 Imported version version 5.0alpha6.
593 * acinclude.m4: Bump version to 5.0a6.
594 * configure.in: Don't use alpha_mach_dep.s.
595 * include/private/config.h, irix_threads.c gc_watcom.asm: Delete
596 obsolete files.
597 * Makefile.am, Makefile.in: irix_threads.c is now
598 hpux_irix_threads.c.
599 * Makefile.orig: Updated from gc distribution Makefile.
600
6012000-03-26 Anthony Green <green@redhat.com>
602
603 * misc.c (GC_enable): Always define GC_enable and GC_disable.
604
6052000-02-14 Tom Tromey <tromey@cygnus.com>
606
607 * gc.h (dlopen): Define as GC_dlopen on Linux.
608 (GC_dlopen): Declare on Linux.
609 * dyn_load.c (GC_dlopen): Define for Linux.
610
611Fri Jan 28 17:13:20 2000 Anthony Green <green@cygnus.com>
612
613 * gcconfig.h (DATASTART): Add missing extern declaration
614 for data_start on powerpc.
615
6161999-12-22 Bryce McKinlay <bryce@albatross.co.nz>
617
618 * linux_threads.c: Don't block SIGINT, SIGQUIT, SIGTERM in the
619 NO_SIGNALS case.
620
6211999-12-19 Jeff Sturm <jsturm@sigma6.com>
622
623 * gcconfig.h: Define DATASTART for Alpha Linux.
624
6251999-12-19 Anthony Green <green@cygnus.com>
626
627 * gcconfig.h: Use libgcj hack for Alpha Linux.
628 Undefine MPROTEXT_VDB (from Jeff Sturm).
629 * os_dep.c: Remove Alpha Linux hacks.
630 * misc.c: Ditto.
631
6321999-12-13 Tom Tromey <tromey@cygnus.com>
633
634 * aclocal.m4, configure: Rebuilt.
635 * acinclude.m4: Changed version to 5.0a4.
636 * Makefile.in: Rebuilt.
637 * Makefile.am (libgcjgc_la_LDFLAGS): Changed version to 1:1:0.
638
6391999-12-12 Anthony Green <green@cygnus.com>
640
641 * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
642 Linux.
643 (DYNAMIC_LOADING): Define for PowerPC Linux.
644 * os_dep.c: Remove some special cases for PowerPC Linux.
645 * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
646 for PowerPC Linux.
647
6481999-11-04 Tom Tromey <tromey@cygnus.com>
649
650 * Makefile.in: Rebuilt.
651 * Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
652
653 * misc.c (GC_init_inner): Don't call GC_init_linuxppc().
654 (GC_thr_init): Don't declare.
655
656 * configure: Rebuilt.
657 * configure.in: Removed qt threads case.
658 * dyn_load.c: Don't mention QUICK_THREADS.
659 * os_dep.c: Don't mention QUICK_THREADS.
660 * misc.c: Don't mention QUICK_THREADS.
661 * gcconfig.h: Don't mention QUICK_THREADS.
662 * gc_priv.h: Removed QUICK_THREADS code.
663 * quick_threads.c: Removed.
664
6651999-11-03 Tom Tromey <tromey@cygnus.com>
666
667 * gcconfig.h: Merged in local changes from old config.h.
668
6691999-11-02 Bryce McKinlay <bryce@albatross.co.nz>
670
671 * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.
672
6731999-11-02 Tom Tromey <tromey@cygnus.com>
674
675 * quick_threads.c: Include gcconfig.h, not boehm-config.h.
676
677 * configure: Rebuilt.
678 * configure.in: Don't create boehm-config.h.
679 * Makefile.in: Rebuilt.
680 * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not
681 config.h.
682 ($(all_objs)): Depend on gcconfig.h.
683 * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H.
684 * gcconfig.h: Define GCCONFIG_H, not CONFIG_H.
685 * config.h: Removed.
686
6871999-11-01 Tom Tromey <tromey@cygnus.com>
688
689 * Makefile.in: Rebuilt.
690 * Makefile.am (gctest_LDADD): Added THREADLIB.
691 (TESTS): New macro.
692 * configure: Rebuilt.
693 * configure.in (INCLUDES): New subst.
694
6951999-09-29 Steve Chamberlain <sac@pobox.com>
696
697 * config.h: Added picoJava target.
698 * mach_dep.h (GC_push_regs): New code for picoJava.
699
7001999-09-28 Tom Tromey <tromey@cygnus.com>
701
702 * aclocal.m4, configure: Rebuilt.
703 * acinclude.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CXX): Provide
704 appropriate AC_PROG_ symbol.
705
706Tue Aug 10 00:08:29 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
707
708 * gc_priv.h: IRIX thread changes from
709 include/private/gc_priv.h.
710
711Mon Aug 9 18:33:38 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
712
713 * Makefile.in: Rebuilt.
714 * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native
715 builds.
716
717 * configure: Rebuilt.
718 * configure.in: Properly align --help output, fix capitalization
719 and punctuation.
720 * acinclude.m4: Likewise.
721
7221999-08-04 Tom Tromey <tromey@cygnus.com>
723
724 * configure.in: Added missing `;;'. From Anthony Green.
725
726Mon Aug 2 23:09:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
727
728 * configure.in (machdep): Use mips_ultrix_mach_dep.s on Ultrix V4.
729
7301999-08-03 Tom Tromey <tromey@cygnus.com>
731
732 * gc_priv.h (GC_test_and_set): Implementation for Linux PPC from
733 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
734
7351999-08-02 Tom Tromey <tromey@cygnus.com>
736
737 * aclocal.m4, configure: Rebuilt for new libtool.
738
7391999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br>
740
741 * mips_sgi_mach_dep.s: Enable PIC option.
742
7431999-07-19 Tom Tromey <tromey@cygnus.com>
744
745 * config.h (MPROTECT_VDB): Don't define on Linux.
746
7471999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
748
749 * Makefile.am (.s.lo): Avoid `#line' directives.
750 * Makefile.in: Rebuilt.
751
7521999-07-19 Alexandre Oliva <oliva@dcc.unicamp.br>
753
754 * Makefile.am (*-recursive, *-am, *-multi): Automake does not
755 generate *-recursive for this Makefile, use *-am instead.
756 * Makefile.in: Rebuilt.
757
7581999-06-30 Alexandre Oliva <oliva@dcc.unicamp.br>
759
760 * Makefile.am (.s.lo): Renamed from `.s.o'.
761 * Makefile.in: Rebuilt.
762
7631999-06-21 Tom Tromey <tromey@cygnus.com>
764
765 Alpha patch from Jeff Sturm:
766 * os_dep.c (GC_init_linuxalpha): New function.
767 * misc.c: Initialize for alpha linux.
768 * gc_priv.h (GC_test_and_set): Define for alpha.
769 * config.h: Don't assume __data_start on alpha.
770
771 * Makefile.in: Rebuilt.
772 * Makefile.am (libgcjgc_la_LDFLAGS): Use -version-info, not
773 -release.
774
775 * Makefile.in: Rebuilt.
776 * Makefile.am (toolexeclibdir): Define as libdir when
777 appropriate.
778 * configure: Rebuilt.
779 * configure.in (USE_LIBDIR): New conditional.
780
781 * configure: Rebuilt.
782 * configure.in: Recognize all forms of alpha.
783
7841999-06-17 Anthony Green <green@cygnus.com>
785
786 * mach_dep.c (GC_push_regs): FreeBSD-elf support (from
787 Carlo Dapor <carlo@vis.ethz.ch>).
788
7891999-05-05 Gilles Zunino <Gilles.Zunino@hei.fr>
790
791 * configure.in: Switch from irix threads to posix threads
792 Defined IRIX_THREADS. Put mips_sgi_mach_dep.lo into machdep
793 for mips architecture.
794 * configure: Regenerate.
795
7961999-04-30 Tom Tromey <tromey@cygnus.com>
797
798 * linux_threads.c: Don't reference __pthread_initial_thread_bos.
799
8001999-04-26 Tom Tromey <tromey@cygnus.com>
801
802 * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
803 `weak'.
804
8051999-04-23 Tom Tromey <tromey@cygnus.com>
806
807 * Makefile.in, configure: Rebuilt.
808 * Makefile.am (EXTRA_LIBRARIES): Mention libgcjgc.la.
809 (libgcjgc_la_SOURCES): Renamed.
810 (libgcjgc_la_LIBADD): Likewise.
811 (libgcjgc_la_DEPENDENCIES): Likewise.
812 (EXTRA_libgcjgc_la_SOURCES): Likewise.
813 (gctest_LDADD): Use libgcjgc.la.
814 (all_objs): Mention libgcj_la_OBJECTS.
815 (EXTRA_LTLIBRARIES): Renamed.
816 (toollib_LTLIBRARIES): Likewise.
817 (libgcjgc_la_LDFLAGS): New macro
818 (toolexecdir): Renamed.
819 (toolexeclibdir): Likewise.
820 (toolexeclib_LTLIBRARIES): Likewise.
821 (LTCOMPILE): Renamed; added libtool invocation.
822 (LINK): Added libtool invocation.
823 (.s.o): use LTCOMPILE.
824 * configure.in: Call AM_PROG_LIBTOOL.
825 (target_all): Set to libgcjgc.la.
826 Mention `.lo' forms of object files.
827
8281999-04-21 Tom Tromey <tromey@cygnus.com>
829
830 * misc.c (GC_init_inner): If QUICK_THREADS defined, compute
831 GC_stackbottom.
832
833 * os_dep.c: glibc 2.1 requires asm/sigcontext.h, not
834 sigcontext.h. From Matthias Klose <doko@itso.de>.
835
8361999-04-16 Tom Tromey <tromey@cygnus.com>
837
838 * config.h (__start): Declare as `int' in alpha/OSF1 case. From
839 David Pettersson <dapet@mai.liu.se>
840
8411999-04-14 Tom Tromey <tromey@cygnus.com>
842
843 * configure: Rebuilt.
844 * configure.in: Don't use sparc_mach_dep.o for Solaris. Reverts
845 incorrect patch of 199-04-09.
846
847 * configure: Rebuilt.
848 * configure.in: Added support for alpha.
849 From David Pettersson <dapet@mai.liu.se>.
850
8511999-04-13 Tom Tromey <tromey@cygnus.com>
852
853 * Makefile.in: Rebuilt.
854 * Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
855 solaris-threads.h.
856
8571999-04-09 Tom Tromey <tromey@cygnus.com>
858
859 * configure: Rebuilt.
860 * configure.in: Use sparc_mach_dep.s when building on Solaris.
861
8621999-02-23 Tom Tromey <tromey@cygnus.com>
863
864 * configure: Rebuilt.
865 * configure.in: For Linux, define _REENTRANT. For Solaris, define
866 SOLARIS_THREADS and _SOLARIS_PTHREADS.
867
8681999-02-18 Tom Tromey <tromey@cygnus.com>
869
870 * quick_threads.c (GC_push_all_stacks): Change order of arguments
871 to GC_push_all_stacks depending on STACK_GROWS_DOWN define. Check
872 for case where LO is NULL.
873
8741999-02-10 Tom Tromey <tromey@cygnus.com>
875
876 * aclocal.m4, configure, Makefile.in: Rebuilt.
877 * acinclude.m4: Updated to be used with automake 1.4.
878 * configure.in: Renamed libgc to libgcjgc. Updated to be used
879 with automake 1.4.
880 * Makefile.am (EXTRA_LIBRARIES): Renamed libgc to libgcjgc.
881 (libgcjgc_a_SOURCES): Likewise.
882 (libgcjgc_a_LIBADD): Likewise.
883 (libgcjgc_a_DEPENDENCIES): Likewise.
884 (EXTRA_libgcjgc_a_SOURCES): Likewise.
885 (gctest_LDADD): Likewise.
886 (all_objs): Likewise.
887
8881999-01-08 Tom Tromey <tromey@cygnus.com>
889
890 * configure: Rebuilt.
891 * configure.in: Define LINUX_THREADS if using POSIX threads on
892 Linux.
893
894 * gc_priv.h (GC_test_and_set): Put return type into definition.
895
8961998-11-24 Andrew Haley <aph@viagra.cygnus.co.uk>
897
898 * Makefile.am: add support for eCos. In particular, add C++
899 support for compiling the file ecos.cc.
900 * ecos.cc: new file.
901 * acinclude.m4: add C++ support.
902 * aclocal.m4: likewise
903 * config.h: add eCos support.
904 * configure: likewise
905 * configure.in: likewise
906 * misc.c (GC_write): add eCos support.
907 * os_dep.c (tiny_sbrk): add eCos support.
908
909Thu Dec 10 18:24:34 1998 Warren Levy <warrenl@cygnus.com>
910
911 * misc.c (GC_init_inner): Moved STACKBASE code to os_dep.c.
912 * os_dep.c (GC_get_stack_base): Moved STACKBASE code from misc.c.
913
9141998-11-23 Tom Tromey <tromey@cygnus.com>
915
916 * configure.host (boehm_gc_cflags): Don't add `-O2'.
917
9181998-11-20 Andrew Haley <aph@viagra.cygnus.co.uk>
919
920 * Makefile.am, Makefile.in, configure.host: tx39 build option
921 "-G 0" added.
922
9231998-11-17 Tom Tromey <tromey@cygnus.com>
924
925 * configure: Rebuilt.
926 * configure.in: Switch on host, not target.
927
9281998-11-16 Tom Tromey <tromey@cygnus.com>
929
930 * gc_priv.h (GC_debug_object_start): Declare.
931 * mark.c (GC_mark_from_mark_stack): Call GC_debug_object_start.
932 * gc.h (GC_debug_register_finalizer_no_order,
933 GC_register_finalizer_no_order): Declare.
934 (GC_REGISTER_FINALIZER_NO_ORDER): New macro.
935 * dbg_mlc.c (GC_debug_register_finalizer_no_order): New function.
936 (GC_debug_generic_malloc): Likewise.
937 (GC_debug_object_start): new function.
938
9391998-11-11 Tom Tromey <tromey@cygnus.com>
940
941 * configure: Rebuilt.
942 * configure.in: Recognize --enable-java-gc, not --enable-gc.
943
944Tue Nov 3 18:01:12 1998 Tom Tromey <tromey@sanguine.cygnus.com>
945
946 * dyn_load.c: Handle QUICK_THREADS case.
947
9481998-10-21 Tom Tromey <tromey@cygnus.com>
949
950 * configure: Rebuilt.
951 * configure.in: Put cpp defines here, not in config.h. Recognize
952 --enable-threads. Set INCLUDES. Create boehm-cflags file. Don't
953 define PACKAGE or VERSION.
954 * config.h (SILENT, NO_SIGNALS, NO_DEBUGGING, JAVA_FINALIZATION):
955 Don't define.
956
957 * os_dep.c (GC_default_push_other_roots): Define when
958 QUICK_THREADS defined.
959 * misc.c: Added QUICK_THREADS case.
960 * gc_priv.h: Added QUICK_THREADS case to define LOCK and UNLOCK.
961 * config.h (THREADS): Define if QUICK_THREADS defined.
962 * Makefile.in: Rebuilt.
963 * Makefile.am (libgc_a_SOURCES): Added linux_threads.c,
964 quick_threads.c.
965 * quick_threads.c: New file.
966
9671998-10-20 Tom Tromey <tromey@cygnus.com>
968
969 * aclocal.m4, configure: Rebuilt.
970 * acinclude.m4: Don't subst machine_dir or sys_dir.
971 * configure.host: Removed unused code.
972
973Sun Oct 11 08:18:02 1998 Anthony Green <green@cygnus.com>
974
975 * configure: Rebuilt.
976 * configure.in: Fix typo in previous patch.
977
978Sun Oct 11 08:06:11 1998 Anthony Green <green@cygnus.com>
979
980 * Makefile.in, aclocal.m4, configure: Rebuilt.
981 * Makefile.am, acinclude.m4, configure.in: Add multilib support.
982 * configure.host: Created.
983
984Tue Sep 1 10:58:15 1998 Tom Tromey <tromey@cygnus.com>
985
986 * Makefile.in: Rebuilt.
987 * Makefile.am (lib_LIBRARIES): Use target_all.
988 (EXTRA_LIBRARIES): New macro.
989 * configure: Rebuilt.
990 * configure.in: Recognize --enable-gc.
991
992Thu Aug 13 10:52:45 1998 Tom Tromey <tromey@cygnus.com>
993
994 * Makefile.in: Rebuilt.
995 * Makefile.am (COMPILE): Define.
996 (LINK): Likewise.
997 (.s.o): Use MY_CFLAGS.
998 * configure: Rebuilt.
999 * configure.in (MY_CFLAGS): Define and subst.
1000
1001Wed Aug 12 11:41:43 1998 Tom Tromey <tromey@cygnus.com>
1002
1003 * configure: Rebuilt.
1004 * configure.in: Added --with-cross-host argument. Use
1005 $with_cross_host to determine when cross-compiling.
1006
1007 * config.h (SMALL_CONFIG): Don't define.
1008 * configure: Rebuilt.
1009 * configure.in: Define SMALL_CONFIG when cross-compiling.
1010
1011Tue Aug 11 11:41:25 1998 Tom Tromey <tromey@cygnus.com>
1012
1013 * solaris_pthreads.c, misc.c, gc_priv.h, config.h, alloc.c,
1014 allchblk.c: Merged with 4.13a2 while preserving local changes.
1015
1016 * Makefile.orig: Updated from Makefile in 4.13a2.
1017
1018 * configure: Rebuilt.
1019 * configure.in: Updated version number to 4.13a2. On Solaris,
1020 don't build with -O when using gcc.
1021
1022 Merged in version 4.13alpha2:
1023 * config.h (USE_MMAP): Re-enable on Solaris.
1024 * solaris_pthreads.c: Removed RCS Id line.
1025 * alpha_mach_dep.s: Removed RCS Id line.
1026
1027Wed Jul 22 15:38:12 1998 Tom Tromey <tromey@cygnus.com>
1028
1029 * config.h (USE_MMAP): Don't define for Solaris.
1030
1031Wed Jun 10 12:51:41 1998 Tom Tromey <tromey@cygnus.com>
1032
1033 * Makefile.in: Rebuilt.
1034 * Makefile.am (libgc_a_SOURCES): Removed setjmp_t.c.
1035
1036 * Makefile.in: Rebuilt.
1037 * Makefile.am (libgc_a_SOURCES): Removed add_gc_prefix.c.
1038
1039Thu May 14 15:32:58 1998 Tom Tromey <tromey@cygnus.com>
1040
1041 * Makefile.in: Rebuilt.
1042 * Makefile.am ($(all_objs)): Depend on config.h.
1043
1044 * config.h: [MIPS] If DATASTART_IS_ETEXT defined then define
1045 DATASTART as &_etext.
1046 * misc.c (GC_init_inner): If STACKBASE defined, then use it.
1047 * configure: Rebuilt.
1048 * configure.in: Define STACKBASE and DATASTART_IS_ETEXT for the
1049 tx39.
1050
1051Tue May 12 13:15:45 1998 Tom Tromey <tromey@cygnus.com>
1052
1053 * alloc.c: Don't call GET_TIME if NO_CLOCK defined.
1054 (GC_maybe_gc): Likewise.
1055 * os_dep.c: If NO_SIGSET defined, then have empty
1056 GC_disable_signals and GC_enable_signals.
1057 * configure: Rebuilt.
1058 * configure.in: Added --with-target-subdir option. If
1059 cross-compiling, define NO_SIGSET and NO_CLOCK.
1060
1061Wed May 6 16:40:28 1998 Tom Tromey <tromey@cygnus.com>
1062
1063 * Makefile.in: Rebuilt.
1064 * Makefile.am (.s.o): Directly use CC -x assembler-with-cpp.
1065 (AS): Removed.
1066 * aclocal.m4, configure: Rebuilt.
1067 * acinclude.m4: New file.
1068 * configure.in: Don't run AM_EXEEXT. Use LIB_AC_PROG_CC.
1069
1070Thu Apr 30 14:51:12 1998 Tom Tromey <tromey@cygnus.com>
1071
1072 * configure: Rebuilt.
1073 * configure.in: Link boehm-config.h to config.h.
1074 * Makefile.in: Rebuilt.
1075 * Makefile.am (INCLUDES): Removed.
1076 * config.h (SILENT, SMALL_CONFIG, NO_SIGNALS, NO_DEBUGGING,
1077 JAVA_FINALIZATION): Define
1078
1079Wed Apr 29 11:03:14 1998 Tom Tromey <tromey@cygnus.com>
1080
1081 * Many files: Use GC_bool, not bool.
1082 * gc_priv.h: Define GC_bool, not bool.
1083
1084 * misc.c (GC_dont_gc): Define as int.
1085 (GC_quiet): Likewise.
1086 * gc_priv.h (GC_never_stop_func): Declare as returning bool.
1087 * alloc.c (GC_dont_expand): Define as int.
1088 * gc_priv.h: For gcc, define bool as char.
1089
1090Tue Apr 28 22:44:16 1998 Tom Tromey <tromey@cygnus.com>
1091
1092 * Makefile.in: Rebuilt.
1093 * Makefile.am (check_PROGRAMS): New macro.
1094 (gctest_SOURCES): Likewise.
1095 (gctest_LDADD): Likewise.
1096
1097Mon Apr 27 23:53:24 1998 Tom Tromey <tromey@cygnus.com>
1098
1099 * Makefile.in: Rebuilt.
1100 * Makefile.am (libgc_a_SOURCES): Added dyn_load.c.
1101 * configure: Rebuilt.
1102 * configure.in: Define SUNOS53_SHARED_LIB on Solaris 2.3.
1103
1104Wed Apr 15 11:40:56 1998 Tom Tromey <tromey@sanguine.cygnus.com>
1105
1106 * Makefile.am, Makefile.in, configure.in, configure, aclocal.m4:
1107 New files.
1108 * Makefile.orig: Renamed from Makefile.
1109
Note: See TracBrowser for help on using the repository browser.