aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.3/boehm-gc/Mac_files/datastart.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.3/boehm-gc/Mac_files/datastart.c')
-rw-r--r--gcc-4.8.3/boehm-gc/Mac_files/datastart.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc-4.8.3/boehm-gc/Mac_files/datastart.c b/gcc-4.8.3/boehm-gc/Mac_files/datastart.c
new file mode 100644
index 000000000..a9e0dd594
--- /dev/null
+++ b/gcc-4.8.3/boehm-gc/Mac_files/datastart.c
@@ -0,0 +1,9 @@
+/*
+ datastart.c
+
+ A hack to get the extent of global data for the Macintosh.
+
+ by Patrick C. Beard.
+ */
+
+long __datastart;