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
7b0c7e62
Commit
7b0c7e62
authored
Dec 06, 1999
by
Jakub Jelinek
Committed by
David S. Miller
Dec 06, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/sparc/sparc.h (MUST_PASS_IN_STACK): New macro.
From-SVN: r30796
parent
6d6365b2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
gcc/ChangeLog
+4
-0
gcc/config/sparc/sparc.h
+7
-0
No files found.
gcc/ChangeLog
View file @
7b0c7e62
1999
-
12
-
06
Jakub
Jelinek
<
jakub
@redhat
.
com
>
*
config
/
sparc
/
sparc
.
h
(
MUST_PASS_IN_STACK
)
:
New
macro
.
1999
-
12
-
05
Jakub
Jelinek
<
jakub
@redhat
.
com
>
1999
-
12
-
05
Jakub
Jelinek
<
jakub
@redhat
.
com
>
*
config
/
sparc
/
sparc
.
c
(
sparc64_initialize_trampoline
)
:
Use
gen_flushdi
.
*
config
/
sparc
/
sparc
.
c
(
sparc64_initialize_trampoline
)
:
Use
gen_flushdi
.
...
...
gcc/config/sparc/sparc.h
View file @
7b0c7e62
...
@@ -1744,6 +1744,13 @@ init_cumulative_args (& (CUM), (FNTYPE), (LIBNAME), (INDIRECT));
...
@@ -1744,6 +1744,13 @@ init_cumulative_args (& (CUM), (FNTYPE), (LIBNAME), (INDIRECT));
#define FUNCTION_ARG_ADVANCE(CUM, MODE, TYPE, NAMED) \
#define FUNCTION_ARG_ADVANCE(CUM, MODE, TYPE, NAMED) \
function_arg_advance (& (CUM), (MODE), (TYPE), (NAMED))
function_arg_advance (& (CUM), (MODE), (TYPE), (NAMED))
/* Nonzero if we do not know how to pass TYPE solely in registers. */
#define MUST_PASS_IN_STACK(MODE,TYPE) \
((TYPE) != 0 \
&& (TREE_CODE (TYPE_SIZE (TYPE)) != INTEGER_CST \
|| TREE_ADDRESSABLE (TYPE)))
/* Determine where to put an argument to a function.
/* Determine where to put an argument to a function.
Value is zero to push the argument on the stack,
Value is zero to push the argument on the stack,
or a hard register in which to store the argument.
or a hard register in which to store the argument.
...
...
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