* 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
+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>
// 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
}
/* (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. */
#include <config.h>
#include <stdlib.h>
-/* CYGNUS LOCAL: Include files. */
+/* GCJ LOCAL: Include files. */
#include "ieeefp.h"
#include "mprec.h"