Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-13 | microblaze: lib: Remove helper macros | Michal Simek | 1 | -16/+12 | |
Remove these gcc types and use standard types. Signed-off-by: Michal Simek <michal.simek@xilinx.com> | |||||
2011-03-09 | microblaze: Add missing export symbols for lib functions | Michal Simek | 1 | -0/+1 | |
Adding missing export symbols for loadable modules. Signed-off-by: Michal Simek <monstr@monstr.eu> | |||||
2011-01-03 | microblaze: Fix __muldi3 function for little-endian. | Michal Simek | 1 | -0/+60 | |
__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> |