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
254bb256
Commit
254bb256
authored
Oct 27, 2000
by
Nick Clifton
Committed by
Nick Clifton
Oct 27, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add prototype to prevent compile time warning
From-SVN: r37086
parent
ef3809cb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/ChangeLog
+5
-0
gcc/config/arm/arm-protos.h
+1
-0
No files found.
gcc/ChangeLog
View file @
254bb256
2000-10-27 Nick Clifton <nickc@redhat.com>
* config/arm/arm-protos.h (arm_function_ok_for_sibcall): Add
prototype.
2000-10-26 Richard Henderson <rth@redhat.com>
* calls.c (expand_call): Supress sibcall if we have a
...
...
gcc/config/arm/arm-protos.h
View file @
254bb256
...
...
@@ -42,6 +42,7 @@ extern int arm_comp_type_attributes PARAMS ((tree, tree));
extern
int
arm_valid_type_attribute_p
PARAMS
((
tree
,
tree
,
tree
,
tree
));
extern
void
arm_set_default_type_attributes
PARAMS
((
tree
));
extern
void
arm_encode_call_attribute
PARAMS
((
tree
,
int
));
extern
int
arm_function_ok_for_sibcall
PARAMS
((
tree
));
#endif
#ifdef RTX_CODE
extern
int
const_ok_for_arm
PARAMS
((
HOST_WIDE_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