microblaze: Fix __muldi3 function for little-endian.
authorMichal Simek <monstr@monstr.eu>
Tue, 7 Dec 2010 10:55:06 +0000 (11:55 +0100)
committerMichal Simek <monstr@monstr.eu>
Mon, 3 Jan 2011 09:30:31 +0000 (10:30 +0100)
__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>

No differences found