Commit 8caebfaa by SUGIOKA Toshinobu Committed by Kaz Kojima

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

From-SVN: r102110
parent 5f557013
2005-07-17 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
* include/private/gcconfig.h (sh-linux): Use LINUX_STACKBOTTOM.
2005-06-15 Andreas Tobler <a.tobler@schweiz.ch> 2005-06-15 Andreas Tobler <a.tobler@schweiz.ch>
* os_dep.c: Add FreeBSD/PowerPC bits. * os_dep.c: Add FreeBSD/PowerPC bits.
......
...@@ -1852,7 +1852,7 @@ ...@@ -1852,7 +1852,7 @@
# endif # endif
# ifdef LINUX # ifdef LINUX
# define OS_TYPE "LINUX" # define OS_TYPE "LINUX"
# define STACKBOTTOM ((ptr_t) 0x7c000000) # define LINUX_STACKBOTTOM
# define USE_GENERIC_PUSH_REGS # define USE_GENERIC_PUSH_REGS
# define DYNAMIC_LOADING # define DYNAMIC_LOADING
# define SEARCH_FOR_DATA_START # define SEARCH_FOR_DATA_START
......
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