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

11 lines
142 B
ArmAsm
Raw Normal View History

2023-03-06 14:48:14 +01:00
.globl _start
_start:
.ifdef UNDERSCORE
.dc.a ___start__foo
.else
.dc.a __start__foo
.endif
.section _foo,"aw",%progbits
foo:
.long 1