commit | 3370d82f3b3ff04d082a9c343a80019282e41261 | [log] [tgz] |
---|---|---|
author | Michal Simek <monstr@monstr.eu> | Tue Dec 07 11:55:06 2010 +0100 |
committer | Michal Simek <monstr@monstr.eu> | Mon Jan 03 10:30:31 2011 +0100 |
tree | 4466336416d76206c29cfb78b05c21648845b33c | |
parent | 17b931468729df6921981700bf18c75609c2f6af [diff] |
microblaze: Fix __muldi3 function for little-endian. __muldi3 was written for big endian platforms. Code contained half word read/write instructions which are not compatible with little endian cpu. Asm __muldi3 implementation is replaced by C version. Signed-off-by: Michal Simek <monstr@monstr.eu>