diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index 6f27b76aaf9..08eb52bd19b 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,7 @@ +2000-04-23 Tom Tromey + + * gcconfig.h (DYNAMIC_LOADING): Define for PPC Linux. + 2000-04-19 Bryce McKinlay Imported version version 5.0alpha6. diff --git a/boehm-gc/gcconfig.h b/boehm-gc/gcconfig.h index 47398a6deba..f2390717c90 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 */