Re: [PATCHSET v2 0/2] tools/nolibc: Fix startup code bug and small improvement

From: Ammar Faizi
Date: Sat Oct 23 2021 - 22:13:51 EST


Hi Willy,
This is a patchset v2, there are 2 patches in this series.

[PATCH 1/2] is a bug fix. Thanks to Peter who reported the bug, fixed
in [PATCH 1/2] by me.

[PATCH 2/2] is just a small improvement to minimize code size, no
functional changes.

Detailed explanation in the commit message.
Please review!

Link v1: https://lore.kernel.org/lkml/dRLArKzRMqajy1jA86k0vg-ammarfaizi2@xxxxxxxxxxx/
----------------------------------------------------------------
Ammar Faizi (2):
tools/nolibc: x86-64: Fix startup code bug
tools/nolibc: x86-64: Use `mov $60,%eax` instead of `mov $60,%rax`

tools/include/nolibc/nolibc.h | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)

Thanks!
--
Ammar Faizi