elf: Remove __libc_init_secure
authorFangrui Song <maskray@google.com>
Tue, 19 Apr 2022 22:52:27 +0000 (15:52 -0700)
committerFangrui Song <maskray@google.com>
Tue, 19 Apr 2022 22:52:27 +0000 (15:52 -0700)
commit3e9acce8c50883b6cd8a3fb653363d9fa21e1608
treec69a7776edef12dd1dbd98f8c7fc2e50432e3758
parent78fb88827362fbd2cc8aa32892ae5b015106e25c
elf: Remove __libc_init_secure

After 73fc4e28b9464f0e13edc719a5372839970e7ddb,
__libc_enable_secure_decided is always 0 and a statically linked
executable may overwrite __libc_enable_secure without considering
AT_SECURE.

The __libc_enable_secure has been correctly initialized in _dl_aux_init,
so just remove __libc_enable_secure_decided and __libc_init_secure.
This allows us to remove some startup_get*id functions from
22b79ed7f413cd980a7af0cf258da5bf82b6d5e5.

Reviewed-by: Florian Weimer <fweimer@redhat.com>
csu/libc-start.c
elf/enbl-secure.c
include/libc-internal.h
include/unistd.h
sysdeps/generic/startup.h
sysdeps/mach/hurd/enbl-secure.c [deleted file]
sysdeps/mach/hurd/i386/init-first.c
sysdeps/unix/sysv/linux/i386/startup.h