From 81d9b5a392e093fecb6bae6985653d1276e51eba Mon Sep 17 00:00:00 2001 From: Georg-Johann Lay Date: Fri, 21 Nov 2014 14:05:32 +0000 Subject: [PATCH] Add ChangeLog entry From-SVN: r217923 --- gcc/ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3470ae2272d..92ea86fa230 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,24 @@ +2014-11-21 Georg-Johann Lay + + Forward-port from 2014-10-30 4_9-branch r216934 + + PR target/63633 + * config/avr/avr-protos.h (regmask): New inline function. + (avr_fix_inputs, avr_emit3_fix_outputs): New protos. + * config/avr/avr.c (avr_fix_operands, avr_move_fixed_operands) + (avr_fix_inputs, avr_emit3_fix_outputs): New functions. + * config/avr/avr-fixed.md (mulqq3_nomul, muluqq3_nomul) + (mul3, mul3, 3, 3) + (3, round3): Fix input operands. + * config/avr/avr-dimode.md (add3, sub3) + (3, 3, cbranch4) + (3, mulsidi3): Fix input operands. + * config/avr/avr.md (mulqi3_call, mulhi3_call, mulsi3, mulpsi3) + (mulusi3, mulssi3, mulohisi3, mulhisi3) + (usmulhisi3, mulhi3_highpart, mulsqipsi3) + (fmul, fmuls, fmulsu): Fix operands. Turn insn into expander as + needed. + 2014-11-21 Jakub Jelinek PR target/61137