base/dispatch.c: Add (unused) machinery for probing ELF auxilary vector.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 18 May 2016 09:29:03 +0000 (10:29 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 21 May 2016 16:17:27 +0000 (17:17 +0100)
commita02a22d4b55d233ada2e030a44065f464b79f137
treee285d4f52508abc5c70a1012b158a2ddc96e171f
parent0f23f75ff53acadf80e9d3dfd2dfd14cb526074f
base/dispatch.c: Add (unused) machinery for probing ELF auxilary vector.

Some platforms don't allow CPU feature-probing from userland, and rely
on the kernel informing processes in some other way.  ELF-ish systems
hide this information in the auxiliary vector, which is very hard to
find.  Add some machinery for doing this anyway.
base/dispatch.c
configure.ac