From 024f842ae14a1cda792ce62117bf5dc91b4d81d6 Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 08:05:20 +0000 Subject: [PATCH] 2004/01/21 04:45:45 darcs-hash:20040130080520-2ba56-9d7aa2b38bcc4950667ca0441966b812aebe2228.gz --- upstream/gcc-3.3/patches/linux-fix-gc.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/upstream/gcc-3.3/patches/linux-fix-gc.patch b/upstream/gcc-3.3/patches/linux-fix-gc.patch index d0a1c9b..13c9fc5 100644 --- a/upstream/gcc-3.3/patches/linux-fix-gc.patch +++ b/upstream/gcc-3.3/patches/linux-fix-gc.patch @@ -34,11 +34,11 @@ diff -u boehm-gc/os_dep.c boehm-gc/os_dep.c size_t i, buf_offset = 0; /* First try the easy way. This should work for glibc 2.2 */ -+ /* ++#ifdef NEVERDEFINEDBECAUSEWEDONTWANTTHIS if (0 != &__libc_stack_end) { return __libc_stack_end; } -+ */ ++#endif f = open("/proc/self/stat", O_RDONLY); if (f < 0 || STAT_READ(f, stat_buf, STAT_BUF_SIZE) < 2 * STAT_SKIP) { ABORT("Couldn't read /proc/self/stat"); -- 1.7.10.4