diff options
author | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-12-20 05:55:34 +0000 |
---|---|---|
committer | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-12-20 05:55:34 +0000 |
commit | c978794e6a73a18a9803bad51038be4a3246960c (patch) | |
tree | 201939836a5ba51308ccefa7f1cd4edc5b79cf47 /boehm-gc/gcconfig.h | |
parent | 49653468bf79dedf59762ce3ef94dff9547f4e9d (diff) | |
download | gcc-c978794e6a73a18a9803bad51038be4a3246960c.tar.gz |
Alpha Linux changes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31030 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/gcconfig.h')
-rw-r--r-- | boehm-gc/gcconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
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) |