tools/nolibc: completely remove optional environ support
authorThomas Weißschuh <linux@weissschuh.net>
Mon, 10 Jul 2023 18:01:34 +0000 (20:01 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 23 Aug 2023 02:40:22 +0000 (04:40 +0200)
commit67d108e2a2bd258b49902ea9d85c25a53a7c5e5b
tree57e0e637a48f37ef16eb1cc8ffa423bf22bec5eb
parent4beb9be811d7c20b3b5ae8c07720d8f5cf066e1e
tools/nolibc: completely remove optional environ support

In commit 52e423f5b93e ("tools/nolibc: export environ as a weak symbol on i386")
and friends the asm startup logic was extended to directly populate the
"environ" array.

This makes it impossible for "environ" to be dropped by the linker.
Therefore also drop the other logic to handle non-present "environ".

Also add a testcase to validate the initialization of environ.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Signed-off-by: Willy Tarreau <w@1wt.eu>
tools/include/nolibc/stdlib.h
tools/testing/selftests/nolibc/nolibc-test.c