[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/12608] TLS relocations issues on alpha
From: |
baryluk at smp dot if.uj.edu.pl |
Subject: |
[Bug ld/12608] TLS relocations issues on alpha |
Date: |
Fri, 1 Apr 2011 06:36:34 +0000 |
http://sourceware.org/bugzilla/show_bug.cgi?id=12608
--- Comment #12 from Witold Baryluk <baryluk at smp dot if.uj.edu.pl>
2011-04-01 06:36:28 UTC ---
Minimalized test case.
.set noreorder
.set volatile
.set noat
.set nomacro
.arch ev5
.text
.align 2
.align 4
.globl check1
.ent check1
check1:
ldq $27,__tls_get_addr($29) !literal!29
lda $16,local2($29) !tlsldm!29
jsr $26,($27),__tls_get_addr !lituse_tlsldm!29
ldah $29,0($26) !gpdisp!31
lda $29,0($29) !gpdisp!31
ldq $1,local2($29) !gottprel
bis $31,$31,$31
.end check1
.section .tdata,"awT",@progbits
.align 2
.type local2, @object
.size local2, 16
local2:
.byte 19
.zero 3
.long 20
.quad 21
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.