You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[libunwind][PAuthLR] Remove PC offset when using FEAT_PAuthLR
When originally introduced to libunwind as part of #112171,
FEAT_PAuthLR had its Call Frame Instruction's (CFI's) in a different
location to other Signing Authentication methods. To incorporate this
in libunwind, an offset was introduced to work with this. However,
this design was reversed in #121551 so the CFI's are emitted in the
same location as other methods. When making this change, the offset
in libunwind was not removed, so libunwinds PC value would be incorrect.
This can be removed from the code, as it is no longer needed.
0 commit comments