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
4eeca74f
Commit
4eeca74f
authored
Nov 18, 2004
by
Alan Modra
Committed by
Alan Modra
Nov 19, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/rs6000/rs6000.c (function_arg): Don't return BLKmode regs.
From-SVN: r90883
parent
d9648e1d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
gcc/ChangeLog
+4
-0
gcc/config/rs6000/rs6000.c
+3
-0
No files found.
gcc/ChangeLog
View file @
4eeca74f
2004
-
11
-
19
Alan
Modra
<
amodra
@
bigpond
.
net
.
au
>
*
config
/
rs6000
/
rs6000
.
c
(
function_arg
):
Don
't return BLKmode regs.
2004-11-18 Nicolas Pitre <nico@cam.org>
* config/arm/arm.c (const_double_needs_minipool): New function to
...
...
gcc/config/rs6000/rs6000.c
View file @
4eeca74f
...
...
@@ -5525,6 +5525,9 @@ function_arg (CUMULATIVE_ARGS *cum, enum machine_mode mode,
if
(
TARGET_32BIT
&&
TARGET_POWERPC64
)
return
rs6000_mixed_function_arg
(
mode
,
type
,
align_words
);
if
(
mode
==
BLKmode
)
mode
=
Pmode
;
return
gen_rtx_REG
(
mode
,
GP_ARG_MIN_REG
+
align_words
);
}
else
...
...
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