From c1dc1e1b34873db79dfbfa8f2f0a2abbe28c0514 Mon Sep 17 00:00:00 2001 From: Tulio Magno Quites Machado Filho Date: Thu, 24 May 2018 18:20:40 -0300 Subject: powerpc: Move around math-related Implies Currently, powerpc, powerpc64, and powerpc64le imply the same set of subdirectories from sysdeps/ieee754: flt-32, dbl-64, ldbl-128ibm, and ldbl-opt. In preparation for the transition of the long double format - from IBM Extended Precision to IEEE 754 128-bits floating-point - on powerpc64le, this patch splits the shared Implies file into three separate files (one for each of the powerpc architectures), without changing their contents. Future patches will modify powerpc64le. * sysdeps/powerpc/Implies: Removed. Previous contents copied to... * sysdeps/powerpc/powerpc32/Implies-after: ... here. * sysdeps/powerpc/powerpc64/be/Implies-after: ... here. * sysdeps/powerpc/powerpc64/le/Implies-before: ... and here. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e6bf9830cc..c7436c4f33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2018-05-24 Tulio Magno Quites Machado Filho + Gabriel F. T. Gomes + + * sysdeps/powerpc/Implies: Removed. Previous contents copied to... + * sysdeps/powerpc/powerpc32/Implies-after: ... here. + * sysdeps/powerpc/powerpc64/be/Implies-after: ... here. + * sysdeps/powerpc/powerpc64/le/Implies-before: ... and here. + 2018-05-24 Joseph Myers * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/Implies: Remove -- cgit v1.2.3