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
8d39b447
Commit
8d39b447
authored
Mar 15, 2002
by
Anthony Green
Committed by
Anthony Green
Mar 15, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix gcj -R.
From-SVN: r50815
parent
3a4edb44
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
gcc/java/ChangeLog
+5
-0
gcc/java/jcf-parse.c
+0
-3
No files found.
gcc/java/ChangeLog
View file @
8d39b447
2002-03-15 Anthony Green <green@redhat.com>
* jcf-parse.c (yyparse): Don't emit class registration
constructor when compiling resource files.
2002-03-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* lang.c (java_tree_code_type, java_tree_code_length,
...
...
gcc/java/jcf-parse.c
View file @
8d39b447
...
...
@@ -1054,9 +1054,6 @@ yyparse ()
resource_filename
=
IDENTIFIER_POINTER
(
TREE_VALUE
(
current_file_list
));
compile_resource_file
(
resource_name
,
resource_filename
);
java_expand_classes
();
if
(
!
java_report_errors
())
emit_register_classes
();
return
0
;
}
...
...
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