summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-avr/relax-03.s
blob: 099350253cc5f79e6f4bf5b3a58fb18a9593a602 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
        .section ".text", "ax",@progbits
        .global _start, end_label

_start:
local_start:
        nop
        jmp     end_label
        jmp     end_label
        jmp     end_label
        nop
        .type   _start, @function
        .size   _start, .-_start

        .type   local_start, @function
        .size   local_start, .-local_start

end_label:
local_end_label: