aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config/avr
diff options
context:
space:
mode:
authorGeorge Spelvin <linux@sciencehorizons.net>2016-12-12 11:57:33 +0000
committerGeorg-Johann Lay <gjl@gcc.gnu.org>2016-12-12 11:57:33 +0000
commit8ae1c2c129fc171f499fddbefd56ceaf8ec22c44 (patch)
tree6d144789285695bf093e16480fc6002013503b89 /libgcc/config/avr
parenta5b947fa660dddce05e02f23de61d77063c2573b (diff)
downloadgcc-8ae1c2c129fc171f499fddbefd56ceaf8ec22c44.zip
gcc-8ae1c2c129fc171f499fddbefd56ceaf8ec22c44.tar.gz
gcc-8ae1c2c129fc171f499fddbefd56ceaf8ec22c44.tar.bz2
lib1funcs.S (__ashrdi3): Fix typo from r243545.
libgcc/ * config/avr/lib1funcs.S (__ashrdi3): Fix typo from r243545. From-SVN: r243546
Diffstat (limited to 'libgcc/config/avr')
-rw-r--r--libgcc/config/avr/lib1funcs.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/config/avr/lib1funcs.S b/libgcc/config/avr/lib1funcs.S
index 6ca2b82..628c6d1 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