summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Flatt <mflatt@racket-lang.org>2011-10-20 14:01:26 -0600
committerIvan Maidanski <ivmai@mail.ru>2013-11-03 14:25:41 +0400
commitf6b7c3c6d638d868c774cd71b1dd1853e14bd101 (patch)
tree5677b6f292408b905efa9e43d46aeef572aedc98
parent9ce5ec96229dfc5e3e8d44f86dfd326dd90cda5d (diff)
downloadbdwgc-f6b7c3c6d638d868c774cd71b1dd1853e14bd101.tar.gz
CGC fix for OpenBSD x86_64
Merge to 5.2
-rw-r--r--include/private/gcconfig.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/private/gcconfig.h b/include/private/gcconfig.h
index 3eb01a4b..5d8ab05f 100644
--- a/include/private/gcconfig.h
+++ b/include/private/gcconfig.h
@@ -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