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
dc56ceb7
Commit
dc56ceb7
authored
Jul 31, 2001
by
Graham Stott
Committed by
Graham Stott
Jul 31, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* function.c (pad_below): Revert 2001-07-26 patch.
From-SVN: r44514
parent
3e42ccd2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
gcc/ChangeLog
+4
-0
gcc/function.c
+1
-4
No files found.
gcc/ChangeLog
View file @
dc56ceb7
2001-07-31 Graham Stott <grahams@redhat.com>
* function.c (pad_below): Revert 2001-07-26 patch.
Tue Jul 31 15:37:35 CEST 2001 Jan Hubicka <jh@suse.cz>
Tue Jul 31 15:37:35 CEST 2001 Jan Hubicka <jh@suse.cz>
* reg-stack (convert_regs_1): Fix best edge condition.
* reg-stack (convert_regs_1): Fix best edge condition.
...
...
gcc/function.c
View file @
dc56ceb7
...
@@ -5265,10 +5265,7 @@ locate_and_pad_parm (passed_mode, type, in_regs, fndecl,
...
@@ -5265,10 +5265,7 @@ locate_and_pad_parm (passed_mode, type, in_regs, fndecl,
/* However, BLKmode args passed in regs have their padding done elsewhere.
/* However, BLKmode args passed in regs have their padding done elsewhere.
The stack slot must be able to hold the entire register. */
The stack slot must be able to hold the entire register. */
&&
!
(
in_regs
&&
passed_mode
==
BLKmode
))
&&
!
(
in_regs
&&
passed_mode
==
BLKmode
))
{
pad_below
(
offset_ptr
,
passed_mode
,
sizetree
);
pad_below
(
offset_ptr
,
passed_mode
,
sizetree
);
pad_below
(
initial_offset_ptr
,
passed_mode
,
sizetree
);
}
if
(
where_pad
!=
none
if
(
where_pad
!=
none
&&
(
!
host_integerp
(
sizetree
,
1
)
&&
(
!
host_integerp
(
sizetree
,
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