Fix section declarations in .s files

This commit is contained in:
TuxSH
2018-05-25 19:35:00 +02:00
parent d28e961adc
commit e64f267e4c
3 changed files with 6 additions and 6 deletions

View File

@@ -22,8 +22,8 @@
@ or requiring that modified versions of such material be marked in
@ reasonable ways as different from the original version.
.section .text.start
.balign 4
.section .text.start, "ax", %progbits
.balign 32
.global _start
_start:
b start