From: Joseph Myers Date: Wed, 23 May 2018 20:05:31 +0000 (+0000) Subject: Remove sysdeps/sh/soft-fp directory. X-Git-Tag: glibc-2.28~252 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1dfeb17e67a194b48c78c09b1b4f788ab0bec938;p=thirdparty%2Fglibc.git Remove sysdeps/sh/soft-fp directory. As per , there should not be separate sysdeps//soft-fp directories when those are used by all configurations that use sysdeps/, and, more generally, should not be sysdeps/foo/Implies files pointing to a subdirectory foo/bar. This patch eliminates the sysdeps/sh/soft-fp directory accordingly, merging its contents into sysdeps/sh. Tested with build-many-glibcs.py that installed stripped shared libraries for sh configurations are unchanged by this patch. * sysdeps/sh/Implies: Remove sh/soft-fp. * sysdeps/sh/soft-fp/sfp-machine.h: Move to .... * sysdeps/sh/sfp-machine.h: ... here. --- diff --git a/ChangeLog b/ChangeLog index 87c3f3df54e..56a3aa337d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018-05-23 Joseph Myers + + * sysdeps/sh/Implies: Remove sh/soft-fp. + * sysdeps/sh/soft-fp/sfp-machine.h: Move to .... + * sysdeps/sh/sfp-machine.h: ... here. + 2018-05-23 H.J. Lu * sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S diff --git a/sysdeps/sh/Implies b/sysdeps/sh/Implies index 1fdc53d0344..780c4e24676 100644 --- a/sysdeps/sh/Implies +++ b/sysdeps/sh/Implies @@ -1,4 +1,3 @@ -sh/soft-fp wordsize-32 ieee754/flt-32 ieee754/dbl-64 diff --git a/sysdeps/sh/soft-fp/sfp-machine.h b/sysdeps/sh/sfp-machine.h similarity index 100% rename from sysdeps/sh/soft-fp/sfp-machine.h rename to sysdeps/sh/sfp-machine.h