9a9b91c940
It's finally done.. Signed-off-by: kaguya <vpshinomiya@protonmail.com>
10 lines
371 B
ArmAsm
10 lines
371 B
ArmAsm
.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
|