repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* elf32-ppc.c (ppc_elf_check_relocs): Set pointer_equality_needed
[binutils.git]
/
ld
/
testsuite
/
ld-i386
/
tlsie3.s
blob
865156db992e92603608c5697c3d94922a6d9a2c
1
.text
2
.globl _start
3
_start
:
4
leal foo@gotntpoff
(%
ebx
), %
ecx
5
movl
(%
ecx
), %
ecx
6
.globl foo
7
.section .tdata,
"awT"
,@progbits
8
.align 4
9
.type foo, @object
10
.size foo, 4
11
foo
:
12
.long 100