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
5041541e
Commit
5041541e
authored
Feb 03, 2007
by
Kazu Hirata
Committed by
Kazu Hirata
Feb 03, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* java-tree.h, javaop.def, jcf-parse.c: Fix comment typos.
From-SVN: r121543
parent
d1ad84c2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/java/ChangeLog
+4
-0
gcc/java/java-tree.h
+1
-1
gcc/java/javaop.def
+1
-1
gcc/java/jcf-parse.c
+1
-1
No files found.
gcc/java/ChangeLog
View file @
5041541e
2007
-
02
-
03
Kazu
Hirata
<
kazu
@
codesourcery
.
com
>
*
java
-
tree
.
h
,
javaop
.
def
,
jcf
-
parse
.
c
:
Fix
comment
typos
.
2007
-
02
-
02
Andrew
Haley
<
aph
@
redhat
.
com
>
2007
-
02
-
02
Andrew
Haley
<
aph
@
redhat
.
com
>
*
expr
.
c
(
expand_byte_code
):
Call
cache_this_class_ref
()
and
*
expr
.
c
(
expand_byte_code
):
Call
cache_this_class_ref
()
and
...
...
gcc/java/java-tree.h
View file @
5041541e
...
@@ -764,7 +764,7 @@ union lang_tree_node
...
@@ -764,7 +764,7 @@ union lang_tree_node
#define FIELD_LOCAL_ALIAS(DECL) DECL_LANG_FLAG_6 (VAR_OR_FIELD_CHECK (DECL))
#define FIELD_LOCAL_ALIAS(DECL) DECL_LANG_FLAG_6 (VAR_OR_FIELD_CHECK (DECL))
/* True when DECL, which aliases an outer context local variable is
/* True when DECL, which aliases an outer context local variable is
used by the inner classe */
used by the inner classe
s.
*/
#define FIELD_LOCAL_ALIAS_USED(DECL) DECL_LANG_FLAG_7 (VAR_OR_FIELD_CHECK (DECL))
#define FIELD_LOCAL_ALIAS_USED(DECL) DECL_LANG_FLAG_7 (VAR_OR_FIELD_CHECK (DECL))
/* True when DECL is a this$<n> field. Note that
/* True when DECL is a this$<n> field. Note that
...
...
gcc/java/javaop.def
View file @
5041541e
...
@@ -88,7 +88,7 @@ TEST: Compares an integer (popped from the stack) against zero.
...
@@ -88,7 +88,7 @@ TEST: Compares an integer (popped from the stack) against zero.
If the test (in OPERAND_VALUE) is true, goto a relative
If the test (in OPERAND_VALUE) is true, goto a relative
offset given by the next two bytes.
offset given by the next two bytes.
COND: Compares two values (popped from the stack) againt each other.
COND: Compares two values (popped from the stack) again
s
t each other.
If the test (in OPERAND_VALUE) is true, goto a relative
If the test (in OPERAND_VALUE) is true, goto a relative
offset given by the next two bytes.
offset given by the next two bytes.
...
...
gcc/java/jcf-parse.c
View file @
5041541e
...
@@ -259,7 +259,7 @@ java_read_sourcefilenames (const char *fsource_filename)
...
@@ -259,7 +259,7 @@ java_read_sourcefilenames (const char *fsource_filename)
/* Given a relative pathname such as foo/bar.java, attempt to find a
/* Given a relative pathname such as foo/bar.java, attempt to find a
longer pathname with the same suffix.
longer pathname with the same suffix.
This is a best guess heuristic; with some weird class hierarcies we
This is a best guess heuristic; with some weird class hierarc
h
ies we
may fail to pick the correct source file. For example, if we have
may fail to pick the correct source file. For example, if we have
the filenames foo/bar.java and also foo/foo/bar.java, we do not
the filenames foo/bar.java and also foo/foo/bar.java, we do not
have enough information to know which one is the right match for
have enough information to know which one is the right match for
...
...
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