save AT_HWCAP from auxv for subsequent use in machine-specific code
authorRich Felker <dalias@aerifal.cx>
Fri, 27 Jul 2012 04:14:57 +0000 (00:14 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 27 Jul 2012 04:14:57 +0000 (00:14 -0400)
commite1b9c1b01be294cc2865acfe33544d5e5cc50eb4
treeb3efaa1aa0c3ec7ce04dd43bc5c02bd1f26f6c1c
parent07e62953c768f9f09485388c22ffaed98d11d676
save AT_HWCAP from auxv for subsequent use in machine-specific code

it's expected that this will be needed/useful only in asm, so I've
given it its own symbol that can be addressed in pc-relative ways from
asm rather than adding a field in the __libc structure which would
require hard-coding the offset wherever it's used.
src/env/__init_security.c
src/internal/libc.c
src/internal/libc.h