Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sh: Provide an __sdivsi3_2 export for sh64. | Paul Mundt | 2009-05-09 | 1 | -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> | ||||
* | sh: Provide sdivsi3/udivsi3/udivdi3 for sh64, kill off libgcc linking. | Paul Mundt | 2008-12-22 | 1 | -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> |