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
kovdan01
changed the title
[ELF][PAC] Support .note.gnu.property for marking schema
[PAC][ELF] Support .note.gnu.property for marking schema
Mar 4, 2024
ARM-software/abi-aa#240 changes PAuthABIELF64 a bit. Main changes:
GNU property becomes the main way of ELF marking, separate note section becomes an alternative;
Compatibility info is restricted to <platform, version> tuple only (8+8=16 bytes) w/o extra info previously allowed.
Changes to be applied:
Support related constants access-softek/llvm-project@c8d71df
Frontend support access-softek/llvm-project@a0cc186
Backend support access-softek/llvm-project@a3ddb4e
LLD support access-softek/llvm-project@e4ff3bf
The text was updated successfully, but these errors were encountered: