sh: Use generic GCC library routines
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 23 Mar 2023 10:18:07 +0000 (11:18 +0100)
committerJohn Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Tue, 25 Apr 2023 07:16:47 +0000 (09:16 +0200)
commit8bc6666f13fe1971cb870e5e0c3082435e3caa9c
tree617e97dd6a05f26a99207e24f328a51c93abdae0
parent2d60eca501bc70fc73d30a1b151a137c3b990183
sh: Use generic GCC library routines

The C implementations of __ashldi3(), __ashrdi3__(), and __lshrdi3() in
arch/sh/lib/ are identical to the generic C implementations in lib/.
Reduce duplication by switching SH to the generic versions.

Update the include path in arch/sh/boot/compressed accordingly.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Palmer Dabbelt <palmer@rivosinc.com>
Reviewed-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Link: https://lore.kernel.org/r/74dbe68dc8e2ffb6180092f73723fe21ab692c7a.1679566500.git.geert+renesas@glider.be
Signed-off-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
arch/sh/Kconfig
arch/sh/boot/compressed/ashldi3.c
arch/sh/lib/Makefile
arch/sh/lib/ashldi3.c [deleted file]
arch/sh/lib/ashrdi3.c [deleted file]
arch/sh/lib/lshrdi3.c [deleted file]