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
f44fefca
Commit
f44fefca
authored
Dec 21, 2001
by
Richard Henderson
Committed by
Richard Henderson
Dec 21, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* class.c (build_class_ref): Mark _Jv_fooClass DECL_EXTERNAL.
From-SVN: r48251
parent
e97b32d9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/java/ChangeLog
+4
-0
gcc/java/class.c
+1
-0
No files found.
gcc/java/ChangeLog
View file @
f44fefca
2001-12-21 Richard Henderson <rth@redhat.com>
* class.c (build_class_ref): Mark _Jv_fooClass DECL_EXTERNAL.
2001-12-20 Tom Tromey <tromey@redhat.com>
For PR java/4509:
...
...
gcc/java/class.c
View file @
f44fefca
...
...
@@ -1089,6 +1089,7 @@ build_class_ref (type)
decl
=
build_decl
(
VAR_DECL
,
decl_name
,
class_type_node
);
TREE_STATIC
(
decl
)
=
1
;
TREE_PUBLIC
(
decl
)
=
1
;
DECL_EXTERNAL
(
decl
)
=
1
;
make_decl_rtl
(
decl
,
NULL
);
pushdecl_top_level
(
decl
);
if
(
is_compiled
==
1
)
...
...
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