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
8909ccf5
Commit
8909ccf5
authored
Aug 06, 2010
by
David Daney
Committed by
David Daney
Aug 06, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* class.c (build_utf8_ref): Fix code formatting from previous commit.
From-SVN: r162931
parent
5ff474fc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/java/ChangeLog
+4
-0
gcc/java/class.c
+1
-1
No files found.
gcc/java/ChangeLog
View file @
8909ccf5
2010
-
08
-
05
David
Daney
<
ddaney
@
caviumnetworks
.
com
>
2010
-
08
-
05
David
Daney
<
ddaney
@
caviumnetworks
.
com
>
*
class
.
c
(
build_utf8_ref
):
Fix
code
formatting
from
previous
commit
.
2010
-
08
-
05
David
Daney
<
ddaney
@
caviumnetworks
.
com
>
*
class
.
c
(
build_utf8_ref
):
Make
decl
DECL_USER_ALIGN
.
*
class
.
c
(
build_utf8_ref
):
Make
decl
DECL_USER_ALIGN
.
2010
-
07
-
27
Joseph
Myers
<
joseph
@
codesourcery
.
com
>
2010
-
07
-
27
Joseph
Myers
<
joseph
@
codesourcery
.
com
>
...
...
gcc/java/class.c
View file @
8909ccf5
...
@@ -983,7 +983,7 @@ build_utf8_ref (tree name)
...
@@ -983,7 +983,7 @@ build_utf8_ref (tree name)
TREE_READONLY
(
decl
)
=
1
;
TREE_READONLY
(
decl
)
=
1
;
TREE_THIS_VOLATILE
(
decl
)
=
0
;
TREE_THIS_VOLATILE
(
decl
)
=
0
;
DECL_INITIAL
(
decl
)
=
cinit
;
DECL_INITIAL
(
decl
)
=
cinit
;
DECL_USER_ALIGN
(
decl
)
=
1
;
DECL_USER_ALIGN
(
decl
)
=
1
;
if
(
HAVE_GAS_SHF_MERGE
)
if
(
HAVE_GAS_SHF_MERGE
)
{
{
...
...
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