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
64bead4c
Commit
64bead4c
authored
Jan 21, 2002
by
Kazu Hirata
Committed by
Kazu Hirata
Jan 21, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/h8300/h8300.c (function_arg): Update a comment.
From-SVN: r49026
parent
ed863595
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
gcc/ChangeLog
+4
-0
gcc/config/h8300/h8300.c
+4
-6
No files found.
gcc/ChangeLog
View file @
64bead4c
2002-01-20 Kazu Hirata <kazu@hxi.com>
* config/h8300/h8300.c (function_arg): Update a comment.
2002-01-20 Kazu Hirata <kazu@hxi.com>
* config/h8300/h8300.md: Update the comments at the beginning
of the file.
...
...
gcc/config/h8300/h8300.c
View file @
64bead4c
...
...
@@ -793,10 +793,6 @@ h8300_pr_saveall (pfile)
pragma_saveall
=
1
;
}
/* If the next arg with MODE and TYPE is to be passed in a register, return
the rtx to represent where it is passed. CUM represents the state after
the last argument. NAMED is not used. */
static
const
char
*
const
hand_list
[]
=
{
"__main"
,
...
...
@@ -817,8 +813,10 @@ static const char *const hand_list[] =
0
,
};
/* Return an RTX to represent where a value with mode MODE will be returned
from a function. If the result is 0, the argument is pushed. */
/* If the next function argument with MODE and TYPE is to be passed in
a register, return a reg RTX for the hard register in which to pass
the argument. CUM represents the state after the last argument.
If the argument is to be pushed, NULL_RTX is returned. */
rtx
function_arg
(
cum
,
mode
,
type
,
named
)
...
...
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