]> sourceware.org Git - glibc.git/commit - ChangeLog
Add <sys/auxv.h> and getauxval.
authorRichard Henderson <rth@twiddle.net>
Sun, 20 May 2012 17:34:00 +0000 (10:34 -0700)
committerRichard Henderson <rth@twiddle.net>
Sun, 20 May 2012 17:40:35 +0000 (10:40 -0700)
commitc7683a6d02f3ed59f5cd119b3e8547f45a15912f
tree029e73af4f78064dc5788972d5fc3a86fc70f1d6
parenta6f1845d45d0ea9303b3c71944c0a511e23bde26
Add <sys/auxv.h> and getauxval.
24 files changed:
ChangeLog
elf/dl-support.c
elf/dl-sysdep.c
manual/startup.texi
misc/Makefile
misc/Versions
misc/getauxval.c [new file with mode: 0644]
misc/sys/auxv.h [new file with mode: 0644]
sysdeps/generic/bits/hwcap.h [new file with mode: 0644]
sysdeps/generic/ldsodefs.h
sysdeps/powerpc/bits/hwcap.h [new file with mode: 0644]
sysdeps/powerpc/sysdep.h
sysdeps/sparc/bits/hwcap.h [new file with mode: 0644]
sysdeps/sparc/sysdep.h
sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
sysdeps/unix/sysv/linux/s390/bits/hwcap.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist
sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist
sysdeps/unix/sysv/linux/sh/nptl/libc.abilist
sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist
sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist
sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist
This page took 0.046902 seconds and 5 git commands to generate.