Skip to content

feat: Define _etext, __etext and _edata special symbols#1563

Merged
lapla-cogito merged 1 commit into
wild-linker:mainfrom
lapla-cogito:etext_edata
Feb 18, 2026
Merged

feat: Define _etext, __etext and _edata special symbols#1563
lapla-cogito merged 1 commit into
wild-linker:mainfrom
lapla-cogito:etext_edata

Conversation

@lapla-cogito

Copy link
Copy Markdown
Member

_etext points to the end of the .text section, while __etext is an alias for _etext that is conventionally used in some contexts. _edata, meanwhile, points to the end of the .data section.

also close #1562

@lapla-cogito lapla-cogito merged commit 7d9b5c0 into wild-linker:main Feb 18, 2026
20 checks passed
@lapla-cogito lapla-cogito deleted the etext_edata branch February 18, 2026 05:22
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.

Please add support for _etext (or __etext)

2 participants