aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2014-05-21 22:00:39 -0700
committerPaul Eggert <[email protected]>2014-05-21 22:00:39 -0700
commit4f4ec76fd68d21c3d3838f5f10e242a884598c40 (patch)
tree7f5bba96be2bf67382394307d71ea93242c9686c /ChangeLog
parentfb4ca8417a1fc7a39d36162a80647063aadb0b41 (diff)
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 484c696cfc..3789203527 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-05-22 Paul Eggert <[email protected]>
+
+ Fix port to 32-bit AIX (Bug#17540).
+ * configure.ac (opsys): On Power Architecture, treat release 7 of
+ AIX like releases 5 and 6.
+
2014-05-18 Glenn Morris <[email protected]>
* configure.ac (INSTALL_INFO):