cni.h: CNI now expands to Compiled Native Interface.

* 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
This commit is contained in:
Mark Wielaard
2003-07-08 21:27:37 +00:00
committed by Mark Wielaard
parent 671d6ee735
commit 5be0088e45
4 changed files with 10 additions and 3 deletions
+1 -1
View 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. */
+1 -1
View 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"