From 489174fc4b0667726d2f007d1025d719fcdb175c Mon Sep 17 00:00:00 2001 From: gjl Date: Mon, 12 Dec 2016 11:57:33 +0000 Subject: [PATCH] libgcc/ * config/avr/lib1funcs.S (__ashrdi3): Fix typo from r243545. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@243546 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgcc/ChangeLog | 4 ++++ libgcc/config/avr/lib1funcs.S | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 5f8854c6e0e..ce63774a457 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,5 +1,9 @@ 2016-12-12 George Spelvin + * config/avr/lib1funcs.S (__ashrdi3): Fix typo from r243545. + +2016-12-12 George Spelvin + * config/avr/lib1funcs.S (__ashldi3): Use __tmp_reg__ to restore R16 instead of push + pop. (__ashrdi3, __lshrdi3): Same. And use __zero_reg__ for signs. diff --git a/libgcc/config/avr/lib1funcs.S b/libgcc/config/avr/lib1funcs.S index 6ca2b82a8cd..628c6d1a075 100644 --- a/libgcc/config/avr/lib1funcs.S +++ b/libgcc/config/avr/lib1funcs.S @@ -3120,7 +3120,7 @@ ENDF __bswapdi2 ;; r25:r18 = ashr64 (r25:r18, r17:r16) DEFUN __ashrdi3 sbrc r25, 7 - neg SS + com SS ;; FALLTHRU ENDF __ashrdi3 -- 2.11.4.GIT