diff options
author | Nick Clifton <nickc@redhat.com> | 2000-10-27 18:40:59 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2000-10-27 18:40:59 +0000 |
commit | 254bb25636bc50612a67ccad1563a4cc082c7e75 (patch) | |
tree | eb2de2cf68d2d70b1664369773931b398453e025 /gcc | |
parent | ef3809cbd81b4bd1fa7aa72fa88734c62e625909 (diff) | |
download | gcc-254bb25636bc50612a67ccad1563a4cc082c7e75.zip gcc-254bb25636bc50612a67ccad1563a4cc082c7e75.tar.gz gcc-254bb25636bc50612a67ccad1563a4cc082c7e75.tar.bz2 |
Add prototype to prevent compile time warning
From-SVN: r37086
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/arm/arm-protos.h | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8367bdb..2c42e84 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +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 diff --git a/gcc/config/arm/arm-protos.h b/gcc/config/arm/arm-protos.h index bc05fa7..f205a01 100644 --- a/gcc/config/arm/arm-protos.h +++ b/gcc/config/arm/arm-protos.h @@ -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)); |