summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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