aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-avr/avr-prop-2.s
blob: a36eb180881687af69f5242933f4190022261360 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
        .text
        .global _start, label1, label2, dest
_start:
        CALL    dest
        .org    0x10
label1:
        CALL    dest
        .org    0x20
label2:
        CALL    dest
        .org    0x30
dest:
        nop