Fix typo fsqrt -> sqrtf.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-avr / avr-prop-6.s
CommitLineData
31eef93e
SKS
1 .text
2 .global _start, dest
3_start:
4 jmp dest
5 .align 1
6dest:
7 nop
8 rjmp dest
9
This page took 0.028457 seconds and 4 git commands to generate.