3 // RUN
: llvm-mc
-filetype
=obj
-triple
=powerpc64le-unknown-linux
%s
-o
%t.o
4 // RUN
: ld.lld
-shared
%t.o
-o
%t.so
5 // RUN
: llvm-readelf
-r
%t.o | FileCheck
--check-prefix
=InputRelocs
%s
6 // RUN
: llvm-readelf
-r
%t.so | FileCheck
--check-prefix
=OutputRelocs
%s
7 // RUN
: llvm-readelf
-x
.got %t.so | FileCheck --check-prefix=HEX-LE %s
8 // RUN
: llvm-objdump
-d
--no-show-raw-insn
%t.so | FileCheck
--check-prefix
=Dis
%s
10 // RUN
: llvm-mc
-filetype
=obj
-triple
=powerpc64-unknown-linux
%s
-o
%t.o
11 // RUN
: ld.lld
-shared
%t.o
-o
%t.so
12 // RUN
: llvm-readelf
-r
%t.o | FileCheck
--check-prefix
=InputRelocs
%s
13 // RUN
: llvm-readelf
-r
%t.so | FileCheck
--check-prefix
=OutputRelocs
%s
14 // RUN
: llvm-readelf
-x
.got %t.so | FileCheck --check-prefix=HEX-BE %s
15 // RUN
: llvm-objdump
-d
--no-show-raw-insn
%t.so | FileCheck
--check-prefix
=Dis
%s
24 addis 2, 12, .TOC.-.Lfunc_gep0@ha
25 addi 2, 2, .TOC.-.Lfunc_gep0@l
27 .localentry test, .Lfunc_lep0-.Lfunc_gep0
31 addis 3, 2, i@got@tlsld@ha
32 addi 3, 3, i@got@tlsld@
l
33 bl __tls_get_addr
(i@tlsld
)
43 .type test_64,@function
47 .type test_adjusted,@function
50 addis 2, 12, .TOC.-.Lfunc_gep1@ha
51 addi 2, 2, .TOC.-.Lfunc_gep1@l
53 .localentry test_adjusted, .Lfunc_lep1-.Lfunc_gep1
57 addis 3, 2, k@got@tlsld@ha
58 addi 3, 3, k@got@tlsld@
l
59 bl __tls_get_addr
(k@tlsld
)
61 lis 4, k@dtprel@highesta
62 ori 4, 4, k@dtprel@highera
73 .globl test_not_adjusted
75 .type test_not_adjusted,@function
78 addis 2, 12, .TOC.-.Lfunc_gep2@ha
79 addi 2, 2, .TOC.-.Lfunc_gep2@l
81 .localentry test_not_adjusted, .Lfunc_lep2-.Lfunc_gep2
85 addis 3, 2, i@got@tlsld@ha
86 addi 3, 3, i@got@tlsld@
l
87 bl __tls_get_addr
(k@tlsld
)
89 lis 4, k@dtprel@highest
90 ori 4, 4, k@dtprel@higher
100 .section .debug_addr,"",@progbits
104 .section .tdata,"awT",@progbits
111 .space 1024 * 1024 * 4
118 // Verify the input has all the remaining DTPREL based relocations we want to
120 // InputRelocs
: Relocation section
'.rela.text'
121 // InputRelocs
: R_PPC64_DTPREL16
{{[0-9a-f
]+}} i
+ 0
122 // InputRelocs
: R_PPC64_DTPREL16_DS
{{[0-9a-f
]+}} i
+ 0
123 // InputRelocs
: R_PPC64_DTPREL16_HIGHESTA
{{[0-9a-f
]+}} k
+ 0
124 // InputRelocs
: R_PPC64_DTPREL16_HIGHERA
{{[0-9a-f
]+}} k
+ 0
125 // InputRelocs
: R_PPC64_DTPREL16_HA
{{[0-9a-f
]+}} k
+ 0
126 // InputRelocs
: R_PPC64_DTPREL16_LO
{{[0-9a-f
]+}} k
+ 0
127 // InputRelocs
: R_PPC64_DTPREL16_HIGHEST
{{[0-9a-f
]+}} k
+ 0
128 // InputRelocs
: R_PPC64_DTPREL16_HIGHER
{{[0-9a-f
]+}} k
+ 0
129 // InputRelocs
: R_PPC64_DTPREL16_HI
{{[0-9a-f
]+}} k
+ 0
130 // InputRelocs
: R_PPC64_DTPREL16_LO
{{[0-9a-f
]+}} k
+ 0
131 // InputRelocs
: Relocation section
'.rela.debug_addr'
132 // InputRelocs
: R_PPC64_DTPREL64
{{[0-9a-f
]+}} i
+ 8000
134 // Expect
a single dynamic relocation in the
'.rela.dyn section for the module id.
135 // OutputRelocs: Relocation section '.rela.dyn' at offset 0x{{[0-9a-f]+}} contains 1 entries:
136 // OutputRelocs-NEXT: Offset Info Type Symbol's Value Symbol's Name + Addend
137 // OutputRelocs-NEXT: R_PPC64_DTPMOD64
140 // The got entry for i is at .got+8*1 = 0x4209e0
141 // i@dtprel = 1024 - 0x8000 = -31744 = 0xffffffffffff8400
142 // HEX-LE: section '.got':
143 // HEX-LE-NEXT: 4209e0 e0894200 00000000 00000000 00000000
144 // HEX-LE-NEXT: 4209f0 00000000 00000000
146 // HEX-BE: section '.got':
147 // HEX-BE-NEXT: 4209e0 00000000 004289e0 00000000 00000000
148 // HEX-BE-NEXT: 4209f0 00000000 00000000
151 // Dis: addi 4, 3, -31744
152 // Dis-NEXT: lwa 4, -31744(3)
154 // #k@dtprel(1024 + 4 + 1024 * 1024 * 4) = 0x400404
156 // #highesta(k@dtprel) --> ((0x400404 - 0x8000 + 0x8000) >> 48) & 0xffff = 0
157 // #highera(k@dtprel) --> ((0x400404 - 0x8000 + 0x8000) >> 32) & 0xffff = 0
158 // #ha(k@dtprel) --> ((0x400404 - 0x8000 + 0x8000) >> 16) & 0xffff = 64
159 // #lo(k@dtprel) --> ((0x400404 - 0x8000) & 0xffff = -31740
160 // Dis: <test_adjusted>:
164 // Dis: addi 5, 5, -31740
166 // #highest(k@dtprel) --> ((0x400404 - 0x8000) >> 48) & 0xffff = 0
167 // #higher(k@dtprel) --> ((0x400404 - 0x8000) >> 32) & 0xffff = 0
168 // #hi(k@dtprel) --> ((0x400404 - 0x8000) >> 16) & 0xffff = 63
169 // #lo(k@dtprel) --> ((0x400404 - 0x8000) & 0xffff = 33796
170 // Dis: <test_not_adjusted>:
173 // Dis: oris 4, 4, 63
174 // Dis: ori 4, 4, 33796