Commit 82052bec by Richard Henderson Committed by Richard Henderson

* include/private/gcconfig.h (alpha-linux): Use LINUX_STACKBOTTOM.

From-SVN: r98032
parent e6ed5cff
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> 2005-03-23 Mike Stump <mrs@apple.com>
* darwin_stop_world.c: Update for -m64 multilib. * darwin_stop_world.c: Update for -m64 multilib.
......
...@@ -1550,7 +1550,7 @@ ...@@ -1550,7 +1550,7 @@
# endif # endif
# ifdef LINUX # ifdef LINUX
# define OS_TYPE "LINUX" # define OS_TYPE "LINUX"
# define STACKBOTTOM ((ptr_t) 0x120000000) # define LINUX_STACKBOTTOM
# ifdef __ELF__ # ifdef __ELF__
# define SEARCH_FOR_DATA_START # define SEARCH_FOR_DATA_START
# define DYNAMIC_LOADING # define DYNAMIC_LOADING
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment