diff options
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) |