Hi Andreas,
Am 14.06.2021 um 19:40 schrieb Andreas Schwab:
On Jun 14 2021, Michael Schmitz wrote:
do we need to add
.globl __sys_exit, __sys_exit_group
(and perhaps __sys_clone3) at the start of entry.S?
ENTRY takes care of that. You wouldn't be able to link without that
anyway.
Thanks - I guessed being able to link (and run) the code should be good
enough, but I don't try a lot of tool chains...
Cheers,
Michael
We have that for __sys_fork, __sys_clone and __sys_vfork.
Not really needed.
Andreas.