summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/lib/muldi3.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* microblaze: Fix __muldi3 function for little-endian.Michal Simek2011-01-031-121/+0
| | | | | | | | | __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>
* microblaze: Add libgcc function directly to kernelMichal Simek2010-10-211-0/+121
Replaced libgcc functions with asm optimized implementation. Signed-off-by: Michal Simek <monstr@monstr.eu>