Land #21027, fixes alignment of ELF shared object templates

Fixes alignment in ELF shared object templates
This commit is contained in:
msutovsky-r7
2026-04-11 12:20:32 +02:00
committed by GitHub
4 changed files with 3 additions and 0 deletions
@@ -88,5 +88,7 @@ strtab:
db 0
db 0
strtabsz equ $ - strtab
align 4
global _start
_start:
@@ -94,5 +94,6 @@ strtab:
db 0
strtabsz equ $ - strtab
align 4
global _start
_start:
Binary file not shown.
Binary file not shown.