llvm-project/lld/test/ELF/linkerscript/Inputs/fill.s

12 lines
108 B
ArmAsm

.text
.globl _start
_start:
.section .aaa, "a"
.align 1
.byte 0xAA
.section .bbb, "a"
.align 1
.byte 0xBB