]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
sh: Provide sdivsi3/udivsi3/udivdi3 for sh64, kill off libgcc linking.
authorPaul Mundt <lethal@linux-sh.org>
Fri, 12 Dec 2008 07:53:14 +0000 (16:53 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 22 Dec 2008 09:44:05 +0000 (18:44 +0900)
commit180ae2037f5bc33b0597ddbb76d36b08a74a238a
tree623c8e77a7593811124726e669e701443b83e47e
parent209aa4fdc39eacc145a7f9c32a4b9ffcc68912c6
sh: Provide sdivsi3/udivsi3/udivdi3 for sh64, kill off libgcc linking.

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>
arch/sh/Makefile
arch/sh/kernel/sh_ksyms_64.c
arch/sh/lib64/Makefile
arch/sh/lib64/sdivsi3.S [new file with mode: 0644]
arch/sh/lib64/udivdi3.S [new file with mode: 0644]
arch/sh/lib64/udivsi3.S [new file with mode: 0644]