You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
195 B
11 lines
195 B
7 months ago
|
.text
|
||
|
.global foo1
|
||
|
foo1:
|
||
|
addiu $2, $2, %gottprel(tls0) # tls got entry
|
||
|
addiu $2, $2, %gottprel(tls1) # tls got entry
|
||
|
|
||
|
.section .tdata,"awT",%progbits
|
||
|
.global tls1
|
||
|
tls1:
|
||
|
.word 0
|