diff options
author | Paul E. Murphy <murphyp@linux.vnet.ibm.com> | 2016-06-08 14:37:15 -0500 |
---|---|---|
committer | Paul E. Murphy <murphyp@linux.vnet.ibm.com> | 2016-06-08 14:37:15 -0500 |
commit | 9c665e085f092d2fd1c0c159532d94191b8e2aec (patch) | |
tree | c1603caf0e6366d2e2532c2ebd76c76c5506a890 /math/test-ldouble.h | |
parent | Apply LIT(x) to floating point literals in libm-test.c (diff) | |
download | glibc-9c665e085f092d2fd1c0c159532d94191b8e2aec.tar.gz glibc-9c665e085f092d2fd1c0c159532d94191b8e2aec.tar.bz2 glibc-9c665e085f092d2fd1c0c159532d94191b8e2aec.zip |
Remove CHOOSE() macro from libm-tests.inc
Use gen-libm-test.pl to generate a list of macros
mapping to libm-test-ulps.h as this simplifies adding new
types without having to modify a growing number of
static headers each time a type is added.
This also removes the final usage of the TEST_(DOUBLE|FLOAT|LDOUBLE)
macros. Thus, they too are removed.
Diffstat (limited to 'math/test-ldouble.h')
-rw-r--r-- | math/test-ldouble.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/test-ldouble.h b/math/test-ldouble.h index f3a8d8da9f..b877711758 100644 --- a/math/test-ldouble.h +++ b/math/test-ldouble.h @@ -21,7 +21,6 @@ #define PRINTF_EXPR "Le" #define PRINTF_XEXPR "La" #define PRINTF_NEXPR "Lf" -#define TEST_LDOUBLE 1 #define BUILD_COMPLEX(real, imag) (CMPLXL ((real), (imag))) #define PREFIX LDBL #define TYPE_STR "ldouble" |