~ubuntu-branches/debian/stretch/gcc-6-doc/stretch

« back to all changes in this revision

Viewing changes to gcc/java/gcj.texi

  • Committer: Package Import Robot
  • Author(s): Guo Yixuan (郭溢譞)
  • Date: 2016-05-06 21:45:33 UTC
  • Revision ID: package-import@ubuntu.com-20160506214533-1ro717riyxkhd4kn
Tags: 6.1.0-1
* New upstream branch. (Closes: #822667)
* Synced patches with gcc-6, 6.1.1-1.
* Use https URIs for Vcs-*.
* Bumped standards version to 3.9.8, no changes needed.
* Update debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
@format
56
56
@dircategory Software development
57
57
@direntry
58
 
* Gcj: (gcj).               Ahead-of-time compiler for the Java language
 
58
* @value{fngcj}: (@value{fngcj}).               Ahead-of-time compiler for the Java language
59
59
@end direntry
60
60
 
61
61
@dircategory Individual utilities
62
62
@direntry
63
 
* jcf-dump: (gcj)Invoking jcf-dump.
 
63
* jcf-dump: (@value{fngcj}) Invoking jcf-dump.
64
64
                            Print information about Java class files
65
 
* gij: (gcj)Invoking gij.   GNU interpreter for Java bytecode
66
 
* gcj-dbtool: (gcj)Invoking gcj-dbtool.
 
65
* gij: (@value{fngcj}) Invoking gij.   GNU interpreter for Java bytecode
 
66
* gcj-dbtool: (@value{fngcj}) Invoking gcj-dbtool.
67
67
                            Tool for manipulating class file databases.
68
 
* jv-convert: (gcj)Invoking jv-convert.
 
68
* jv-convert: (@value{fngcj}) Invoking jv-convert.
69
69
                            Convert file from one encoding to another
70
 
* grmic: (gcj)Invoking grmic.
 
70
* grmic: (@value{fngcj}) Invoking grmic.
71
71
                            Generate stubs for Remote Method Invocation.
72
 
* gc-analyze: (gcj)Invoking gc-analyze.
 
72
* gc-analyze: (@value{fngcj}) Invoking gc-analyze.
73
73
                            Analyze Garbage Collector (GC) memory dumps.
74
 
* aot-compile: (gcj)Invoking aot-compile.
 
74
* aot-compile: (@value{fngcj})Invoking aot-compile.
75
75
                            Compile bytecode to native and generate databases.
76
 
* rebuild-gcj-db: (gcj)Invoking rebuild-gcj-db.
 
76
* rebuild-gcj-db: (@value{fngcj})Invoking rebuild-gcj-db.
77
77
                            Merge the per-solib databases made by aot-compile
78
78
                            into one system-wide database.
79
79
@end direntry
159
159
 
160
160
As @command{gcj} is just another front end to @command{gcc}, it supports many
161
161
of the same options as gcc.  @xref{Option Summary, , Option Summary,
162
 
gcc, Using the GNU Compiler Collection (GCC)}.  This manual only documents the
 
162
@value{fngcc}, Using the GNU Compiler Collection (GCC)}.  This manual only documents the
163
163
options specific to @command{gcj}.
164
164
 
165
165
@c man end