mirror of
https://github.com/fluencelabs/musl
synced 2025-06-25 20:51:53 +00:00
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.
This commit is contained in:
@ -18,6 +18,7 @@ struct __libc {
|
||||
int ofl_lock[2];
|
||||
};
|
||||
|
||||
extern size_t __hwcap;
|
||||
|
||||
#if !defined(__PIC__) || 100*__GNUC__+__GNUC_MINOR__ >= 303 || defined(__PCC__) || defined(__TINYC__)
|
||||
|
||||
|
Reference in New Issue
Block a user