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: sync with Zig's ELF linker #156

Merged
merged 19 commits into from
Sep 20, 2024
Merged

elf: sync with Zig's ELF linker #156

merged 19 commits into from
Sep 20, 2024

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    dc6c8db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6aba6f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    31621f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    1445d7a View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

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

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    7c8c9af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95c3abe View commit details
    Browse the repository at this point in the history
  3. elf: fix gc

    kubkon committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0af7370 View commit details
    Browse the repository at this point in the history
  4. elf: fix typo in Symbol.isAbs

    kubkon committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9cdcf61 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e721943 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b3d3a67 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    341255b View commit details
    Browse the repository at this point in the history
  8. elf: skip invalid FDE records

    kubkon committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    5fd13e5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1feb380 View commit details
    Browse the repository at this point in the history
  10. elf: remove obsolete code

    kubkon committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    7df93e6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    75b1acc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cef1026 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    727c55d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    63c0a76 View commit details
    Browse the repository at this point in the history