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

1.29.0 #173

Merged
merged 3 commits into from
Sep 9, 2024
Merged

1.29.0 #173

merged 3 commits into from
Sep 9, 2024

Conversation

AngheloAlf
Copy link
Member

[1.29.0] - 2024-09-09

Added

  • New ContextSymbol.functionOwnerForMigration attribute.
    • Allows to override to which function a given rodata symbol should be
      migrated to.
    • Specially useful for unreferenced symbols.
    • WARNING: It is undefined behavior if during rodata migration the listed
      function does not exists on the given text section. For example this symbol
      may get lost in limbo.

Fixed

  • Fix data references to symbols with adends (that have user declared sizes)
    being symbolized instead of just using an addend to the symbol.
    • This bug seems like was only happening if the referenced symbol was in the
      same section as the one who was referencing it.

@AngheloAlf AngheloAlf merged commit e1f0948 into master Sep 9, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant