aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc
diff options
context:
space:
mode:
authorAnthony Green <green@cygnus.com>1999-12-20 05:55:34 +0000
committerAnthony Green <green@cygnus.com>1999-12-20 05:55:34 +0000
commited183611e9bf192821fc10dbe3a494c4ff899db6 (patch)
tree201939836a5ba51308ccefa7f1cd4edc5b79cf47 /boehm-gc
parent0fe52df82c8c0e26c844bc204cdacd1d8d58f734 (diff)
Alpha Linux changes.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@31030 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc')
-rw-r--r--boehm-gc/ChangeLog4
-rw-r--r--boehm-gc/gcconfig.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog
index 6b55358fed2..f367b2c0865 100644
--- a/boehm-gc/ChangeLog
+++ b/boehm-gc/ChangeLog
@@ -1,3 +1,7 @@
+1999-12-19 Jeff Sturm <jsturm@sigma6.com>
+
+ * gcconfig.h: Define DATASTART for Alpha Linux.
+
1999-12-19 Anthony Green <green@cygnus.com>
* gcconfig.h: Use libgcj hack for Alpha Linux.
diff --git a/boehm-gc/gcconfig.h b/boehm-gc/gcconfig.h
index c5c2b88ac73..9451aab3770 100644
--- a/boehm-gc/gcconfig.h
+++ b/boehm-gc/gcconfig.h
@@ -992,6 +992,7 @@
the start of the data segment. So libgcj defines
data_start on its own (in libgcjdata.a). */
extern int data_start;
+# define DATASTART &data_start
# define DYNAMIC_LOADING
# else
# define DATASTART ((ptr_t) 0x140000000)