]> sourceware.org Git - glibc.git/commit
Remove dl-librecon.h header.
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 21 Feb 2022 16:52:20 +0000 (13:52 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 16 May 2022 18:03:49 +0000 (15:03 -0300)
commitd2db60d8d830ef68c8d20a77ac3572d610aa40b1
treefdf43a50152db7e52afc4ec38516a3ff2d163c67
parentc628c2296392ed3bf2cb8d8470668e64fe53389f
Remove dl-librecon.h header.

The Linux version used by i686 and m68k provide three overrrides for
generic code:

  1. DISTINGUISH_LIB_VERSIONS to print additional information when
     libc5 is used by a dependency.

  2. EXTRA_LD_ENVVARS to that enabled LD_LIBRARY_VERSION environment
     variable.

  3. EXTRA_UNSECURE_ENVVARS to add two environment variables related
     to aout support.

None are really requires, it has some decades since libc5 or aout
suppported was removed and Linux even remove support for aout files.
The LD_LIBRARY_VERSION is also dead code, dl_correct_cache_id is not
used anywhere.

Checked on x86_64-linux-gnu and i686-linux-gnu.

Reviewed-by: Florian Weimer <fweimer@redhat.com>
NEWS
elf/dl-support.c
elf/rtld.c
sysdeps/generic/dl-librecon.h [deleted file]
sysdeps/generic/ldsodefs.h
sysdeps/unix/sysv/linux/i386/dl-librecon.h [deleted file]
sysdeps/unix/sysv/linux/m68k/dl-librecon.h [deleted file]
This page took 0.044196 seconds and 5 git commands to generate.