linux-stable/arch/xtensa/lib
Max Filippov 034f4a7877 xtensa: add __bswap{si,di}2 helpers
gcc-13 may generate calls for __bswap{si,di}2. This breaks the kernel
build when optimization for size is selected. Add __bswap{si,di}2
helpers to fix that.

Cc: stable@vger.kernel.org
Fixes: 19c5699f9a ("xtensa: don't link with libgcc")
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
2023-05-12 09:44:12 -07: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
bswapdi2.S xtensa: add __bswap{si,di}2 helpers 2023-05-12 09:44:12 -07:00
bswapsi2.S xtensa: add __bswap{si,di}2 helpers 2023-05-12 09:44:12 -07:00
checksum.S xtensa: propagate the calling conventions change down into csum_partial_copy_generic() 2020-08-20 15:45:21 -04:00
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
Makefile xtensa: add __bswap{si,di}2 helpers 2023-05-12 09:44:12 -07:00
memcopy.S xtensa: localize labels used in memmove 2022-05-01 19:51:20 -07:00
memset.S xtensa: abstract 'entry' and 'retw' in assembly code 2019-07-08 10:04:48 -07:00
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 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 2019-05-30 11:26:32 -07:00
strncpy_user.S xtensa: don't use a12 in strncpy_user 2021-10-18 22:19:34 -07:00
strnlen_user.S xtensa: abstract 'entry' and 'retw' in assembly code 2019-07-08 10:04:48 -07:00
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 xtensa: don't use a12 in __xtensa_copy_user in call0 ABI 2021-10-18 22:19:34 -07:00