aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-02-14 12:05:10 -0800
committerPaul Eggert2013-02-14 12:05:10 -0800
commit35b3a27e67b60e547ac8bc9388e7724d1f829959 (patch)
tree42aabed9384e977d28c33039d7ec6bfffe28e371 /ChangeLog
parent9e16c3b44bcf407678563f0bd679c0887ec3011c (diff)
downloademacs-35b3a27e67b60e547ac8bc9388e7724d1f829959.tar.gz
emacs-35b3a27e67b60e547ac8bc9388e7724d1f829959.zip
Fix AIX port.
* configure.ac (DATA_START, DATA_SEG_BITS): Set to 0x20000000 on AIX. (GC_MARK_STACK): Do not set to GC_USE_GCPROS_AS_BEFORE, as that runs afoul of some other bug in Emacs, and the default value GC_MAKE_GCPROS_NOOPS has been tested and works. * src/lisp.h (XPNTR) [!USE_LSB_TAG && DATA_SEG_BITS]: Fix bug introduced in 2012-07-27 change. DATA_SEG_BITS, if set, was #undeffed earlier, so it cannot be used as a macro here. Use the constant and not the macro. Tested on AIX. * src/unexaix.c: Revert 2013-02-11 and 2013-02-12 changes to this file. They're almost surely OK but we're just before a release so we should avoid changes unless they're clearly needed. Instead, make the following minor change: (ADDR_CORRECT): New macro. Fixes: debbugs:13650
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cddaaa58a5f..6bd8f213c17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
12013-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
12013-01-16 Glenn Morris <rgm@gnu.org> 92013-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