aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/gcconfig.h
AgeCommit message (Collapse)AuthorFilesLines
2001-04-05finalize.c: - Accomodate finalization requests for static objects.Hans Boehm1-4/+13
2001-04-04 Hans Boehm <hans_boehm@hp.com> * finalize.c: - Accomodate finalization requests for static objects. (Will be required by hash synchronization. May be needed in some configurations now.) * gc_priv.h: - Define MIN_WORDS. All allocation requests are rounded up to at least this size. Removes a subtle assumption that Java objects have a 2 word header. * gcconfig.h: - Adjust Linux/IA64 configuration for non-ancient kernels. (Necessary fix for IA64.) * linux_threads.c: - Fix syntax error in currently unused code. Will be needed for Linux/PA-RISC. * malloc.c: - Handle MIN_WORDS. * misc.c: - Handle MIN_WORDS. - Change stack cleaning code to typically clear about one tenth the memory it used to in the threads configuration. Occasionally still clear more. (This is really a fix for a long-standing and fairly significant performance bug with threads.) * os_dep.c: - Fix the code for finding the beginning of the data segment under Linux. I believe this is necessary for some IA64 Linux distributions. It will also helo other platforms, though those may additionally require a gcconfig.h adjustment. (This basically works around the absence of a data_start or __data_start definition in glibc.) * test.c: - Handle rounding due to MIN_WORDS. From-SVN: r41102
2001-03-21gcconfig.h: Check for `__arm__', not `arm'.Rod Stewart1-2/+2
2001-01-23 Rod Stewart <stewart@lab43.org> * gcconfig.h: Check for `__arm__', not `arm'. From-SVN: r40698
2000-12-10gcconfig.h: Add new case for powerpc EABI.Geoffrey Keating1-0/+15
* gcconfig.h: Add new case for powerpc EABI. [PPC]: Handle embedded OS for powerpc simulator. From-SVN: r38179
2000-08-16* gcconfig.h [OSF1] (_end): Declare as `int'.Alexandre Oliva1-1/+1
From-SVN: r35749
2000-05-07Imported version 5.0alpha7.Bryce McKinlay1-2/+10
2000-05-07 Bryce McKinlay <bryce@albatross.co.nz> Imported version 5.0alpha7. * acinclude.m4: Update version to 5.0a7. From-SVN: r33750
2000-04-27<<<<<<< ChangeLogJakub Jelinek1-7/+18
2000-04-26 Jakub Jelinek <jakub@redhat.com> * gcconfig.h (SPARC): Define ALIGNMENT to 8 for 64bit SPARC. (SPARC/LINUX): Use GC_SysVGetDataStart instead of LINUX_DATA_START - sparc glibc does not provide it. (SAVE_CALL_CHAIN, ASM_CLEAR_CODE): Define on sparc*-linux*. Make STACKBOTTOM depend on the wordsize. * os_dep.c (GC_SysVGetDataStart): Compile in on sparc*-linux*. (struct frame): Declare on sparc*-linux*. (GC_save_callers): Bias the frame pointers if needed (sparc64). * mach_dep.c (GC_save_regs_in_stack): Optimize on sparc32. Implement on sparc64. (GC_clear_stack_inner): Implement on sparc64. * gc_priv.h (GC_test_and_set): Implement for sparc. * linux_threads.c (GC_suspend_handler, GC_push_all_stacks): Use From-SVN: r33452
2000-04-24* gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.Tom Tromey1-0/+1
From-SVN: r33367
2000-04-19Imported version version 5.0alpha6.Bryce McKinlay1-50/+189
* acinclude.m4: Bump version to 5.0a6. * configure.in: Don't use alpha_mach_dep.s. * include/private/config.h, irix_threads.c gc_watcom.asm: Delete obsolete files. From-SVN: r33251
2000-01-29gcconfig.h (DATASTART): Add missing extern declaration for data_start on ↵Anthony Green1-0/+1
powerpc. * gcconfig.h (DATASTART): Add missing extern declaration for data_start on powerpc. From-SVN: r31677
1999-12-20Alpha Linux changes.Anthony Green1-0/+1
From-SVN: r31030
1999-12-20gcconfig.h: Use libgcj hack for Alpha Linux.Anthony Green1-8/+6
* gcconfig.h: Use libgcj hack for Alpha Linux. Undefine MPROTEXT_VDB (from Jeff Sturm). * os_dep.c: Remove Alpha Linux hacks. * misc.c: Ditto. From-SVN: r31028
1999-12-12gcconfig.h (DATASTART): Define as (&data_start) for PowerPC Linux.Anthony Green1-6/+2
* gcconfig.h (DATASTART): Define as (&data_start) for PowerPC Linux. (DYNAMIC_LOADING): Define for PowerPC Linux. * os_dep.c: Remove some special cases for PowerPC Linux. * misc.c (GC_init_inner): Don't call GC_init_linux_data_start for PowerPC Linux. From-SVN: r30873
1999-11-04configure: Rebuilt.Tom Tromey1-2/+1
* configure: Rebuilt. * configure.in: Removed qt threads case. * dyn_load.c: Don't mention QUICK_THREADS. * os_dep.c: Don't mention QUICK_THREADS. * misc.c: Don't mention QUICK_THREADS. * gcconfig.h: Don't mention QUICK_THREADS. * gc_priv.h: Removed QUICK_THREADS code. * quick_threads.c: Removed. From-SVN: r30394
1999-11-03* gcconfig.h: Merged in local changes from old config.h.Tom Tromey1-11/+31
From-SVN: r30376
1999-11-03gcconfig.h: Don't define MPROTECT_VDB on Linux/i386.Bryce McKinlay1-1/+3
1999-11-02 Bryce McKinlay <bryce@albatross.co.nz> * gcconfig.h: Don't define MPROTECT_VDB on Linux/i386. From-SVN: r30364
1999-11-03configure: Rebuilt.Tom Tromey1-2/+2
* configure: Rebuilt. * configure.in: Don't create boehm-config.h. * Makefile.in: Rebuilt. * Makefile.am (libgcjgc_la_SOURCES): Reference gcconfig.h, not config.h. ($(all_objs)): Depend on gcconfig.h. * gc_priv.h: Reference GCCONFIG_H, not CONFIG_H. * gcconfig.h: Define GCCONFIG_H, not CONFIG_H. * config.h: Removed. From-SVN: r30358
1999-11-01This commit was generated by cvs2svn to compensate for changes in r30327,Tom Tromey1-16/+138
which included commits to RCS files with non-trunk default branches. From-SVN: r30328
1999-06-30Initial revisionTom Tromey1-0/+1061
From-SVN: r27855