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
d8d0f5af
Commit
d8d0f5af
authored
Jan 20, 2003
by
Richard Henderson
Committed by
Richard Henderson
Jan 20, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* expr.h (default_must_pass_in_stack): Move decl outside ifdef.
From-SVN: r61538
parent
5b50aa9d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/expr.h
+1
-1
No files found.
gcc/ChangeLog
View file @
d8d0f5af
2003
-
01
-
20
Richard
Henderson
<
rth
@redhat
.
com
>
2003
-
01
-
20
Richard
Henderson
<
rth
@redhat
.
com
>
*
expr
.
h
(
default_must_pass_in_stack
)
:
Move
decl
outside
ifdef
.
2003
-
01
-
20
Richard
Henderson
<
rth
@redhat
.
com
>
PR
opt
/
7507
PR
opt
/
7507
*
stmt
.
c
(
expand_asm_operands
)
:
Validize
memory
operands
.
*
stmt
.
c
(
expand_asm_operands
)
:
Validize
memory
operands
.
...
...
gcc/expr.h
View file @
d8d0f5af
...
@@ -154,8 +154,8 @@ enum direction {none, upward, downward}; /* Value has this type. */
...
@@ -154,8 +154,8 @@ enum direction {none, upward, downward}; /* Value has this type. */
#endif
#endif
/* Nonzero if we do not know how to pass TYPE solely in registers. */
/* Nonzero if we do not know how to pass TYPE solely in registers. */
#ifndef MUST_PASS_IN_STACK
extern
bool
default_must_pass_in_stack
PARAMS
((
enum
machine_mode
,
tree
));
extern
bool
default_must_pass_in_stack
PARAMS
((
enum
machine_mode
,
tree
));
#ifndef MUST_PASS_IN_STACK
#define MUST_PASS_IN_STACK(MODE,TYPE) default_must_pass_in_stack(MODE, TYPE)
#define MUST_PASS_IN_STACK(MODE,TYPE) default_must_pass_in_stack(MODE, TYPE)
#endif
#endif
...
...
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