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
1f5b3282
Commit
1f5b3282
authored
Jan 21, 2003
by
Kaveh R. Ghazi
Committed by
Kaveh Ghazi
Jan 21, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* calls.c (fix_unsafe_tree): Prototype.
From-SVN: r61545
parent
dd859b8a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
gcc/ChangeLog
+2
-0
gcc/calls.c
+1
-0
No files found.
gcc/ChangeLog
View file @
1f5b3282
2003
-
01
-
21
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
2003
-
01
-
21
Kaveh
R
.
Ghazi
<
ghazi
@caip
.
rutgers
.
edu
>
*
calls
.
c
(
fix_unsafe_tree
)
:
Prototype
.
*
Makefile
.
in
(
GCC_WARN_CFLAGS
)
:
Add
$
(
WERROR
)
$
(
$@
-
warn
)
*
Makefile
.
in
(
GCC_WARN_CFLAGS
)
:
Add
$
(
WERROR
)
$
(
$@
-
warn
)
(
gtype
-
desc
.
o
-
warn
,
c
-
decl
.
o
-
warn
,
varasm
.
o
-
warn
,
gcc
.
o
-
warn
,
(
gtype
-
desc
.
o
-
warn
,
c
-
decl
.
o
-
warn
,
varasm
.
o
-
warn
,
gcc
.
o
-
warn
,
insn
-
conditions
.
o
-
warn
,
out_object_file
,
gengtype
-
yacc
.
o
-
warn
,
insn
-
conditions
.
o
-
warn
,
out_object_file
,
gengtype
-
yacc
.
o
-
warn
,
...
...
gcc/calls.c
View file @
1f5b3282
...
@@ -197,6 +197,7 @@ static int check_sibcall_argument_overlap PARAMS ((rtx, struct arg_data *,
...
@@ -197,6 +197,7 @@ static int check_sibcall_argument_overlap PARAMS ((rtx, struct arg_data *,
static
int
combine_pending_stack_adjustment_and_call
static
int
combine_pending_stack_adjustment_and_call
PARAMS
((
int
,
struct
args_size
*
,
int
));
PARAMS
((
int
,
struct
args_size
*
,
int
));
static
tree
fix_unsafe_tree
PARAMS
((
tree
));
#ifdef REG_PARM_STACK_SPACE
#ifdef REG_PARM_STACK_SPACE
static
rtx
save_fixed_argument_area
PARAMS
((
int
,
rtx
,
int
*
,
int
*
));
static
rtx
save_fixed_argument_area
PARAMS
((
int
,
rtx
,
int
*
,
int
*
));
...
...
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