Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-09 | sh: Provide an __sdivsi3_2 export for sh64. | Paul Mundt | |
Newer code paths that are heavier in 64-bit math manage to get this generated by newer compilers, provide a definition and export accordingly. This is trivially wrapped around the existing __sdivsi3 code. Signed-off-by: Paul Mundt <lethal@linux-sh.org> | |||
2008-12-22 | sh: Provide sdivsi3/udivsi3/udivdi3 for sh64, kill off libgcc linking. | Paul Mundt | |
This moves in the necessary libgcc bits and kills off the libgcc linking for sh64 kernels as well. Signed-off-by: Paul Mundt <lethal@linux-sh.org> |