lib1funcs.S (__ashrdi3): Fix typo from r243545.

libgcc/
	* config/avr/lib1funcs.S (__ashrdi3): Fix typo from r243545.

From-SVN: r243546
This commit is contained in:
George Spelvin 2016-12-12 11:57:33 +00:00 committed by Georg-Johann Lay
parent a5b947fa66
commit 8ae1c2c129
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2016-12-12 George Spelvin <linux@sciencehorizons.net>
* config/avr/lib1funcs.S (__ashrdi3): Fix typo from r243545.
2016-12-12 George Spelvin <linux@sciencehorizons.net>
* config/avr/lib1funcs.S (__ashldi3): Use __tmp_reg__ to restore

View File

@ -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