From f1eafb41fa71cb5d88fbeda3136c9be965eeaa41 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 27 Jun 2014 20:24:23 +0000 Subject: 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. --- sysdeps/powerpc/nofpu/shlib-versions | 1 - sysdeps/x86_64/x32/shlib-versions | 4 ---- 2 files changed, 5 deletions(-) delete mode 100644 sysdeps/powerpc/nofpu/shlib-versions (limited to 'sysdeps') diff --git a/sysdeps/powerpc/nofpu/shlib-versions b/sysdeps/powerpc/nofpu/shlib-versions deleted file mode 100644 index 72085dd..0000000 --- a/sysdeps/powerpc/nofpu/shlib-versions +++ /dev/null @@ -1 +0,0 @@ -powerpc.*-.*-.* ABI powerpcsoft-@OS@ diff --git a/sysdeps/x86_64/x32/shlib-versions b/sysdeps/x86_64/x32/shlib-versions index ae3979b..223dfb6 100644 --- a/sysdeps/x86_64/x32/shlib-versions +++ b/sysdeps/x86_64/x32/shlib-versions @@ -1,7 +1,3 @@ # Configuration DEFAULT Earliest symbol set # ------------- --------------- ------------------------------ x86_64-.*-linux.* DEFAULT GLIBC_2.16 - -# Configuration ABI Identifier for ABI data files -# ------------- ---------- ----------------------------- -x86_64-.*-.* ABI x32-@OS@ -- cgit v1.1