user: implement mlibc as the libc, finally.
It's finally done.. Signed-off-by: kaguya <vpshinomiya@protonmail.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
.global pltRelocateStub
|
||||
# save / restore all registers that can hold function parameters
|
||||
pltRelocateStub:
|
||||
# we need to save / restore all registers than can hold function arguments
|
||||
# we do not need to save callee-saved registers as they will not be trashed by lazyRelocate
|
||||
# TODO: save floating point argument registers
|
||||
illegal
|
||||
|
||||
.section .note.GNU-stack,"",%progbits
|
||||
Reference in New Issue
Block a user