mmel 990c7fb044 Make elf_aux_info() as public libc function.
- Teach elf aux vector functions about newly added AT_HWCAP and AT_HWCAP2
  vectors.
- Export _elf_aux_info() as new public libc function elf_aux_info(3)

The elf_aux_info(3) should be considered as FreeBSD counterpart of glibc
getauxval() with more robust interface.

Note:
We cannot name this new function as getauxval(), with glibc compatible
interface. Some ports autodetect its existence and then expects that all
Linux specific AT_<*> vectors are defined and implemented.

MFC after:	1 month
Reviewed by:	kib
Differential Revision:	https://reviews.freebsd.org/D12743
2017-10-21 12:06:18 +00:00
..
2017-10-05 23:01:33 +00:00
2017-10-01 00:40:23 +00:00
2017-02-28 23:42:47 +00:00
2017-08-02 09:00:59 +00:00
2017-09-17 19:14:38 +00:00
2017-02-14 13:35:59 +00:00
2017-08-03 18:07:01 +00:00
2017-02-28 23:42:47 +00:00
2017-10-05 23:01:33 +00:00
2017-10-09 22:12:57 +00:00