Commit 254bb256 by Nick Clifton Committed by Nick Clifton

Add prototype to prevent compile time warning

From-SVN: r37086
parent ef3809cb
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
......
......@@ -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));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment