binutils-gdb/ld/testsuite/ld-avr/avr-prop-3.s

9 lines
129 B
ArmAsm

.text
.global _start, dest
_start:
CALL dest
CALL dest
.align 3
dest:
NOP