tools/nolibc: x86_64: shrink _start with _start_c
authorZhangjin Wu <falcon@tinylab.org>
Sat, 15 Jul 2023 18:27:49 +0000 (02:27 +0800)
committerWilly Tarreau <w@1wt.eu>
Wed, 23 Aug 2023 02:40:22 +0000 (04:40 +0200)
commit539287d75178fd77c195520477dcd35a4d28a737
treedf999725a6f923928e6da3300054dfce1bff82de
parent2ab446336b17aad362c6decee29b4efd83a01979
tools/nolibc: x86_64: shrink _start with _start_c

move most of the _start operations to _start_c(), include the
stackprotector initialization.

Signed-off-by: Zhangjin Wu <falcon@tinylab.org>
Signed-off-by: Willy Tarreau <w@1wt.eu>
tools/include/nolibc/arch-x86_64.h