aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-arc/relax-local-pic.s
blob: 66c48b4ad709bec00670110a0ccfa5176da73825 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
        .section        .text
        .align 4
        .global __start
        .type __start, @function
__start:
        ld r4,[pcl,@a_in_other_thread@gotpc]
        st 1,[r4]
        .size __start, .-__start

        .global a_in_other_thread
        .section .data
        .align 4
        .type a_in_other_thread, @object
        .size a_in_other_thread, 4
a_in_other_thread:
        .word -559038737