Add prototype to prevent compile time warning
authorNick Clifton <nickc@redhat.com>
Fri, 27 Oct 2000 18:40:59 +0000 (18:40 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Fri, 27 Oct 2000 18:40:59 +0000 (18:40 +0000)
From-SVN: r37086

gcc/ChangeLog
gcc/config/arm/arm-protos.h

index 8367bdb2661e2c90759b14f0bb90c08c8bd2d8f3..2c42e84568003f615d03f7228ec1b646b63b04ee 100644 (file)
@@ -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 
index bc05fa76a97f196950350aae0654618fb5610b39..f205a01955e9d003a076580ab2e510dc863b7289 100644 (file)
@@ -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));