CGC fix for OpenBSD x86_64

Merge to 5.2
This commit is contained in:
Matthew Flatt 2011-10-20 14:01:26 -06:00
parent 245f45d183
commit a4011890e1

View File

@ -1983,8 +1983,9 @@
# define STACKBOTTOM USRSTACK
# endif
extern int __data_start[];
# define DATASTART ((ptr_t)(__data_start))
extern char _end[];
/* PLTSCHEME: commented out these two: */
/*# define DATASTART ((ptr_t)(__data_start)) */
/* extern char _end[]; */
# define DATAEND ((ptr_t)(&_end))
# define DYNAMIC_LOADING
# endif