* gcj.texi: CNI now expands to Compiled Native Interface.
authorMark Wielaard <mark@klomp.org>
Tue, 8 Jul 2003 21:25:54 +0000 (21:25 +0000)
committerMark Wielaard <mark@gcc.gnu.org>
Tue, 8 Jul 2003 21:25:54 +0000 (21:25 +0000)
From-SVN: r69103

gcc/java/ChangeLog
gcc/java/gcj.texi

index 978608244ac55da0355ca08a272788e8c5001630..e00ec4bb533b573f067604c489401553ec51cdbf 100644 (file)
@@ -1,3 +1,7 @@
+2003-07-08  Mark Wielaard  <mark@klomp.org>
+
+       * gcj.texi: CNI now expands to Compiled Native Interface.
+
 2003-07-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
        * Make-lang.in (java/gcj.dvi): Use PWD_COMMAND.
index 944dbb68a2a894de3808f29712367767fc6fd724..fa739220357d6444cc8183268275b171f8d3e754 100644 (file)
@@ -115,7 +115,7 @@ files and object files, and it can read both Java source code and
 * Invoking jv-convert:: Converting from one encoding to another
 * Invoking rmic::        Generate stubs for Remote Method Invocation.
 * Invoking rmiregistry:: The remote object registry.
-* About CNI::           Description of the Cygnus Native Interface
+* About CNI::           Description of the Compiled Native Interface
 * System properties::   Modifying runtime behavior of the libgcj library
 * Resources::          Where to look for more information
 @end menu
@@ -1031,7 +1031,7 @@ Print version information, then exit.
 @node About CNI
 @chapter About CNI
 
-This documents CNI, the Cygnus Native Interface,
+This documents CNI, the Compiled Native Interface,
 which is is a convenient way to write Java native methods using C++.
 This is a more efficient, more convenient, but less portable
 alternative to the standard JNI (Java Native Interface).