Re: [PATCH] sh: Use generic GGC library routines

2021-03-02 Thread John Paul Adrian Glaubitz
Hi Geert! On 3/2/21 5:14 PM, Geert Uytterhoeven wrote: > 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

[PATCH] sh: Use generic GGC library routines

2021-03-02 Thread Geert Uytterhoeven
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 Uytterhoeve