Land #21027, fixes alignment of ELF shared object templates
Fixes alignment in ELF shared object templates
This commit is contained in:
@@ -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.
Reference in New Issue
Block a user