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

View 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>

View 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

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. */

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"