diff options
| author | mark <mark@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-08 21:25:54 +0000 | 
|---|---|---|
| committer | mark <mark@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-08 21:25:54 +0000 | 
| commit | 6cf29699b1bc8dd2766fdecee5a4e7727b05a2cd (patch) | |
| tree | a3b2fbc876ac42dc819874846091c5d7c773df3c | |
| parent | 9445cfbfae102d4435d8a4f86062d0d36bd33d65 (diff) | |
| download | ppe42-gcc-6cf29699b1bc8dd2766fdecee5a4e7727b05a2cd.tar.gz ppe42-gcc-6cf29699b1bc8dd2766fdecee5a4e7727b05a2cd.zip  | |
       * gcj.texi: CNI now expands to Compiled Native Interface.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69103 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/java/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/java/gcj.texi | 4 | 
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 978608244ac..e00ec4bb533 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -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. diff --git a/gcc/java/gcj.texi b/gcc/java/gcj.texi index 944dbb68a2a..fa739220357 100644 --- a/gcc/java/gcj.texi +++ b/gcc/java/gcj.texi @@ -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).  | 

