Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[llvm-readobj][AArch64][ELF][PAC] Support ELF AUTH constants #72713

Merged
merged 4 commits into from
Dec 8, 2023

Commits on Dec 4, 2023

  1. [llvm-readobj][AArch64][ELF][PAC] Support ELF AUTH constants

    This patch adds llvm-readobj support for:
    
    - Dynamic R_AARCH64_AUTH_* relocations (including RELR compressed AUTH
      relocations) as described here:
      https://github.com/ARM-software/abi-aa/blob/main/pauthabielf64/pauthabielf64.rst#auth-variant-dynamic-relocations
    
    - .note.AARCH64-PAUTH-ABI-tag section as defined here
      https://github.com/ARM-software/abi-aa/blob/main/pauthabielf64/pauthabielf64.rst#elf-marking
    kovdan01 committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    647aa46 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Address review comments

    kovdan01 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    8d7ee46 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    b0c9a28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9103d5 View commit details
    Browse the repository at this point in the history