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: 19c5699f ("xtensa: don't link with libgcc") Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Showing
arch/xtensa/lib/bswapdi2.S
0 → 100644
arch/xtensa/lib/bswapsi2.S
0 → 100644
Please register or sign in to comment