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
f48c58e8
Commit
f48c58e8
authored
19 years ago
by
Kazu Hirata
Committed by
Kazu Hirata
19 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* expr.c, gjavah.c: Fix comment typos.
From-SVN: r112784
parent
917f1b7e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/java/ChangeLog
+4
-0
gcc/java/expr.c
+1
-1
gcc/java/gjavah.c
+1
-1
No files found.
gcc/java/ChangeLog
View file @
f48c58e8
2006
-
04
-
08
Kazu
Hirata
<
kazu
@
codesourcery
.
com
>
*
expr
.
c
,
gjavah
.
c
:
Fix
comment
typos
.
2006
-
04
-
03
Andrew
Haley
<
aph
@
redhat
.
com
>
PR
java
/
26858
...
...
This diff is collapsed.
Click to expand it.
gcc/java/expr.c
View file @
f48c58e8
...
...
@@ -1694,7 +1694,7 @@ build_field_ref (tree self_value, tree self_class, tree name)
We assume that Page 0 will be mapped with NOPERM, and that
memory may be allocated from any other page, so only field
offsets < pagesize are guara
tn
eed to trap. We also assume
offsets < pagesize are guara
nt
eed to trap. We also assume
the smallest page size we'll encounter is 4k bytes. */
if
(
!
flag_syntax_only
&&
check
&&
!
flag_check_references
&&
!
flag_indirect_dispatch
)
...
...
This diff is collapsed.
Click to expand it.
gcc/java/gjavah.c
View file @
f48c58e8
...
...
@@ -252,7 +252,7 @@ static int is_first_data_member = 0;
/* Only include byte-code decompilation optimizations for ELF targets
since the generated headers are only known to work with ELF weak
symbol sem
na
tics. Specifically, these optimizations are known to
symbol sem
an
tics. Specifically, these optimizations are known to
not work on PE-COFF and possibly others. */
#ifdef OBJECT_FORMAT_ELF
#define HANDLE_CODE_ATTRIBUTE(MAX_STACK, MAX_LOCALS, CODE_LENGTH) \
...
...
This diff is collapsed.
Click to expand it.
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