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
ebdfc3b7
Commit
ebdfc3b7
authored
Apr 08, 2000
by
Joern Rennecke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix comment.
From-SVN: r33010
parent
03492bae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
gcc/config/sh/sh.h
+4
-4
No files found.
gcc/config/sh/sh.h
View file @
ebdfc3b7
...
...
@@ -599,10 +599,10 @@ do { \
in the wrong place.
If we wanted to implement this exactly, we'd need a STRUCT_VALUE of 0,
an extra field in CUMULATIVE_ARGS, initialize it in INIT_CUMULATIVE_ARGS,
and hack FUNCTION_
VALUE / FUNCTION_ARG_ADVANCE to look directly at
DECL_RESULT of the current function in conjunction with CUM to determine
if the argument in question it is a struct value pointer, and if it is,
pass it in memory. */
and hack FUNCTION_
ARG (actually PASS_IN_REG_P) / FUNCTION_ARG_ADVANCE
to look directly at DECL_RESULT of the current function in conjunction
with CUM to determine if the argument in question it is a struct value
p
ointer, and if it is, p
ass it in memory. */
#define STRUCT_VALUE \
(TARGET_HITACHI \
? gen_rtx_MEM (Pmode, arg_pointer_rtx) \
...
...
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