bfd/ChangeLog:
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ia64 / tlsbin.s
CommitLineData
b3dfd7fe
JJ
1 .section ".tbss", "awT", @nobits
2 .globl bg1, bg2, bg3, bg4, bg5, bg6, bg7, bg8
3bg1: .space 4
4bg2: .space 4
5bg3: .space 4
6bg4: .space 4
7bg5: .space 4
8bg6: .space 4
9bg7: .space 4
10bg8: .space 4
11bl1: .space 4
12bl2: .space 4
13bl3: .space 4
14bl4: .space 4
15bl5: .space 4
16bl6: .space 4
17bl7: .space 4
18bl8: .space 4
19 .pred.safe_across_calls p1-p5,p16-p63
20 .text
21 .globl _start#
22 .proc _start#
23_start:
24 /* IE */
25 addl r14 = @ltoff(@tprel(sG2#)), gp
26 ;;
27 ld8 r14 = [r14]
28 ;;
29 add r14 = r14, r13
30 ;;
31
32 /* IE against global symbol in exec */
33 addl r14 = @ltoff(@tprel(bl1#)), gp
34 ;;
35 ld8 r14 = [r14]
36 ;;
37 add r14 = r14, r13
38 ;;
39
40 /* LE */
41 mov r2 = r13
42 ;;
43 addl r14 = @tprel(sg1#), r2
44 addl r15 = @tprel(bl2#) + 2, r2
45 ;;
46 adds r14 = @tprel(sh2#) + 3, r13
47 movl r15 = @tprel(bl2#) + 1
48 ;;
49 add r15 = r15, r13
50 ;;
51
52 br.ret.sptk.many b0
53 .endp _start#
This page took 0.138915 seconds and 4 git commands to generate.