commit | 3c8fdae78cf5d73c6739912a1ff087c0f23b2a47 | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Wed Mar 08 17:25:33 2006 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Mar 08 17:25:33 2006 +0000 |
tree | 85203dba56f72d897ffa073aa53fb03b011f4e52 | |
parent | 7986824e4e31d6c66f39d2f11ab93fcfed21f593 [diff] |
[ARM] Fix muldi3.S When shifting the low-parts of signed numbers, a logical shift should be used to avoid sign-extending a bit which isn't a sign bit. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>