summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2017-02-11 13:41:49 +0100
committerBruno Haible <bruno@clisp.org>2017-02-11 13:41:49 +0100
commit50083d028a9f2389aac74d4e234715ea026e243e (patch)
tree2b22d7422f400e7368bd53a672faff67fbb403bb /ChangeLog
parente3f94e9de67e74a8e1ff56e476f72d47b174dd7c (diff)
downloadgnulib-50083d028a9f2389aac74d4e234715ea026e243e.tar.gz
host-cpu-c-abi: Support for 64-bit AIX, 32-bit armhf on arm64, hppa64.
* m4/host-cpu-c-abi.m4 (gl_HOST_CPU_C_ABI): Define also HOST_CPU. For the x32 ABI on x86_64, set HOST_CPU_C_ABI to 'x86_64-x32' and define both __x86_64__ and __x86_64_x32__. For the ELFv2 ABI on powerpc64, define both __powerpc64__ and __powerpc64_elfv2__. Recognize 64-bit compilation on AIX. Recognize 32-bit compilation on arm64/Linux. Distinguish hppa64 from hppa.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f5de3492a1..6fd7e0c637 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2017-02-11 Bruno Haible <bruno@clisp.org>
+
+ host-cpu-c-abi: Support for 64-bit AIX, 32-bit armhf on arm64, hppa64.
+ * m4/host-cpu-c-abi.m4 (gl_HOST_CPU_C_ABI): Define also HOST_CPU.
+ For the x32 ABI on x86_64, set HOST_CPU_C_ABI to 'x86_64-x32' and define
+ both __x86_64__ and __x86_64_x32__. For the ELFv2 ABI on powerpc64,
+ define both __powerpc64__ and __powerpc64_elfv2__. Recognize 64-bit
+ compilation on AIX. Recognize 32-bit compilation on arm64/Linux.
+ Distinguish hppa64 from hppa.
+
2017-02-10 Bruno Haible <bruno@clisp.org>
search: Don't assume that tsearch() exists if 'VISIT' is defined.