Fixes for letting GC6.8 work on HP-NonStop platform

This commit is contained in:
jgarcia 2007-03-28 07:59:40 +00:00
parent 424c2562ee
commit ce3eb5ae20

View file

@ -1470,8 +1470,8 @@
# define OS_TYPE "NONSTOP"
# define ALIGNMENT 4
# define DATASTART ((ptr_t) 0x08000000)
extern int _end[];
# define DATAEND (_end)
extern char **environ;
# define DATAEND ((ptr_t)(environ - 0x10))
# define STACKBOTTOM ((ptr_t) 0x4fffffff)
# define USE_GENERIC_PUSH_REGS
# endif