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

elf+aarch64: implement basic thunk support #121

Merged
merged 8 commits into from
Feb 28, 2024
Merged

elf+aarch64: implement basic thunk support #121

merged 8 commits into from
Feb 28, 2024

Commits on Feb 27, 2024

  1. elf: misc improvement

    * add handling for --section-start, -Tbss, -Ttext and -Tdata opts
    * sort alloc sections by address before allocating phdrs
    kubkon committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    c00f0fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5848a7e View commit details
    Browse the repository at this point in the history
  3. elf+aarch64: test thunks

    kubkon committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    c262a85 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    9b05156 View commit details
    Browse the repository at this point in the history
  2. elf+aarch64: emit thunks

    kubkon committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    5c9db83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5515dd7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11b706a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7be87fc View commit details
    Browse the repository at this point in the history