index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
boehm-gc
/
include
/
private
/
gcconfig.h
Age
Commit message (
Expand
)
Author
Files
Lines
2006-01-25
gcconfig.h: Revert to GC 6.6 version, removing all local changes.
Bryce McKinlay
1
-12
/
+12
2006-01-25
Import Boehm GC version 6.6.
Bryce McKinlay
1
-48
/
+84
2005-09-06
re PR boehm-gc/23662 (Binaries generated by arm-linux-gcj segfault on executi...
Tom Tromey
1
-1
/
+1
2005-07-17
* include/private/gcconfig.h (sh-linux): Use LINUX_STACKBOTTOM.
SUGIOKA Toshinobu
1
-1
/
+1
2005-06-15
os_dep.c: Add FreeBSD/PowerPC bits.
Andreas Tobler
1
-0
/
+20
2005-05-25
gcconfig.h (HBLKSIZE): Define to 4096 on powerpc64-linux.
Andrew Haley
1
-0
/
+1
2005-04-19
os_dep.c, gc_locks.h: Import CRIS port by Simon Posnjak from gc6.4.
Hans-Peter Nilsson
1
-1
/
+22
2005-04-17
gcconfig.h (sparc-linux): Use LINUX_STACKBOTTOM.
David S. Miller
1
-3
/
+1
2005-04-12
* include/private/gcconfig.h (alpha-linux): Use LINUX_STACKBOTTOM.
Richard Henderson
1
-1
/
+1
2005-03-24
darwin_stop_world.c: Update for -m64 multilib.
Mike Stump
1
-3
/
+9
2004-10-13
Add support for M32R
Kazuhiro Inaoka
1
-0
/
+21
2004-08-14
configure.in (GCINCS): Don't use "boehm-cflags".
Bryce McKinlay
1
-22
/
+95
2004-04-06
gcconfig.h (PREFETCH): Use __builtin_prefetch for gcc >= 3.0.
H.J. Lu
1
-4
/
+4
2004-01-20
gcconfig.h (USE_MMAP): Define for all Linux.
Andrew Haley
1
-1
/
+2
2003-10-31
* include/private/gcconfig.h: Re-install change of 2003-04-16.
Richard Earnshaw
1
-3
/
+8
2003-10-18
gcconfig.h (ALIGNMENT <powerpc linux>): Remove unsure comment.
Alan Modra
1
-2
/
+1
2003-09-21
Fix arm-elf support.
Anthony Green
1
-1
/
+1
2003-07-28
Import GC 6.3alpha1.
Jeff Sturm
1
-157
/
+352
2003-04-16
* include/private/gcconfig.h: Add support for arm-netbsdelf.
Richard Earnshaw
1
-4
/
+9
2003-04-10
gcconfig.h (LINUX_STACKBOTTOM): Define for POWERPC.
Tom Tromey
1
-3
/
+1
2003-03-04
gcconfig.h (GC_data_start): declare when needed.
Hans Boehm
1
-0
/
+4
2003-03-03
mark_rts.c (GC_cond_register_dynamic_libraries): add.
Hans Boehm
1
-0
/
+9
2003-02-11
gcconfig.h: undefine MPROTECT_VDB for MACOSX
Andreas Tobler
1
-1
/
+1
2002-10-02
* include/private/gcconfig.h (HBLKSIZE): Define for x86-64.
Andreas Jaeger
1
-0
/
+1
2002-09-28
gcconfig.h: Don't check for __XSCALE__.
Richard Earnshaw
1
-1
/
+1
2002-09-27
gcconfig: Add machine type S390.
Ulrich Weigand
1
-3
/
+21
2002-09-24
* include/private/gcconfig.h: Fix NetBSD/mips parameters.
Jason Thorpe
1
-17
/
+8
2002-07-19
Remove dead endif so x86-64 compilation works.
Bo Thorsen
1
-1
/
+0
2002-07-19
gcconfig.h: Add x86-64 definitions.
Bo Thorsen
1
-1
/
+44
2002-06-10
gc_locks.h (GC_test_and_set): Support Linux/mips.
H.J. Lu
1
-5
/
+4
2002-04-21
[multiple changes]
David S. Miller
1
-4
/
+4
2002-04-17
gcconfig.h: Use LINUX_STACKBOTTOM for SPARC Linux.
Hans Boehm
1
-2
/
+1
2002-04-09
gcconfig.h (DATAEND): Update comment example to match reality.
Loren J. Rittle
1
-2
/
+2
2002-04-09
* include/private/gcconfig.h (DATAEND): Clarify comment.
Loren J. Rittle
1
-0
/
+3
2002-04-04
gcconfig.h: Add support for an unmapped memory hole between the end of the in...
Loren J. Rittle
1
-0
/
+8
2002-03-31
gcconfig.h: define DYNAMIC_LOADING for ELF NetBSD/i386.
Bryce McKinlay
1
-0
/
+3
2002-03-25
gcconfig.h: Change all likely references to linker script synthesized symbols...
Loren J. Rittle
1
-141
/
+143
2002-03-22
gcconfig.h: Add unified test for FreeBSD.
Loren J. Rittle
1
-3
/
+27
2002-02-12
Imported GC 6.1 Alpha 3. Finally.
Bryce McKinlay
1
-18
/
+117
2002-02-09
xscale-elf support
Anthony Green
1
-0
/
+16
2002-01-25
gc.h (GC_INIT): Add DATASTART and DATAEND roots on AIX.
David Edelsohn
1
-3
/
+12
2001-12-17
dyn_load.c: Define ElfW (if needed) for all targets, not just GNU/Linux.
Jeff Sturm
1
-0
/
+2
2001-10-17
gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.
Loren J. Rittle
1
-1
/
+5
2001-10-16
Makefile.am, [...]: Imported GC 6.1 Alpha 1 and merged local changes.
Bryce McKinlay
1
-59
/
+94
2001-09-26
solaris_threads.c (MAX_ORIG_STACK_SIZE): Provide special Solaris 2/Intel defi...
Rainer Orth
1
-3
/
+6
2001-08-18
Makefile.am, [...]: Imported GC 6.0 and merged local changes.
Tom Tromey
1
-5
/
+41
2001-06-26
alpha_mach_dep.s: Mark call-saved FP registers.
Richard Henderson
1
-5
/
+0
2001-05-21
This commit was generated by cvs2svn to compensate for changes in r42373,
Bryce McKinlay
1
-92
/
+388
2000-05-07
This commit was generated by cvs2svn to compensate for changes in r33746,
Bryce McKinlay
1
-2
/
+11
2000-04-19
This commit was generated by cvs2svn to compensate for changes in r33244,
Bryce McKinlay
1
-55
/
+274
[next]