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
a7c5337d
Commit
a7c5337d
authored
23 years ago
by
Bryce McKinlay
Committed by
Bryce McKinlay
23 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* class.c (add_interface_do): Set BINFO_VPTR_FIELD.
From-SVN: r47480
parent
806b8c3c
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 @
a7c5337d
2001-11-30 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
* class.c (add_interface_do): Set BINFO_VPTR_FIELD.
2001-11-29 Joseph S. Myers <jsm28@cam.ac.uk>
* Make-lang.in (java.generated-manpages): New dummy target.
...
...
This diff is collapsed.
Click to expand it.
gcc/java/class.c
View file @
a7c5337d
...
...
@@ -541,6 +541,7 @@ add_interface_do (basetype_vec, interface_class, i)
tree
interface_binfo
=
make_tree_vec
(
6
);
BINFO_TYPE
(
interface_binfo
)
=
interface_class
;
BINFO_OFFSET
(
interface_binfo
)
=
integer_zero_node
;
BINFO_VPTR_FIELD
(
interface_binfo
)
=
integer_zero_node
;
TREE_VIA_VIRTUAL
(
interface_binfo
)
=
1
;
TREE_VIA_PUBLIC
(
interface_binfo
)
=
1
;
TREE_VEC_ELT
(
basetype_vec
,
i
)
=
interface_binfo
;
...
...
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