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
8f426586
Commit
8f426586
authored
Oct 14, 1999
by
Tom Tromey
Committed by
Tom Tromey
Oct 14, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* jvspec.c (jvgenmain_spec): Use `%umain', not just `%u'.
From-SVN: r29985
parent
e99b93ff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
gcc/java/ChangeLog
+4
-0
gcc/java/jvspec.c
+4
-4
No files found.
gcc/java/ChangeLog
View file @
8f426586
1999-10-14 Tom Tromey <tromey@cygnus.com>
* jvspec.c (jvgenmain_spec): Use `%umain', not just `%u'.
1999-10-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* jcf-dump.c (print_constant, disassemble_method): Don't call a
...
...
gcc/java/jvspec.c
View file @
8f426586
...
...
@@ -50,15 +50,15 @@ int lang_specific_extra_outfiles = 0;
#define COMBINE_INPUTS 0
const
char
jvgenmain_spec
[]
=
"jvgenmain %i %{!pipe:%u.i} |
\n
\
cc1 %{!pipe:%U.i} %1 \
"jvgenmain %i %{!pipe:%u
main
.i} |
\n
\
cc1 %{!pipe:%U
main
.i} %1 \
%{!Q:-quiet} -dumpbase %b.c %{d*} %{m*} %{a*}\
%{g*} %{O*} \
%{v:-version} %{pg:-p} %{p} %{f*}\
%{aux-info*}\
%{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\
%{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%U.s}} |
\n
\
%{!S:as %a %Y -o %d%w%u
%O %{!pipe:%U
.s} %A
\n
}"
;
%{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%U
main
.s}} |
\n
\
%{!S:as %a %Y -o %d%w%u
main%O %{!pipe:%Umain
.s} %A
\n
}"
;
/* Return full path name of spec file if it is in DIR, or NULL if
not. */
...
...
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