mbox

[v2,0/5] Linux: Auxiliary vector parsing cleanups

Message ID cover.1643886336.git.fweimer@redhat.com
Headers

Message

Florian Weimer Feb. 3, 2022, 11:08 a.m. UTC
  This removes some support code for pre-2.4.0 kernels and Native Client.

Tested on i686-linux-gnu and x86_64-linux-gnu.  Built with
build-many-glibcs.py.

v2: Rebased on current trunk.

Florian Weimer (5):
  elf: Merge dl-sysdep.c into the Linux version
  Linux: Remove HAVE_AUX_SECURE, HAVE_AUX_XID, HAVE_AUX_PAGESIZE
  Linux: Remove DL_FIND_ARG_COMPONENTS
  Linux: Assume that NEED_DL_SYSINFO_DSO is always defined
  Linux: Consolidate auxiliary vector parsing

 elf/dl-support.c                             |  80 +----
 elf/dl-sysdep.c                              | 352 +------------------
 sysdeps/unix/sysv/linux/alpha/dl-auxv.h      |  18 +-
 sysdeps/unix/sysv/linux/dl-parse_auxv.h      |  61 ++++
 sysdeps/unix/sysv/linux/dl-sysdep.c          | 240 ++++++++++++-
 sysdeps/unix/sysv/linux/ldsodefs.h           |  12 -
 sysdeps/unix/sysv/linux/m68k/sysdep.h        |   4 +-
 sysdeps/unix/sysv/linux/powerpc/dl-auxv.h    |  14 +-
 sysdeps/unix/sysv/linux/powerpc/dl-support.c |   4 +
 9 files changed, 305 insertions(+), 480 deletions(-)
 create mode 100644 sysdeps/unix/sysv/linux/dl-parse_auxv.h
 create mode 100644 sysdeps/unix/sysv/linux/powerpc/dl-support.c


base-commit: e8faf48321aa47f7d5e4690acf051db3d98467d7