Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
7f8b4704
Commit
7f8b4704
authored
Aug 13, 2003
by
Tom Tromey
Committed by
Tom Tromey
Aug 13, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcj.texi (Invoking gij): Document -X and -?.
From-SVN: r70406
parent
5a195cb5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletions
+13
-1
gcc/java/ChangeLog
+4
-0
gcc/java/gcj.texi
+9
-1
No files found.
gcc/java/ChangeLog
View file @
7f8b4704
2003-08-13 Tom Tromey <tromey@redhat.com>
* gcj.texi (Invoking gij): Document -X and -?.
2003-08-13 Mohan Embar <gnustuff@thisiscool.com>
* Make-lang.in: Added missing win32-host.o to JAVA_OBJS,
...
...
gcc/java/gcj.texi
View file @
7f8b4704
...
...
@@ -778,7 +778,8 @@ gij [@option{-jar}] [@option{OPTION}] @dots{} @var{CLASS} [@var{ARGS}@dots{}]
[@option{-cp} @var{path}] [@option{-classpath} @var{path}]
[@option{-D}@var{name}[=@var{value}]@dots{}]
[@option{-ms=}@var{number}] [@option{-mx=}@var{number}]
[@option{--showversion}] [@option{--version}] [@option{--help}]
[@option{-X@var{argument}]
[@option{--showversion}] [@option{--version}] [@option{--help}][@option{-?}]
@c man end
@c man begin SEEALSO gij
gcc(1), gcj(1), gcjh(1), jv-scan(1), jcf-dump(1), gfdl(7),
...
...
@@ -838,11 +839,18 @@ This sets the initial heap size.
@item -mx=@var{number}
This sets the maximum heap size.
@item -X
@itemx -X@var{argument}
Supplying @code{-X} by itself will cause @code{gij} to list all the
supported @code{-X} options. Currently there are none. Unrecognized
@code{-X} options are ignored, for compatibility with other runtimes.
@item -jar
This indicates that the name passed to @code{gij} should be interpreted
as the name of a jar file, not a class.
@item --help
@itemx -?
Print help, then exit.
@item --showversion
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment