commit | e1b9c1b01be294cc2865acfe33544d5e5cc50eb4 | [log] [tgz] |
---|---|---|
author | Rich Felker <dalias@aerifal.cx> | Fri Jul 27 00:14:57 2012 -0400 |
committer | Rich Felker <dalias@aerifal.cx> | Fri Jul 27 00:14:57 2012 -0400 |
tree | b3efaa1aa0c3ec7ce04dd43bc5c02bd1f26f6c1c | |
parent | 07e62953c768f9f09485388c22ffaed98d11d676 [diff] |
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.