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
05fda848
Commit
05fda848
authored
Oct 28, 2010
by
Nathan Froyd
Committed by
Nathan Froyd
Oct 28, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* score.h (FUNCTION_ARG, FUNCTION_ARG_ADVANCE): Delete.
From-SVN: r166046
parent
73f3f841
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
21 deletions
+4
-21
gcc/ChangeLog
+4
-0
gcc/config/score/score.h
+0
-21
No files found.
gcc/ChangeLog
View file @
05fda848
2010
-
10
-
28
Nathan
Froyd
<
froydnj
@codesourcery
.
com
>
2010
-
10
-
28
Nathan
Froyd
<
froydnj
@codesourcery
.
com
>
*
score
.
h
(
FUNCTION_ARG
,
FUNCTION_ARG_ADVANCE
)
:
Delete
.
2010
-
10
-
28
Nathan
Froyd
<
froydnj
@codesourcery
.
com
>
*
config
/
cris
/
cris
.
h
(
FUNCTION_ARG
,
FUNCTION_INCOMING_ARG
)
:
Delete
.
*
config
/
cris
/
cris
.
h
(
FUNCTION_ARG
,
FUNCTION_INCOMING_ARG
)
:
Delete
.
(
FUNCTION_ARG_ADVANCE
)
:
Delete
.
(
FUNCTION_ARG_ADVANCE
)
:
Delete
.
*
config
/
cris
/
cris
.
c
(
cris_function_arg_1
,
cris_function_arg
)
:
New
*
config
/
cris
/
cris
.
c
(
cris_function_arg_1
,
cris_function_arg
)
:
New
gcc/config/score/score.h
View file @
05fda848
...
@@ -569,21 +569,6 @@ extern enum reg_class score_char_to_class[256];
...
@@ -569,21 +569,6 @@ extern enum reg_class score_char_to_class[256];
#define OUTGOING_REG_PARM_STACK_SPACE(FNTYPE) 1
#define OUTGOING_REG_PARM_STACK_SPACE(FNTYPE) 1
/* Passing Arguments in Registers */
/* Passing Arguments in Registers */
/* Determine where to put an argument to a function.
Value is zero to push the argument on the stack,
or a hard register in which to store the argument.
MODE is the argument's machine mode.
TYPE is the data type of the argument (as a tree).
This is null for libcalls where that information may
not be available.
CUM is a variable of type CUMULATIVE_ARGS which gives info about
the preceding args and about the function being called.
NAMED is nonzero if this argument is a named parameter
(otherwise it is an extra parameter matching an ellipsis). */
#define FUNCTION_ARG(CUM, MODE, TYPE, NAMED) \
score_function_arg (&CUM, MODE, TYPE, NAMED)
/* A C type for declaring a variable that is used as the first argument of
/* A C type for declaring a variable that is used as the first argument of
`FUNCTION_ARG' and other related values. For some target machines, the
`FUNCTION_ARG' and other related values. For some target machines, the
type `int' suffices and can hold the number of bytes of argument so far. */
type `int' suffices and can hold the number of bytes of argument so far. */
...
@@ -602,12 +587,6 @@ typedef struct score_args
...
@@ -602,12 +587,6 @@ typedef struct score_args
#define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT, n_named_args) \
#define INIT_CUMULATIVE_ARGS(CUM, FNTYPE, LIBNAME, INDIRECT, n_named_args) \
score_init_cumulative_args (&CUM, FNTYPE, LIBNAME)
score_init_cumulative_args (&CUM, FNTYPE, LIBNAME)
/* Update the data in CUM to advance over an argument
of mode MODE and data type TYPE.
(TYPE is null for libcalls where that information may not be available.) */
#define FUNCTION_ARG_ADVANCE(CUM, MODE, TYPE, NAMED) \
score_function_arg_advance (&CUM, MODE, TYPE, NAMED)
/* 1 if N is a possible register number for function argument passing.
/* 1 if N is a possible register number for function argument passing.
We have no FP argument registers when soft-float. When FP registers
We have no FP argument registers when soft-float. When FP registers
are 32 bits, we can't directly reference the odd numbered ones. */
are 32 bits, we can't directly reference the odd numbered ones. */
...
...
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