diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -1,3 +1,11 @@ | |||
| 1 | 2013-02-14 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Fix AIX port (Bug#13650). | ||
| 4 | * configure.ac (DATA_START, DATA_SEG_BITS): Set to 0x20000000 on AIX. | ||
| 5 | (GC_MARK_STACK): Do not set to GC_USE_GCPROS_AS_BEFORE on AIX, as that | ||
| 6 | runs afoul of some other bug in Emacs, and the default value | ||
| 7 | GC_MAKE_GCPROS_NOOPS has been tested and works. | ||
| 8 | |||
| 1 | 2013-01-16 Glenn Morris <rgm@gnu.org> | 9 | 2013-01-16 Glenn Morris <rgm@gnu.org> |
| 2 | 10 | ||
| 3 | * Makefile.in (install-arch-indep): Put back a chmod that was | 11 | * Makefile.in (install-arch-indep): Put back a chmod that was |