diff options
author | Tom Tromey <tromey@cygnus.com> | 2000-04-24 04:57:20 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2000-04-24 04:57:20 +0000 |
commit | a3fbf5c38363e2e40869f2a5d06e09930b29ae13 (patch) | |
tree | 6a83141dda737e2467e9b0a3f8e97c933a77db8f /boehm-gc | |
parent | 9380267cdec96197c096b111f2afe86393b0fac3 (diff) | |
download | gcc-a3fbf5c38363e2e40869f2a5d06e09930b29ae13.zip gcc-a3fbf5c38363e2e40869f2a5d06e09930b29ae13.tar.gz gcc-a3fbf5c38363e2e40869f2a5d06e09930b29ae13.tar.bz2 |
* gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux.
From-SVN: r33367
Diffstat (limited to 'boehm-gc')
-rw-r--r-- | boehm-gc/ChangeLog | 4 | ||||
-rw-r--r-- | boehm-gc/gcconfig.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index 6f27b76..08eb52b 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,7 @@ +2000-04-23 Tom Tromey <tromey@cygnus.com> + + * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux. + 2000-04-19 Bryce McKinlay <bryce@albatross.co.nz> Imported version version 5.0alpha6. diff --git a/boehm-gc/gcconfig.h b/boehm-gc/gcconfig.h index 47398a6..f239071 100644 --- a/boehm-gc/gcconfig.h +++ b/boehm-gc/gcconfig.h @@ -553,6 +553,7 @@ /* This was 2, but that didn't sound right. */ # define OS_TYPE "LINUX" # define HEURISTIC1 +# define DYNAMIC_LOADING # undef STACK_GRAN # define STACK_GRAN 0x10000000 /* Stack usually starts at 0x80000000 */ |