* include/private/gcconfig.h (alpha-linux): Use LINUX_STACKBOTTOM.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 12 Apr 2005 19:48:18 +0000 (19:48 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 12 Apr 2005 19:48:18 +0000 (19:48 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98032 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 413c261..9440885 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 fbabded..7f3b63e 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