Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-gc/pr20022b.s
2023-03-06 14:48:14 +01:00

9 lines
118 B
ArmAsm

.data
.globl _start
_start:
.dc.a __start__foo
.dc.a bar
.section _foo,"aw",%progbits
foo:
.ascii "This is foo"