From 1f83e3d73ffcb5ed0d028f132337d8d86b8d0ead Mon Sep 17 00:00:00 2001 From: luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> Date: Mon, 25 Jan 2021 22:25:35 -0500 Subject: Fix builds on xcode 12+ Enforce the use of -Werror-implicit-function-declaration for all platforms to catch this. See: https://developer.apple.com/documentation/xcode-release-notes/xcode-12-release-notes --- gcc_arm/config/arm/arm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc_arm/config/arm/arm.c') diff --git a/gcc_arm/config/arm/arm.c b/gcc_arm/config/arm/arm.c index 06d942a..cd643a3 100755 --- a/gcc_arm/config/arm/arm.c +++ b/gcc_arm/config/arm/arm.c @@ -38,6 +38,7 @@ Boston, MA 02111-1307, USA. */ #include "tree.h" #include "expr.h" #include "toplev.h" +#include "recog.h" /* The maximum number of insns skipped which will be conditionalised if possible. */ @@ -47,7 +48,6 @@ extern FILE *asm_out_file; /* Some function declarations. */ /* CYGNUS LOCAL */ -void arm_increase_location PROTO ((int)); static int get_prologue_size PROTO ((void)); /* END CYGNUS LOCAL */ -- cgit v1.2.3