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

From-SVN: r98032
This commit is contained in:
Richard Henderson 2005-04-12 12:48:18 -07:00 committed by Richard Henderson
parent e6ed5cff83
commit 82052bec13
2 changed files with 5 additions and 1 deletions

View 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.

View File

@ -1550,7 +1550,7 @@
# 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