glibc/csu
Adhemerval Zanella b46d250656 Remove kernel version check
The kernel version check is used to avoid glibc to run on older
kernels where some syscall are not available and fallback code are
not enabled to handle graciously fail.  However, it does not prevent
if the kernel does not correctly advertise its version through
vDSO note, uname or procfs.

Also kernel version checks are sometime not desirable by users,
where they want to deploy on different system with different kernel
version knowing the minimum set of syscall is always presented on
such systems.

The kernel version check has been removed along with the
LD_ASSUME_KERNEL environment variable.  The minimum kernel used to
built glibc is still provided through NT_GNU_ABI_TAG ELF note and
also printed when libc.so is issued.

Checked on x86_64-linux-gnu.
2022-05-16 15:03:49 -03:00
..
Makefile Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
Versions Reduce the statically linked startup code [BZ #23323] 2021-02-25 12:13:02 +01:00
abi-note.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
check_fds.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
dso_handle.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
errno-loc.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
errno.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
gmon-start.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
init-first.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
init.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
libc-start.c Remove kernel version check 2022-05-16 15:03:49 -03:00
libc-tls.c csu: Implement and use _dl_early_allocate during static startup 2022-05-16 18:42:03 +02:00
rtld-sizes.sym Extend struct r_debug to support multiple namespaces [BZ #15971] 2021-09-19 13:51:35 -07:00
start.c More fallout from supporting only ELF 2012-01-08 00:45:01 -05:00
static-reloc.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
sysdep.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
version.c Remove kernel version check 2022-05-16 15:03:49 -03:00