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
495f1dd8
Commit
495f1dd8
authored
Dec 12, 1992
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(FUNCTION_ARG_PASS_BY_REFERENCE): Deleted.
From-SVN: r2868
parent
937868a2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
gcc/config/alpha/alpha.h
+0
-8
No files found.
gcc/config/alpha/alpha.h
View file @
495f1dd8
...
@@ -731,14 +731,6 @@ enum reg_class { NO_REGS, GENERAL_REGS, FLOAT_REGS, ALL_REGS,
...
@@ -731,14 +731,6 @@ enum reg_class { NO_REGS, GENERAL_REGS, FLOAT_REGS, ALL_REGS,
(CUM) + 16 + (TARGET_FPREGS \
(CUM) + 16 + (TARGET_FPREGS \
&& GET_MODE_CLASS (MODE) == MODE_FLOAT) * 32) : 0)
&& GET_MODE_CLASS (MODE) == MODE_FLOAT) * 32) : 0)
/* This indicates that an argument is to be passed with an invisible reference
(i.e., a pointer to the object is passed).
On the Alpha, we do this if it must be passed on the stack. */
#define FUNCTION_ARG_PASS_BY_REFERENCE(CUM, MODE, TYPE, NAMED) \
(MUST_PASS_IN_STACK (MODE, TYPE))
/* Specify the padding direction of arguments.
/* Specify the padding direction of arguments.
On the Alpha, we must pad upwards in order to be able to pass args in
On the Alpha, we must pad upwards in order to be able to pass args in
...
...
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