Retro68/binutils/ld/testsuite/ld-gc/start.s
Wolfgang Thaller f485e125c4 binutils 2.39
2022-10-27 20:45:45 +02:00

11 lines
142 B
ArmAsm

.globl _start
_start:
.ifdef UNDERSCORE
.dc.a ___start__foo
.else
.dc.a __start__foo
.endif
.section _foo,"aw",%progbits
foo:
.long 1