diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-10-15 00:39:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-10-15 00:39:12 +0000 |
commit | 34b0ba283020a5a9cc25b4a3657cb162e9bc57c2 (patch) | |
tree | 6c4c1d5ef4851f9bb7443e595a2981cf0353fa28 /math/Makefile | |
parent | 504417ac9745bc83124f6719fd7c784c41d7924a (diff) | |
download | glibc-34b0ba283020a5a9cc25b4a3657cb162e9bc57c2.tar glibc-34b0ba283020a5a9cc25b4a3657cb162e9bc57c2.tar.gz glibc-34b0ba283020a5a9cc25b4a3657cb162e9bc57c2.tar.bz2 glibc-34b0ba283020a5a9cc25b4a3657cb162e9bc57c2.zip |
[BZ #865]
* math/tgmath.h: Correctly determine result type for
__TGMATH_BINARY_REAL_ONLY,
__TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
__TGMATH_TERNARY_REAL_ONLY, and __TGMATH_BINARY_REAL_IMAG.
2005-09-17 Andreas Jaeger <aj@suse.de>
[BZ #865]
* math/test-tgmath-int.c: New file.
* math/Makefile (tests): Add test-tgmath-int.
2005-10-14 Ulrich Drepper <drepper@redhat.com>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/Makefile b/math/Makefile index c4501b87f4..8e5c788403 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1996-2001, 2002, 2003, 2004 Free Software Foundation, Inc. +# Copyright (C) 1996-2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -89,7 +89,7 @@ distribute += $(filter-out $(generated),$(long-m-yes:=.c) $(long-c-yes:=.c)) # Rules for the test suite. tests = test-matherr test-fenv atest-exp atest-sincos atest-exp2 basic-test \ test-misc test-fpucw tst-definitions test-tgmath test-tgmath-ret \ - bug-nextafter bug-nexttoward bug-tgmath1 + bug-nextafter bug-nexttoward bug-tgmath1 test-tgmath-int # We do the `long double' tests only if this data type is available and # distinct from `double'. test-longdouble-yes = test-ldouble test-ildoubl |