acrn-kernel/arch/xtensa/lib
Max Filippov 8939c58d68 xtensa: add __umulsidi3 helper
xtensa gcc-13 has changed multiplication handling and may now use
__umulsidi3 helper where it used to use __muldi3. As a result building
the kernel with the new gcc may fail with the following error:

    linux/init/main.c:1287: undefined reference to `__umulsidi3'

Fix the build by providing __umulsidi3 implementation for xtensa.

Cc: stable@vger.kernel.org # 5.18+
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
2022-12-06 16:21:26 -08:00
..
Makefile xtensa: add __umulsidi3 helper 2022-12-06 16:21:26 -08:00
ashldi3.S xtensa: add helpers for division, remainder and shifts 2022-03-09 14:02:40 -08:00
ashrdi3.S xtensa: add helpers for division, remainder and shifts 2022-03-09 14:02:40 -08:00
checksum.S
divsi3.S xtensa: add helpers for division, remainder and shifts 2022-03-09 14:02:40 -08:00
kcsan-stubs.c xtensa: enable KCSAN 2022-05-01 19:51:22 -07:00
lshrdi3.S xtensa: add helpers for division, remainder and shifts 2022-03-09 14:02:40 -08:00
memcopy.S xtensa: localize labels used in memmove 2022-05-01 19:51:20 -07:00
memset.S
modsi3.S xtensa: add helpers for division, remainder and shifts 2022-03-09 14:02:40 -08:00
mulsi3.S xtensa: add helpers for division, remainder and shifts 2022-03-09 14:02:40 -08:00
pci-auto.c
strncpy_user.S
strnlen_user.S
udivsi3.S xtensa: add helpers for division, remainder and shifts 2022-03-09 14:02:40 -08:00
umodsi3.S xtensa: add helpers for division, remainder and shifts 2022-03-09 14:02:40 -08:00
umulsidi3.S xtensa: add __umulsidi3 helper 2022-12-06 16:21:26 -08:00
usercopy.S