aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-05-21 22:00:39 -0700
committerPaul Eggert2014-05-21 22:00:39 -0700
commit4f4ec76fd68d21c3d3838f5f10e242a884598c40 (patch)
tree7f5bba96be2bf67382394307d71ea93242c9686c /ChangeLog
parentfb4ca8417a1fc7a39d36162a80647063aadb0b41 (diff)
downloademacs-4f4ec76fd68d21c3d3838f5f10e242a884598c40.tar.gz
emacs-4f4ec76fd68d21c3d3838f5f10e242a884598c40.zip
Fix port to 32-bit AIX.
* configure.ac (opsys): On Power Architecture, treat release 7 of AIX like releases 5 and 6. * src/unexaix.c (copy_text_and_data): Don't add text_scnptr to ptr twice. _text already includes this offset. (unrelocate_symbols): Don't cast 64-bit integer to pointer. Fixes: debbugs:17540
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 484c696cfcb..3789203527c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
12014-05-22 Paul Eggert <eggert@cs.ucla.edu>
2
3 Fix port to 32-bit AIX (Bug#17540).
4 * configure.ac (opsys): On Power Architecture, treat release 7 of
5 AIX like releases 5 and 6.
6
12014-05-18 Glenn Morris <rgm@gnu.org> 72014-05-18 Glenn Morris <rgm@gnu.org>
2 8
3 * configure.ac (INSTALL_INFO): 9 * configure.ac (INSTALL_INFO):