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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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.