From: Roland McGrath Date: Thu, 16 Oct 2014 16:54:45 +0000 (-0700) Subject: Remove sysdeps/arm/soft-fp directory. X-Git-Tag: glibc-2.21~495 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ee54ce44cb734f18fec4f6ccdfbe997d2574321e;p=thirdparty%2Fglibc.git Remove sysdeps/arm/soft-fp directory. --- diff --git a/ChangeLog b/ChangeLog index 30f17cc6bb3..6c6d9d879c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-10-16 Roland McGrath + + * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ... + * sysdeps/arm/sfp-machine.h: ... to here. + * sysdeps/arm/Implies: Remove arm/soft-fp. + 2014-10-14 Joseph Myers * conform/data/sys/utsname.h-data (*_t): Allow. diff --git a/sysdeps/arm/Implies b/sysdeps/arm/Implies index 10bd93a160c..780c4e24676 100644 --- a/sysdeps/arm/Implies +++ b/sysdeps/arm/Implies @@ -1,4 +1,3 @@ -arm/soft-fp wordsize-32 ieee754/flt-32 ieee754/dbl-64 diff --git a/sysdeps/arm/soft-fp/sfp-machine.h b/sysdeps/arm/sfp-machine.h similarity index 100% rename from sysdeps/arm/soft-fp/sfp-machine.h rename to sysdeps/arm/sfp-machine.h