Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-03 | microblaze: Fix __muldi3 function for little-endian. | Michal Simek | |
__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> |