aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2003-04-10 00:08:10 +0000
committerTom Tromey <tromey@gcc.gnu.org>2003-04-10 00:08:10 +0000
commit739c57893492675ec885ff2aabb657bace30470b (patch)
treeb8b97b2e035a220b37468dfbbf4d5c41e41e98aa
parentb182a8e20d81428402ad68796971e4028052da2e (diff)
downloadgcc-739c57893492675ec885ff2aabb657bace30470b.zip
gcc-739c57893492675ec885ff2aabb657bace30470b.tar.gz
gcc-739c57893492675ec885ff2aabb657bace30470b.tar.bz2
gcconfig.h (LINUX_STACKBOTTOM): Define for POWERPC.
* include/private/gcconfig.h (LINUX_STACKBOTTOM): Define for POWERPC. (STACK_GRAN, HEURISTIC1): Don't define for POWERPC. From-SVN: r65411
-rw-r--r--boehm-gc/ChangeLog6
-rw-r--r--boehm-gc/include/private/gcconfig.h4
2 files changed, 7 insertions, 3 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog
index fc5cbe7..77b23fc1 100644
--- a/boehm-gc/ChangeLog
+++ b/boehm-gc/ChangeLog
@@ -1,3 +1,9 @@
+2003-04-09 Tom Tromey <tromey@redhat.com>
+
+ * include/private/gcconfig.h (LINUX_STACKBOTTOM): Define for
+ POWERPC.
+ (STACK_GRAN, HEURISTIC1): Don't define for POWERPC.
+
2003-03-22 Richard Henderson <rth@redhat.com>
* include/private/gc_locks.h [IA64]: Include ia64intrin.h.
diff --git a/boehm-gc/include/private/gcconfig.h b/boehm-gc/include/private/gcconfig.h
index 51d9de0..b07d4b9 100644
--- a/boehm-gc/include/private/gcconfig.h
+++ b/boehm-gc/include/private/gcconfig.h
@@ -669,10 +669,8 @@
# define ALIGNMENT 4 /* Guess. Can someone verify? */
/* This was 2, but that didn't sound right. */
# define OS_TYPE "LINUX"
-# define HEURISTIC1
# define DYNAMIC_LOADING
-# undef STACK_GRAN
-# define STACK_GRAN 0x10000000
+# define LINUX_STACKBOTTOM
/* Stack usually starts at 0x80000000 */
# define LINUX_DATA_START
extern int _end[];