diff options
Diffstat (limited to 'gcc/config/arm/arm-protos.h')
-rw-r--r-- | gcc/config/arm/arm-protos.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/arm/arm-protos.h b/gcc/config/arm/arm-protos.h index 437455f452d..0359fe77116 100644 --- a/gcc/config/arm/arm-protos.h +++ b/gcc/config/arm/arm-protos.h @@ -159,6 +159,7 @@ extern rtx arm_va_arg (tree, tree); extern int arm_function_arg_pass_by_reference (CUMULATIVE_ARGS *, enum machine_mode, tree, int); extern bool arm_needs_doubleword_align (enum machine_mode, tree); +extern rtx arm_function_value(tree, tree); #endif #if defined AOF_ASSEMBLER |