PR ld/22909 amendment; don't xfail ld-elf/pr19539.d for cris*-*-*.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arc / relax-local-pic.s
CommitLineData
ef551643
CZ
1 .section .text
2 .align 4
3 .global __start
4 .type __start, @function
5__start:
6 ld r4,[pcl,@a_in_other_thread@gotpc]
7 st 1,[r4]
8 .size __start, .-__start
9
10 .global a_in_other_thread
11 .section .data
12 .align 4
13 .type a_in_other_thread, @object
14 .size a_in_other_thread, 4
15a_in_other_thread:
16 .word -559038737
This page took 0.066986 seconds and 4 git commands to generate.