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
c5daf9c4
Commit
c5daf9c4
authored
May 29, 2000
by
Richard Henderson
Committed by
Richard Henderson
May 29, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* stor-layout.c (finalize_record_size): Fix typo.
From-SVN: r34257
parent
5cb7d6b4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/ChangeLog
+2
-0
gcc/stor-layout.c
+1
-1
No files found.
gcc/ChangeLog
View file @
c5daf9c4
2000
-
05
-
29
Richard
Henderson
<
rth
@cygnus
.
com
>
2000
-
05
-
29
Richard
Henderson
<
rth
@cygnus
.
com
>
*
stor
-
layout
.
c
(
finalize_record_size
)
:
Fix
typo
.
*
jump
.
c
(
redirect_jump
)
:
Don
'
t
emit
NOTE_INSN_FUNCTION_END
*
jump
.
c
(
redirect_jump
)
:
Don
'
t
emit
NOTE_INSN_FUNCTION_END
if
nlabel
is
null
.
if
nlabel
is
null
.
gcc/stor-layout.c
View file @
c5daf9c4
...
@@ -925,7 +925,7 @@ finalize_record_size (rli)
...
@@ -925,7 +925,7 @@ finalize_record_size (rli)
TYPE_SIZE
(
rli
->
t
)
=
ROUND_TYPE_SIZE
(
rli
->
t
,
unpadded_size
,
TYPE_SIZE
(
rli
->
t
)
=
ROUND_TYPE_SIZE
(
rli
->
t
,
unpadded_size
,
TYPE_ALIGN
(
rli
->
t
));
TYPE_ALIGN
(
rli
->
t
));
TYPE_SIZE_UNIT
(
rli
->
t
)
TYPE_SIZE_UNIT
(
rli
->
t
)
=
ROUND_TYPE_SIZE_UNIT
(
rli
->
t
,
unpaded_size_unit
,
=
ROUND_TYPE_SIZE_UNIT
(
rli
->
t
,
unpad
d
ed_size_unit
,
TYPE_ALIGN
(
rli
->
t
)
/
BITS_PER_UNIT
);
TYPE_ALIGN
(
rli
->
t
)
/
BITS_PER_UNIT
);
#else
#else
TYPE_SIZE
(
rli
->
t
)
=
round_up
(
unpadded_size
,
TYPE_ALIGN
(
rli
->
t
));
TYPE_SIZE
(
rli
->
t
)
=
round_up
(
unpadded_size
,
TYPE_ALIGN
(
rli
->
t
));
...
...
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