aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@apple.com>2004-07-08 21:16:17 +0000
committerGeoffrey Keating <geoffk@gcc.gnu.org>2004-07-08 21:16:17 +0000
commitf37f25151b3b02bd8603cb9f2d7f9134cc07aab5 (patch)
tree8cdf20a00c952f706f3f5c7d58bb7a6d31206294 /gcc
parent99680f9883523789cbd42cd071eb1623261da9a1 (diff)
downloadgcc-f37f25151b3b02bd8603cb9f2d7f9134cc07aab5.zip
gcc-f37f25151b3b02bd8603cb9f2d7f9134cc07aab5.tar.gz
gcc-f37f25151b3b02bd8603cb9f2d7f9134cc07aab5.tar.bz2
darwin-ldouble.c: Correct reference to the Linnainmaa paper.
* config/rs6000/darwin-ldouble.c: Correct reference to the Linnainmaa paper. From-SVN: r84314
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/rs6000/darwin-ldouble.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 224dd72..1b5656a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2004-07-08 Geoffrey Keating <geoffk@apple.com>
+
+ * config/rs6000/darwin-ldouble.c: Correct reference
+ to the Linnainmaa paper.
+
2004-07-08 Richard Henderson <rth@redhat.com>
* config/arc/arc-protos.h (arc_va_arg): Remove.
diff --git a/gcc/config/rs6000/darwin-ldouble.c b/gcc/config/rs6000/darwin-ldouble.c
index e3dc562..5878607 100644
--- a/gcc/config/rs6000/darwin-ldouble.c
+++ b/gcc/config/rs6000/darwin-ldouble.c
@@ -35,7 +35,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
754 Floating-Point Arithmetic" by W. Kahan, February 26, 1987. An
alternative published reference is "Software for Doubled-Precision
Floating-Point Computations", by Seppo Linnainmaa, ACM TOMS vol 7
- no 3, September 1961, pages 272-283. */
+ no 3, September 1981, pages 272-283. */
/* Each long double is made up of two IEEE doubles. The value of the
long double is the sum of the values of the two parts. The most