aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2014-09-12 12:25:36 +0000
committerJoseph Myers <joseph@codesourcery.com>2014-09-12 12:25:36 +0000
commit73a391126d500653bf3cd4c0f67826e75ecc95bf (patch)
tree544f4e5e887a0b95c074dd938b0725dc4d0b4c3f /ChangeLog
parentc729e7c13a7bc5ddec6fcaf82712aeff530e0d78 (diff)
downloadglibc-73a391126d500653bf3cd4c0f67826e75ecc95bf.zip
glibc-73a391126d500653bf3cd4c0f67826e75ecc95bf.tar.gz
glibc-73a391126d500653bf3cd4c0f67826e75ecc95bf.tar.bz2
Use %ifdef in sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions.
This patch makes sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions use %ifdef conditionals around the different symbol version definitions for big and little endian. (It doesn't actually change the host patterns used for those definitions; the point is to make it possible to remove the first column from shlib-versions by eliminating the last case where it would be harmful for it to be treated as .*-.*-.*.) The conditional is based on the ELFv1/ELFv2 distinction rather than BE/LE, since that's what's already tested in configure and used for the ld.so soname in the Makefiles. (Of course if BE ELFv2 were supported in future, it would get new symbol versions and so need new conditionals.) * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case. * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerated. * config.h.in (HAVE_ELFV2_ABI): New macro undefine. * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Condition symbol version definitions on [HAVE_ELFV2_ABI].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fdbe22f..fbd013b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2014-09-12 Joseph Myers <joseph@codesourcery.com>
+ * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
+ (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
+ * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
+ Regenerated.
+ * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
+ * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
+ Condition symbol version definitions on [HAVE_ELFV2_ABI].
+
* shlib-versions: Remove OS-specific entries. Moved to files in
sysdeps.
* sysdeps/mach/hurd/shlib-versions: New file.