]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove sysdeps/powerpc/soft-fp directory.
authorJoseph Myers <joseph@codesourcery.com>
Thu, 24 May 2018 22:02:32 +0000 (22:02 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Thu, 24 May 2018 22:02:32 +0000 (22:02 +0000)
As per <https://sourceware.org/ml/libc-alpha/2014-10/msg00369.html>,
there should not be separate sysdeps/<arch>/soft-fp directories when
those are used by all configurations that use sysdeps/<arch>, and,
more generally, should not be sysdeps/foo/Implies files pointing to a
subdirectory foo/bar.

sysdeps/powerpc/soft-fp isn't quite such a case, as the Implies files
pointing to it are
sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/Implies and
sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies (and
indeed there is a different sfp-machine.h used for powerpc64le).
However, the same principle applies: there is no need for this
directory because sfp-machine.h, the only file in it, can most
naturally go in sysdeps/powerpc/nofpu, which is used by exactly the
same configurations (and there is a close dependence between the files
there and the sfp-machine.h implementation).  This patch eliminates
the sysdeps/powerpc/soft-fp directory accordingly.

Tested with build-many-glibcs.py that installed stripped shared
libraries for powerpc configurations are unchanged by this patch.

* sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/Implies: Remove
powerpc/soft-fp.
* sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
Likewise.
* sysdeps/powerpc/soft-fp/sfp-machine.h: Move to ....
* sysdeps/powerpc/nofpu/sfp-machine.h: ... here.

ChangeLog
sysdeps/powerpc/nofpu/sfp-machine.h [moved from sysdeps/powerpc/soft-fp/sfp-machine.h with 100% similarity]
sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies
sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/Implies

index 4111d742c0f4afad6202040a49c628c628730f9d..e6bf9830ccb3294ab2edf9884b2d2987631fd0a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2018-05-24  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/Implies: Remove
+       powerpc/soft-fp.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
+       Likewise.
+       * sysdeps/powerpc/soft-fp/sfp-machine.h: Move to ....
+       * sysdeps/powerpc/nofpu/sfp-machine.h: ... here.
+
 2018-05-24  Gabriel F. T. Gomes  <gabriel@inconstante.eti.br>
 
        [BZ #23171]
index 00365c1cfda40f65ac2194066685ab2624e50bc7..aab22f212c2335f0d353d9742373dccf4e95d2ee 100644 (file)
@@ -1,3 +1,2 @@
 powerpc/powerpc32/e500/nofpu
 powerpc/nofpu
-powerpc/soft-fp
index 40836b6fb45dfb1ad01d903579b6f5776b4c57ff..d0e048e87c97bc5c0027c9457373833d25d1526d 100644 (file)
@@ -1,2 +1 @@
 powerpc/nofpu
-powerpc/soft-fp