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
4c8fa2e5
Commit
4c8fa2e5
authored
Mar 22, 2005
by
Tom Tromey
Committed by
Tom Tromey
Mar 22, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gnu/gcj/tools/gcj_dbtool/Main.java (usage): Fixed output.
From-SVN: r96879
parent
11e97737
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
libjava/ChangeLog
+4
-0
libjava/gnu/gcj/tools/gcj_dbtool/Main.java
+2
-2
No files found.
libjava/ChangeLog
View file @
4c8fa2e5
2005
-
03
-
22
Tom
Tromey
<
tromey
@
redhat
.
com
>
*
gnu
/
gcj
/
tools
/
gcj_dbtool
/
Main
.
java
(
usage
):
Fixed
output
.
2005
-
03
-
21
Tom
Tromey
<
tromey
@
redhat
.
com
>
*
java
/
lang
/
VMCompiler
.
java
(
static
block
):
Also
catch
...
...
libjava/gnu/gcj/tools/gcj_dbtool/Main.java
View file @
4c8fa2e5
...
...
@@ -293,10 +293,10 @@ public class Main
+
" gcj-dbtool -t file.gcjdb - Test a gcj map database\n"
+
" gcj-dbtool -l file.gcjdb - List a gcj map database\n"
+
" gcj-dbtool -m dest.gcjdb [source.gcjdb]...\n"
+
" gcj-dbtool -p - Print default database name\n"
+
" - Merge gcj map databases into dest\n"
+
" Replaces dest\n"
+
" To add to dest, include dest in the list of sources"
);
+
" To add to dest, include dest in the list of sources\n"
+
" gcj-dbtool -p - Print default database name"
);
}
// Add a jar to a map. This copies the map first and returns a
...
...
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