]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: lib: add __gnu_thumb1_case_si
authorFrancis Laniel <francis.laniel@amarulasolutions.com>
Sat, 1 Apr 2023 21:54:39 +0000 (22:54 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 6 Apr 2023 23:10:08 +0000 (19:10 -0400)
commit5ffcf7c59065477865a542159a9bcddf0929c36e
tree2cfef1318dc81a888d2d3e2d28e64738ffb4c983
parent16abdd42b390d9a49825e70b52eb7ae42013dae5
arm: lib: add __gnu_thumb1_case_si

The assembly for __gnu_thumb1_case_si was taken from upstream gcc and adapted
as width suffix was removed for the add instruction [1].

Signed-off-by: Francis Laniel <francis.laniel@amarulasolutions.com>
Tested-by: Tony Dinh <mibodhi@gmail.com>
[1] https://github.com/gcc-mirror/gcc/blob/4f181f9c7ee3efc509d185fdfda33be9018f1611/libgcc/config/arm/lib1funcs.S#L2156
Acked-by: Pali Rohár <pali@kernel.org>
Acked-by: Tony Dinh <mibodhi@gmail.com>
arch/arm/lib/lib1funcs.S