Build libc-start with stack protector for SHARED
commit8b8f13b60d9587e91e8719239a9249b448bc1307
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Mon, 15 Mar 2021 14:55:00 +0000 (15 20:25 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Mon, 15 Mar 2021 14:55:00 +0000 (15 20:25 +0530)
tree07a0048ac8f8f651ca26e547c3bebc6a68db6b93
parent941ea10f8099cb4fcc98c65249fc17a63fcff6a4
Build libc-start with stack protector for SHARED

This does not change the emitted code since __libc_start_main does not
return, but is important for formal flags compliance.

This also cleans up the cosmetic inconsistency in the stack protector
flags in csu, especially the incorrect value of STACK_PROTECTOR_LEVEL.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Makeconfig
csu/Makefile
elf/Makefile