CGC fix for OpenBSD x86_64
Merge to 5.2
(cherry picked from commit a4011890e1
)
This commit is contained in:
parent
a38f02160e
commit
cb6be016c6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user