]> git.dujemihanovic.xyz Git - u-boot.git/commit
mips: implement __udivdi3
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 18 Sep 2023 06:11:39 +0000 (08:11 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 13 Mar 2024 20:15:40 +0000 (21:15 +0100)
commit811dd44b0b13cb1ea40392edfbe8ffa21c5b33ad
tree63e148ee98f587eb206745493ec4dc3516a19a6e
parentf3c979dd0053c082d2df170446923e7ce5edbc2d
mips: implement __udivdi3

Squashfs wasn't compiling because the lldiv() directives
turn into __udivdi3 and we are using private libgcc.

After this squashfs compiles for MIPS.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Tested-by: Bartel Eerdekens <barteleerdekens@gmail.com>
arch/mips/lib/Makefile
arch/mips/lib/udivdi3.c [new file with mode: 0644]