File tree Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Original file line number Diff line number Diff line change 147147# IE64-RELA-NEXT: 0x00030558 00000000 00000000 00000000 00000000 .
148148
149149#--- a.s
150- .macro add dst, src1, src2
151- .ifdef ELF32
152- add .w \dst, \src1, \src2
153- .else
154- add .d \dst, \src1, \src2
155- .endif
156- .endm
157-
158150la.tls.desc $a0, $t0, a
159- add $a1, $a0, $tp
151+ add .d $a1, $a0, $tp
160152
161153la.tls.desc $a0, $t0, b
162- add $a2, $a0, $tp
154+ add .d $a2, $a0, $tp
163155
164156la.tls.desc $a0, $t0, c
165- add $a3, $a0, $tp
157+ add .d $a3, $a0, $tp
166158
167159la.tls.desc $a0, $t0, d
168- add $a4, $a0, $tp
160+ add .d $a4, $a0, $tp
169161
170162la.tls.desc $a0, $t0, e
171- add $a5, $a0, $tp
163+ add .d $a5, $a0, $tp
172164
173165la.tls.desc $a0, $t0, f
174- add $a6, $a0, $tp
166+ add .d $a6, $a0, $tp
175167
176168.section .tbss,"awT" ,@nobits
177169.globl a
You can’t perform that action at this time.
0 commit comments