commit | 1031a3a57ed76f5cb8754a89ddb22f3d9ebe8861 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Sat May 09 17:57:21 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Sat May 09 17:57:21 2009 +0900 |
tree | d96fa7501dcf7c74837e43a2bec084aea877eaec | |
parent | 2bcfffa42309b6f73042c62459bf5207762a271d [diff] |
sh: Provide an __sdivsi3_2 export for sh64. 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>