diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bb5d7e6d427..fd0c3e014c9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2010-05-18 Glenn Morris <rgm@gnu.org> | 1 | 2010-05-18 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (RALLOC_OBJ): New, set by configure. | ||
| 4 | (rallocobj): Replace with the previous variable. | ||
| 5 | (otherobj): Use $RALLOC_OBJ. | ||
| 6 | |||
| 7 | * s/gnu.h (REL_ALLOC) [DOUG_LEA_MALLOC]: | ||
| 8 | * s/gnu-linux.h (REL_ALLOC) [DOUG_LEA_MALLOC]: Move undef to configure. | ||
| 9 | |||
| 3 | * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure. | 10 | * Makefile.in (GMALLOC_OBJ, VMLIMIT_OBJ): New, set by configure. |
| 4 | (gmallocobj, vmlimitobj): Replace with previous two variables. | 11 | (gmallocobj, vmlimitobj): Replace with previous two variables. |
| 5 | (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ. | 12 | (otherobj): Use $GMALLOC_OBJ, $VMLIMIT_OBJ. |