+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 ...
$(common-objpfx)soversions.mk: $(common-objpfx)soversions.i $(..)Makeconfig
(while read which lib number setname; do \
eval seen_$$which=1; \
- test x"$$which" != xABI || echo abi-name = "$$lib"; \
test x"$$which" = xDEFAULT || continue; \
case $$number in \
[0-9]*) echo "$$lib.so-version=.$$number"; \
{ thiscf = $1 }
-$2 == "ABI" {
- if ((config ~ thiscf) && !abiname) {
- abiname = $3;
- sub(/@CPU@/, cpu, abiname);
- sub(/@VENDOR@/, vendor, abiname);
- sub(/@OS@/, os, abiname);
- }
- next;
-}
-
# Obey the first matching DEFAULT line.
$2 == "DEFAULT" {
$1 = $2 = "";
}
}
}
- if (abiname) {
- print "ABI", abiname
- }
for (c in lines) {
print lines[c]
}
powerpc.*le-.*-linux.* DEFAULT GLIBC_2.17
.*-.*-gnu-gnu.* DEFAULT GLIBC_2.2.6
-# Configuration ABI Identifier for ABI data files
-# ------------- ---------- -----------------------------
-sparc64.*-.*-.* ABI sparc64-@OS@
-sparc.*-.*-.* ABI sparc-@OS@
-
# Configuration Library=version Earliest symbol set (optional)
# ------------- --------------- ------------------------------
+++ /dev/null
-powerpc.*-.*-.* ABI powerpcsoft-@OS@
# Configuration DEFAULT Earliest symbol set
# ------------- --------------- ------------------------------
x86_64-.*-linux.* DEFAULT GLIBC_2.16
-
-# Configuration ABI Identifier for ABI data files
-# ------------- ---------- -----------------------------
-x86_64-.*-.* ABI x32-@OS@