public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Remove distinguish library code
@ 2022-02-21 17:59 Adhemerval Zanella
  2022-02-21 17:59 ` [PATCH 1/2] Remove kernel version check Adhemerval Zanella
  2022-02-21 17:59 ` [PATCH 2/2] Remove dl-librecon.h header Adhemerval Zanella
  0 siblings, 2 replies; 7+ messages in thread
From: Adhemerval Zanella @ 2022-02-21 17:59 UTC (permalink / raw)
  To: libc-alpha

First patch removes the kernel version check on Linux, which
is a feature that from times to times cases some issues (such
as [1]).

Second is the distinguish library to handle ancient and long
unused libc5 and aout files.

[1 ]https://github.com/microsoft/WSL/issues/3023

Adhemerval Zanella (2):
  Remove kernel version check
  Remove dl-librecon.h header.

 NEWS                                       |  7 ++
 config.h.in                                |  3 +
 csu/libc-start.c                           |  8 --
 csu/version.c                              |  3 +
 elf/dl-cache.c                             |  3 -
 elf/dl-diagnostics.c                       |  5 --
 elf/dl-load.c                              | 30 ++++---
 elf/dl-support.c                           | 17 +---
 elf/rtld.c                                 | 40 +---------
 sysdeps/generic/dl-librecon.h              | 24 ------
 sysdeps/generic/ldsodefs.h                 |  9 ---
 sysdeps/unix/sysv/linux/configure          |  5 ++
 sysdeps/unix/sysv/linux/configure.ac       |  2 +
 sysdeps/unix/sysv/linux/dl-librecon.h      | 59 --------------
 sysdeps/unix/sysv/linux/dl-osinfo.h        | 25 ------
 sysdeps/unix/sysv/linux/dl-sysdep.c        | 93 ----------------------
 sysdeps/unix/sysv/linux/dl-sysdep.h        |  7 --
 sysdeps/unix/sysv/linux/i386/dl-librecon.h | 61 --------------
 sysdeps/unix/sysv/linux/m68k/dl-librecon.h |  1 -
 19 files changed, 38 insertions(+), 364 deletions(-)
 delete mode 100644 sysdeps/generic/dl-librecon.h
 delete mode 100644 sysdeps/unix/sysv/linux/dl-librecon.h
 delete mode 100644 sysdeps/unix/sysv/linux/i386/dl-librecon.h
 delete mode 100644 sysdeps/unix/sysv/linux/m68k/dl-librecon.h

-- 
2.32.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-03-04 12:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-21 17:59 [PATCH 0/2] Remove distinguish library code Adhemerval Zanella
2022-02-21 17:59 ` [PATCH 1/2] Remove kernel version check Adhemerval Zanella
2022-02-28 19:00   ` Florian Weimer
2022-03-04 12:42     ` Adhemerval Zanella
2022-02-21 17:59 ` [PATCH 2/2] Remove dl-librecon.h header Adhemerval Zanella
2022-02-28 19:11   ` Florian Weimer
2022-03-04 12:42     ` Adhemerval Zanella

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).