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
0f92e926
Commit
0f92e926
authored
Jul 24, 2000
by
Michael Meissner
Committed by
Michael Meissner
Jul 24, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete references to FUNCTION_ARG_KEEP_AS_REFERENCE
From-SVN: r35237
parent
2339ce57
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
10 deletions
+5
-10
gcc/ChangeLog
+5
-0
gcc/config/d30v/d30v.h
+0
-10
No files found.
gcc/ChangeLog
View file @
0f92e926
2000-07-24 Michael Meissner <meissner@redhat.com>
* d30v.h (FUNCTION_ARG_KEEP_AS_REFERENCE): Delete references to
unsupported macro.
2000-07-24 Nick Clifton <nickc@cygnus.com>
2000-07-24 Nick Clifton <nickc@cygnus.com>
* config/arm/arm.c (emit_multi_reg_push): Generate a
* config/arm/arm.c (emit_multi_reg_push): Generate a
...
...
gcc/config/d30v/d30v.h
View file @
0f92e926
...
@@ -2384,11 +2384,6 @@ extern void d30v_init_expanders ();
...
@@ -2384,11 +2384,6 @@ extern void d30v_init_expanders ();
MUST_PASS_IN_STACK (MODE, TYPE) */
MUST_PASS_IN_STACK (MODE, TYPE) */
#define FUNCTION_ARG_PASS_BY_REFERENCE(CUM, MODE, TYPE, NAMED) 0
#define FUNCTION_ARG_PASS_BY_REFERENCE(CUM, MODE, TYPE, NAMED) 0
/* If defined, a C expression that indicates when it is more
desirable to keep an argument passed by invisible reference as a
reference, rather than copying it to a pseudo register. */
/* #define FUNCTION_ARG_KEEP_AS_REFERENCE(CUM, MODE, TYPE, NAMED) */
/* If defined, a C expression that indicates when it is the called function's
/* If defined, a C expression that indicates when it is the called function's
responsibility to make a copy of arguments passed by invisible reference.
responsibility to make a copy of arguments passed by invisible reference.
Normally, the caller makes a copy and passes the address of the copy to the
Normally, the caller makes a copy and passes the address of the copy to the
...
@@ -2399,11 +2394,6 @@ extern void d30v_init_expanders ();
...
@@ -2399,11 +2394,6 @@ extern void d30v_init_expanders ();
otherwise a copy must be made. */
otherwise a copy must be made. */
/* #define FUNCTION_ARG_CALLEE_COPIES(CUM, MODE, TYPE, NAMED) */
/* #define FUNCTION_ARG_CALLEE_COPIES(CUM, MODE, TYPE, NAMED) */
/* If defined, a C expression that indicates when it is more desirable to keep
an argument passed by invisible reference as a reference, rather than
copying it to a pseudo register. */
/* #define FUNCTION_ARG_KEEP_AS_REFERENCE(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 type
`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.
`int' suffices and can hold the number of bytes of argument so far.
...
...
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