cni.h: CNI now expands to Compiled Native Interface.
authorMark Wielaard <mark@klomp.org>
Tue, 8 Jul 2003 21:27:37 +0000 (21:27 +0000)
committerMark Wielaard <mark@gcc.gnu.org>
Tue, 8 Jul 2003 21:27:37 +0000 (21:27 +0000)
       * gcj/cni.h: CNI now expands to Compiled Native Interface.

       * java/lang/e_pow.c: CYGNUS LOCAL should be GCJ LOCAL.
       * java/lang/fdlibm.h: Likewise.

From-SVN: r69104

libjava/ChangeLog
libjava/gcj/cni.h
libjava/java/lang/e_pow.c
libjava/java/lang/fdlibm.h

index b2bd3f61fe0f3e2c3ec2beb69faec08a08eb6f2a..283838e42300a2037fb09290f4364fab7a425ede 100644 (file)
@@ -1,3 +1,10 @@
+2003-07-08  Mark Wielaard <mark@klomp.org>
+
+       * gcj/cni.h: CNI now expands to Compiled Native Interface.
+
+       * java/lang/e_pow.c: CYGNUS LOCAL should be GCJ LOCAL.
+       * java/lang/fdlibm.h: Likewise.
+
 2003-07-07  Adam Megacz <adam@xwt.org>
 
         * posix.cc: added #include<stdio.h>
index 08b55c3c7f282be7c94e66ef67f731683bd6ff80..3790dc4d564b1bd21073f0ffad7b9b9221c4c099 100644 (file)
@@ -1,5 +1,5 @@
 // gcj/cni.h -*- c++ -*-
-// This file describes the Cygnus Native Interface, CNI.
+// This file describes the Compiled Native Interface, CNI.
 // It provides a nicer interface to many of the things in gcj/javaprims.h.
 
 /* Copyright (C) 1998, 1999, 2002  Free Software Foundation
index e53a8a287cc4bf2835ef61351615d655e57bf520..b21c0e92b3914ef159532cd99ffbef7cc548416e 100644 (file)
@@ -179,7 +179,7 @@ ivln2_l  =  1.92596299112661746887e-08; /* 0x3E54AE0B, 0xF85DDF44 =1/ln2 tail*/
        }
 
     /* (x<0)**(non-int) is NaN */
-    /* CYGNUS LOCAL: This used to be
+    /* GCJ LOCAL: This used to be
        if((((hx>>31)+1)|yisint)==0) return (x-x)/(x-x);
        but ANSI C says a right shift of a signed negative quantity is
        implementation defined.  */
index 1544c0aad9e91d01ceb933f3de965704b53108a2..b98120dafb91b3b5e185f09c94c4c0a45c2ef91f 100644 (file)
@@ -15,7 +15,7 @@
 #include <config.h>
 #include <stdlib.h>
 
-/* CYGNUS LOCAL: Include files.  */
+/* GCJ LOCAL: Include files.  */
 #include "ieeefp.h"
 
 #include "mprec.h"