Files
ladybird/Kernel
Andreas Kling 349d2ec1c2 Kernel: Link with libgcc
This allows us to get rid of all the custom 64-bit division helpers.
I wanted to do this ages ago but couldn't get it working. Turns out it
was unstable due to libgcc using the regular ABI and the kernel being
built with -mregparm=3.

Now that we build the kernel with regular calls, we can just link with
libgcc and get this stuff for free. :^)
2019-11-06 13:07:07 +01:00
..
2019-11-04 12:04:35 +01:00
2019-10-12 19:30:59 +02:00
2019-10-12 19:30:59 +02:00
2019-11-06 13:07:07 +01:00
2019-09-28 13:59:49 +02:00
2019-11-05 18:56:43 +01:00
2019-11-06 13:07:07 +01:00