From ce6698ea0aea863bbfb4e932494406789e4e36c1 Mon Sep 17 00:00:00 2001 From: "Paul E. Murphy" Date: Tue, 14 Jun 2016 11:44:14 -0500 Subject: Support for type-generic libm function implementations libm This defines a new classes of libm objects. The _template.c file which is used in conjunction with the new makefile hooks to derive variants for each type supported by the target machine. The headers math-type-macros-TYPE.h are used to supply macros to a common implementation of a function in a file named FUNC_template.c and glued togethor via a generated file matching existing naming in the build directory. This has the properties of preserving the existing override mechanism and not requiring any arcane build system twiddling. Likewise, it enables machines to override these files without any additional work. I have verified the built objects for ppc64, x86_64, alpha, arm, and m68k do not change in any meaningful way with these changes using the Fedora cross toolchains. I have verified the x86_64 and ppc64 changes still run. --- sysdeps/ieee754/ldbl-opt/cimagl.c | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 sysdeps/ieee754/ldbl-opt/cimagl.c (limited to 'sysdeps/ieee754/ldbl-opt/cimagl.c') diff --git a/sysdeps/ieee754/ldbl-opt/cimagl.c b/sysdeps/ieee754/ldbl-opt/cimagl.c deleted file mode 100644 index 112365e3ae..0000000000 --- a/sysdeps/ieee754/ldbl-opt/cimagl.c +++ /dev/null @@ -1,6 +0,0 @@ -#include -#include -#undef weak_alias -#define weak_alias(n,a) -#include -long_double_symbol (libm, __cimagl, cimagl); -- cgit 1.4.1