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

@@ -118,12 +118,12 @@ safecpy:
_safecpy_end:
.section .rodata
.section .rodata.safecpy_sz, "a", %progbits
.global safecpy_sz
safecpy_sz: .word _safecpy_end - safecpy
.bss
.section .bss.SGI0Handler, "aw", %nobits
.balign 4
.global SGI0Handler
@@ -131,7 +131,7 @@ SGI0Handler: .skip 4 @ see synchronization.c
.balign 4
.section .data
.section .data.customInterruptEvent, "aw", %progbits
.balign 4
_customInterruptEventObj: .word SGI0Handler