Skip to content

Fix: Genlink misses the end of section - #162

Merged
ventZl merged 1 commit into
masterfrom
fix/genlink-map-section-greedy
Aug 23, 2026
Merged

Fix: Genlink misses the end of section#162
ventZl merged 1 commit into
masterfrom
fix/genlink-map-section-greedy

Conversation

@ventZl

@ventZl ventZl commented Aug 23, 2026

Copy link
Copy Markdown
Owner

In certain cases, genlink would miss the end of .data, .bss, .shared or any other section and include fillers placed afterwards into preceding section allocation size. This would cause repetitive rebuilds as linker file would always be changing.

Fix one of such cases which happens when there is manually added section which has a tad bit different pattern than sections which come from real object files.

In certain cases, genlink would miss the end of .data, .bss, .shared or
any other section and include fillers placed afterwards into preceding
section allocation size. This would cause repetitive rebuilds as linker
file would always be changing.

Fix one of such cases which happens when there is manually added section
which has a tad bit different pattern than sections which come from real
object files.
@ventZl
ventZl merged commit 06f88bb into master Aug 23, 2026
10 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