aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/lib64/sdivsi3.S (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-05-09sh: Provide an __sdivsi3_2 export for sh64.Paul Mundt1-1/+5
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-22sh: Provide sdivsi3/udivsi3/udivdi3 for sh64, kill off libgcc linking.Paul Mundt1-0/+131
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>