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
59b41b69
Commit
59b41b69
authored
Oct 07, 2014
by
Marek Polacek
Committed by
Marek Polacek
Oct 07, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* jvgenmain.c (main): Provide declarations for JvRunMain{,Name}.
From-SVN: r215969
parent
8ccda8bc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
gcc/java/ChangeLog
+4
-0
gcc/java/jvgenmain.c
+4
-0
No files found.
gcc/java/ChangeLog
View file @
59b41b69
2014
-
10
-
07
Marek
Polacek
<
polacek
@
redhat
.
com
>
*
jvgenmain
.
c
(
main
):
Provide
declarations
for
JvRunMain
{,
Name
}.
2014
-
07
-
08
Mark
Wielaard
<
mjw
@
redhat
.
com
>
*
builtins
.
c
(
putVolatile_builtin
):
Use
build_qualified_type
...
...
gcc/java/jvgenmain.c
View file @
59b41b69
...
...
@@ -127,6 +127,10 @@ main (int argc, char **argv)
/* At this point every element of ARGV from 1 to LAST_ARG is a `-D'
option. Process them appropriately. */
fprintf
(
stream
,
"extern const char **_Jv_Compiler_Properties;
\n
"
);
if
(
indirect
)
fprintf
(
stream
,
"extern void JvRunMainName ();
\n
"
);
else
fprintf
(
stream
,
"extern void JvRunMain ();
\n
"
);
fprintf
(
stream
,
"static const char *props[] =
\n
{
\n
"
);
for
(
i
=
1
;
i
<
last_arg
;
++
i
)
{
...
...
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