Skip to content
Commit 5722da71 authored by Andy Ross's avatar Andy Ross Committed by Alberto Escolar
Browse files

kernel: Skip bss clear on native_posix



There's no point to doing this when the host OS clears all memory at
mapping time.  And as it turns out, the __bss_end symbol it was
relying on actually comes from the host toolchain's linker, not our
own linker scripts (making it semi-dangerous to rely on).  And it's
not present in clang/lld output anyway.

Signed-off-by: default avatarAndy Ross <andyross@google.com>
parent 0e560bf8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment