Message ID | 5194EE79.1050308@arm.com |
---|---|
State | New |
Headers | show |
Index: gcc/config/arm/arm.c =================================================================== --- gcc/config/arm/arm.c (revision 198971) +++ gcc/config/arm/arm.c (working copy) @@ -5426,6 +5426,7 @@ arm_function_ok_for_sibcall (tree decl, sibling calls. */ if (TARGET_AAPCS_BASED && arm_abi == ARM_ABI_AAPCS + && decl && DECL_WEAK (decl)) return false;