]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* include/private/gcconfig.h (alpha-linux): Use LINUX_STACKBOTTOM.
authorRichard Henderson <rth@redhat.com>
Tue, 12 Apr 2005 19:48:18 +0000 (12:48 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 12 Apr 2005 19:48:18 +0000 (12:48 -0700)
From-SVN: r98032

boehm-gc/ChangeLog
boehm-gc/include/private/gcconfig.h

index 413c261311a70cd3aaae8d33a72b75a604e155c0..9440885639e9f71bd8519b41d1c260555947403d 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-12  Richard Henderson  <rth@redhat.com>
+
+       * include/private/gcconfig.h (alpha-linux): Use LINUX_STACKBOTTOM.
+
 2005-03-23  Mike Stump  <mrs@apple.com>
 
        * darwin_stop_world.c: Update for -m64 multilib.
index fbabdedd772848b8371b79dd148bc3c62907173d..7f3b63e4a2cfe3447fe55918dc248454b4dc8ff5 100644 (file)
 #   endif
 #   ifdef LINUX
 #       define OS_TYPE "LINUX"
-#       define STACKBOTTOM ((ptr_t) 0x120000000)
+#       define LINUX_STACKBOTTOM
 #       ifdef __ELF__
 #        define SEARCH_FOR_DATA_START
 #         define DYNAMIC_LOADING