aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2014-06-27 20:24:23 +0000
committerJoseph Myers <joseph@codesourcery.com>2014-06-27 20:24:23 +0000
commitf1eafb41fa71cb5d88fbeda3136c9be965eeaa41 (patch)
tree870cc65c6ce6557c0faebca1c059e51ec5fcffce /ChangeLog
parent37caf178e25419c2c82663f10c7a09f12e1b4142 (diff)
downloadglibc-f1eafb41fa71cb5d88fbeda3136c9be965eeaa41.zip
glibc-f1eafb41fa71cb5d88fbeda3136c9be965eeaa41.tar.gz
glibc-f1eafb41fa71cb5d88fbeda3136c9be965eeaa41.tar.bz2
Remove shlib-versions ABI names support.
shlib-versions files can contain ABI lines that map triplets to a canonical ABI name. This name was once used for various purposes where test baseline files for different ABIs went in a single directory; now these purposes use sysdeps files, generation of headers which have per-ABI variants uses abi-variants and related Makefile variables and the shlib-versions ABI names are unused. This patch duly removes those lines and associated build system support for them. Tested for x86_64 (both a full testsuite run and confirming the installed shared libraries are unchanged by the patch). * Makeconfig ($(common-objpfx)soversions.mk): Do not generate abi-name definition. * scripts/soversions.awk: Do not handle or generate ABI lines. * shlib-versions: Remove ABI entries. * sysdeps/powerpc/nofpu/shlib-versions: Remove file. * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 91f0e87..3582966 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2014-06-27 Joseph Myers <joseph@codesourcery.com>
+
+ * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
+ abi-name definition.
+ * scripts/soversions.awk: Do not handle or generate ABI lines.
+ * shlib-versions: Remove ABI entries.
+ * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
+ * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
+
2014-06-27 Roland McGrath <roland@hack.frob.com>
* sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...