glibc/sysdeps/unix/sysv/linux/arm
Stefan Liebler 7c6513082b Fix output of LD_SHOW_AUXV=1.
Starting with commit 1616d034b6
the output was corrupted on some platforms as _dl_procinfo
was called for every auxv entry and on some architectures like s390
all entries were represented as "AT_HWCAP".

This patch is removing the condition and let _dl_procinfo decide if
an entry is printed in a platform specific or generic way.
This patch also adjusts all _dl_procinfo implementations which assumed
that they are only called for AT_HWCAP or AT_HWCAP2. They are now just
returning a non-zero-value for entries which are not handled platform
specifc.

ChangeLog:

	* elf/dl-sysdep.c (_dl_show_auxv): Remove condition and always
	call _dl_procinfo.
	* sysdeps/unix/sysv/linux/s390/dl-procinfo.h (_dl_procinfo):
	Ignore types other than AT_HWCAP.
	* sysdeps/sparc/dl-procinfo.h (_dl_procinfo): Likewise.
	* sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_dl_procinfo):
	Likewise.
	* sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Adjust comment
	in the case of falling back to generic output mechanism.
	* sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_dl_procinfo):
	Likewise.
2019-03-13 10:45:35 +01:00
..
bits Add some spaces before '('. 2019-02-27 13:55:45 +00:00
sys
Implies
Makefile
Versions
____longjmp_chk.S
aeabi_read_tp.S
arm-features.h
atomic-machine.h
brk.c
c++-types.data
clone.S
dl-cache.h
dl-machine.h
dl-procinfo.c
dl-procinfo.h Fix output of LD_SHOW_AUXV=1. 2019-03-13 10:45:35 +01:00
fxstat.c
fxstatat.c
getcontext.S
init-first.c
ioperm.c Add some spaces before '('. 2019-02-27 13:55:45 +00:00
jmp_buf-macros.h
kernel-features.h
ld.abilist
ldconfig.h
ldsodefs.h
libBrokenLocale.abilist
libanl.abilist
libc-do-syscall.S
libc-vdso.h
libc.abilist Linux: Add gettid system call wrapper [BZ #6399] 2019-02-08 11:27:55 +01:00
libcrypt.abilist
libdl.abilist
libm.abilist
libnsl.abilist
libpthread.abilist
libresolv.abilist
librt.abilist
libthread_db.abilist
libutil.abilist
localplt.data
lxstat.c
makecontext.c
profil-counter.h
readelflib.c
register-dump.h
setcontext.S
shlib-versions
sigaction.c
sigcontextinfo.h
sigrestorer.S
swapcontext.S
syscall.S
syscalls.list
sysdep.S
sysdep.h
tls.h
ucontext_i.sym
vfork.S
xstat.c