1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 20:15:07 +00:00
serenity/Userland/Libraries/LibC/arch/i386
Jean-Baptiste Boric c87aa6d908 LibC: Fix sigsetjmp on i686
Calling sigprocmask() through the PLT requires setting the ebx register
to the address of the global offset table, otherwise chaos ensues. Also
the value of the ecx register was assumed to be preserved across that
function call despite the fact that it is caller-saved in the x86
calling convention.
2021-08-26 00:54:23 +02:00
..
crti.S LibC: Use our implementation of crti.o and crtn.o 2021-07-14 13:12:25 +02:00
crtn.S LibC: Use our implementation of crti.o and crtn.o 2021-07-14 13:12:25 +02:00
setjmp.S LibC: Fix sigsetjmp on i686 2021-08-26 00:54:23 +02:00