OSDN Git Service

* config/rs6000/darwin-ldouble.c: Correct reference
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Jul 2004 21:16:17 +0000 (21:16 +0000)
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Jul 2004 21:16:17 +0000 (21:16 +0000)
to the Linnainmaa paper.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84314 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/rs6000/darwin-ldouble.c

index 224dd72..1b5656a 100644 (file)
@@ -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.
index e3dc562..5878607 100644 (file)
@@ -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