aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/include/private
AgeCommit message (Expand)AuthorFilesLines
2016-03-29[Hurd, kFreeBSD] boehm-gc: Use mmap instead of brkSamuel Thibault1-1/+1
2016-03-16Summary: boehm-gc: add support for aarch64 ILP32Andreas Schwab1-2/+7
2013-12-21gcconfig.h: Add FreeBSD powerpc64 defines.Andreas Tobler1-0/+8
2013-04-11gcconfig.h (AARCH64): New macro (defined only if __aarch64__).Yvan Roux1-0/+38
2013-03-06Use thr_stksegment to determine Solaris stack baseRainer Orth1-19/+2
2012-11-04configure.ac: Add stanza for *-*-gnu* threads configuration.Samuel Thibault1-4/+9
2012-05-11Merge upstream x32 support into boehm-gcH.J. Lu1-2/+7
2012-02-24re PR boehm-gc/52179 (boehm-gc incompatible with aslr on darwin11)Patrick Marlier1-2/+10
2011-06-29re PR libgcj/49451 (FileHandleGcTest FAILS on IRIX)Rainer Orth1-0/+3
2010-03-21PR target/42811 (prerequisite)Dave Korn2-8/+8
2009-12-13gc_locks.h: For __ARM_EABI__ define GC_test_and_set GC_clear to use the atomi...Matthias Klose1-1/+7
2009-07-23Commit patch #3 of 4 for Power7 VSX supportMichael Meissner1-25/+11
2008-02-19dyn_load.c (GC_dyld_image_add): Remove ifdef clause and use the macro GC_GETS...Andreas Tobler1-4/+8
2008-01-26gcconfig.h (HBLKSIZE): Define for MIPS.Richard Sandiford1-0/+3
2007-08-15* include/private/gcconfig.h: Handle mips64-linux n64 ABI.David Daney1-1/+6
2007-07-02re PR boehm-gc/21940 (boehm-gc gctest fails on Solaris 10/x86)Rainer Orth2-42/+35
2007-05-24Commit the change of this file, mentionend in the CL from 2007-05-20.Andreas Tobler1-11/+10
2007-02-05gcconfig.h: use LINUX_STACKBOTTOM so it works with Linux 2.6, reactivate MPRO...Roman Zippel1-2/+2
2007-01-19os_dep.c (defined(MPROTECT_VDB) && defined(DARWIN)): Moved recently added def...Andreas Tobler1-2/+16
2007-01-16gcconfig.h: Handle amd64/x86-64 cpu under GNU/kFreeBSD.Petr Salinger1-0/+4
2007-01-11configure.ac: Replaced HAS_I386_THREAD_STATE_* with HAS_X86_THREAD_STATE32_* ...Andreas Tobler2-10/+68
2006-12-08configure.ac: Fix x86 darwin builds.Mike Stump1-2/+2
2006-09-21os_dep.c: Port to Darwin/i386Sandro Tolaini1-1/+24
2006-09-18configure.ac: add support for GNU/kFreeBSD, accepted by upstream for gc 6.8.Petr Salinger1-6/+35
2006-06-21pthread_stop_world.c (GC_suspend_handler): Redirect to suspension routine if ...Keith Seitz1-0/+1
2006-02-04gc_locks.h (GC_test_and_set <POWERPC>): Don't use broken 64-bit version.Alan Modra1-1/+1
2006-01-25gcconfig.h: Revert to GC 6.6 version, removing all local changes.Bryce McKinlay1-12/+12
2006-01-25Import Boehm GC version 6.6.Bryce McKinlay6-96/+149
2005-11-02gc_priv.h: Increase MAX_ROOT_SETS to 1024.Bryce McKinlay1-11/+3
2005-09-15gc_locks.h (GC_test_and_set): Change the constraint of the first operand to '0'.Kazu Hirata1-1/+1
2005-09-06re PR boehm-gc/23662 (Binaries generated by arm-linux-gcj segfault on executi...Tom Tromey1-1/+1
2005-07-17* include/private/gcconfig.h (sh-linux): Use LINUX_STACKBOTTOM.SUGIOKA Toshinobu1-1/+1
2005-06-15os_dep.c: Add FreeBSD/PowerPC bits.Andreas Tobler1-0/+20
2005-05-25gcconfig.h (HBLKSIZE): Define to 4096 on powerpc64-linux.Andrew Haley1-0/+1
2005-04-19os_dep.c, gc_locks.h: Import CRIS port by Simon Posnjak from gc6.4.Hans-Peter Nilsson2-1/+46
2005-04-17gcconfig.h (sparc-linux): Use LINUX_STACKBOTTOM.David S. Miller1-3/+1
2005-04-12* include/private/gcconfig.h (alpha-linux): Use LINUX_STACKBOTTOM.Richard Henderson1-1/+1
2005-03-24darwin_stop_world.c: Update for -m64 multilib.Mike Stump1-3/+9
2005-02-16re PR libgcj/19823 (java fails with non-executable memory)Bryce McKinlay1-0/+4
2004-10-19gc_priv.h (GC_generic_malloc_words_small_inner): Add prototype.Ulrich Weigand1-0/+4
2004-10-13Add support for M32RKazuhiro Inaoka1-0/+21
2004-08-28backgraph.c, gc_priv.h (GC_traverse_back_graph, [...]): split GC_traverse_bac...Hans Boehm1-0/+7
2004-08-23aix_irix_threads.c: Move _THREADS checks after gc_priv.h include.Hans Boehm1-0/+2
2004-08-14configure.in (GCINCS): Don't use "boehm-cflags".Bryce McKinlay6-36/+115
2004-08-12This commit was generated by cvs2svn to compensate for changes in r85899,Bryce McKinlay2-0/+12
2004-04-06gcconfig.h (PREFETCH): Use __builtin_prefetch for gcc >= 3.0.H.J. Lu1-4/+4
2004-01-20gcconfig.h (USE_MMAP): Define for all Linux.Andrew Haley1-1/+2
2003-10-31* include/private/gcconfig.h: Re-install change of 2003-04-16.Richard Earnshaw1-3/+8
2003-10-18gcconfig.h (ALIGNMENT <powerpc linux>): Remove unsure comment.Alan Modra1-2/+1
2003-10-03configure.in: Remove NO_GETENV definition for win32.Hans Boehm1-1/+13