From 0545950be0752fdecf3ff75b56d413fedeaf483d Mon Sep 17 00:00:00 2001 From: Georg-Johann Lay Date: Tue, 21 Feb 2012 17:41:06 +0000 Subject: avr-protos.h (avr_accumulate_outgoing_args): Move prototype from here to... * config/avr/avr-protos.h (avr_accumulate_outgoing_args): Move prototype from here to... * config/avr/avr.h: ...here. From-SVN: r184445 --- gcc/config/avr/avr.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gcc/config/avr/avr.h') diff --git a/gcc/config/avr/avr.h b/gcc/config/avr/avr.h index 1b7bd35..6bc73de 100644 --- a/gcc/config/avr/avr.h +++ b/gcc/config/avr/avr.h @@ -676,6 +676,10 @@ struct GTY(()) machine_function required in order for pushes to be generated. */ #define PUSH_ROUNDING(X) (X) +/* Define prototype here to avoid build warning. Some files using + ACCUMULATE_OUTGOING_ARGS (directly or indirectly) include + tm.h but not tm_p.h. */ +extern bool avr_accumulate_outgoing_args (void); #define ACCUMULATE_OUTGOING_ARGS avr_accumulate_outgoing_args() #define INIT_EXPANDERS avr_init_expanders() -- cgit v1.1