From: gjl Date: Fri, 29 Jul 2016 09:14:02 +0000 (+0000) Subject: * config/avr/lib1funcs.S (__muldi3) [have MUL]: No need to clear X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=33d428f0bda1e44d2e4566546e10fd380d888491;p=thirdparty%2Fgcc.git * config/avr/lib1funcs.S (__muldi3) [have MUL]: No need to clear zero_reg as previous call to __umulhisi3 already cleared it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@238850 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index f3e9104f8964..2c9140ae2e96 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2016-07-29 Georg-Johann Lay + + * config/avr/lib1funcs.S (__muldi3) [have MUL]: No need to clear + zero_reg as previous call to __umulhisi3 already cleared it. + 2016-07-21 Aurelien Jarno PR target/59833 diff --git a/libgcc/config/avr/lib1funcs.S b/libgcc/config/avr/lib1funcs.S index 61fa61bb8cd7..82adfda44021 100644 --- a/libgcc/config/avr/lib1funcs.S +++ b/libgcc/config/avr/lib1funcs.S @@ -958,7 +958,6 @@ DEFUN __muldi3 wmov A4, C4 wmov A6, C6 - clr __zero_reg__ pop r16 pop r17 pop r28