Commit 5be0088e by Mark Wielaard Committed by Mark Wielaard

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
parent 671d6ee7
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> 2003-07-07 Adam Megacz <adam@xwt.org>
* posix.cc: added #include<stdio.h> * posix.cc: added #include<stdio.h>
......
// gcj/cni.h -*- c++ -*- // 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. // It provides a nicer interface to many of the things in gcj/javaprims.h.
/* Copyright (C) 1998, 1999, 2002 Free Software Foundation /* Copyright (C) 1998, 1999, 2002 Free Software Foundation
......
...@@ -179,7 +179,7 @@ ivln2_l = 1.92596299112661746887e-08; /* 0x3E54AE0B, 0xF85DDF44 =1/ln2 tail*/ ...@@ -179,7 +179,7 @@ ivln2_l = 1.92596299112661746887e-08; /* 0x3E54AE0B, 0xF85DDF44 =1/ln2 tail*/
} }
/* (x<0)**(non-int) is NaN */ /* (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); if((((hx>>31)+1)|yisint)==0) return (x-x)/(x-x);
but ANSI C says a right shift of a signed negative quantity is but ANSI C says a right shift of a signed negative quantity is
implementation defined. */ implementation defined. */
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#include <config.h> #include <config.h>
#include <stdlib.h> #include <stdlib.h>
/* CYGNUS LOCAL: Include files. */ /* GCJ LOCAL: Include files. */
#include "ieeefp.h" #include "ieeefp.h"
#include "mprec.h" #include "mprec.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment