A recent (15 years old) glibc is needed in order to support
REG_STARTEND.
The patch addresses problem reported here:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98920
Differential D95864
[PATCH] libsanitizer: Support non-POSIX extension REG_STARTEND. marxin on Feb 2 2021, 4:51 AM. Authored by
Details
A recent (15 years old) glibc is needed in order to support The patch addresses problem reported here:
Diff Detail Event Timeline
|
Is this missing SANITIZER_I386?
Having to hardcode all the architectures is rather awkward, maybe we should just fall back to an unversioned lookup if the versioned one fails?