Skip to content

feat: support LOADADDR in linker scripts#1780

Merged
davidlattimore merged 1 commit into
wild-linker:mainfrom
plasmaDestroyer:add-loadaddr
Mar 31, 2026
Merged

feat: support LOADADDR in linker scripts#1780
davidlattimore merged 1 commit into
wild-linker:mainfrom
plasmaDestroyer:add-loadaddr

Conversation

@plasmaDestroyer

Copy link
Copy Markdown
Contributor

Implements LOADADDR as an alias for ADDR for now. Since AT(expr) is not yet implemented, LOADADDR and ADDR return the same value (the VMA of the section), I have left a comment in the code that this needs to be updated when AT(expr) is supported. Part of #1769.

@davidlattimore davidlattimore changed the title support LOADADDR in linker scripts feat: support LOADADDR in linker scripts Mar 31, 2026
@davidlattimore

Copy link
Copy Markdown
Member

Thanks for doing this. Where possible, can you prefix your PR titles based on which section of the release notes it should be in? See CONTRIBUTING.md for details. I try to update the title when I merge, but I sometimes forget.

@davidlattimore davidlattimore merged commit 914db54 into wild-linker:main Mar 31, 2026
24 checks passed
@plasmaDestroyer plasmaDestroyer deleted the add-loadaddr branch March 31, 2026 05:08
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.

2 participants