Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-gc/pr20022b.s

9 lines
118 B
ArmAsm
Raw Normal View History

2023-03-06 14:48:14 +01:00
.data
.globl _start
_start:
.dc.a __start__foo
.dc.a bar
.section _foo,"aw",%progbits
foo:
.ascii "This is foo"