blob: 3994df8cd45b2f2eb5deb427e4383650d9fda046 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
#source: start1.s
#source: tls128.s
#source: tls-ie-8e.s
#as: --no-underscore --em=criself
#ld: -m crislinux
#ld_after_inputfiles: tmpdir/tls-dso-xz-1.so
#objdump: -s -h -t -T -R -r -p
# Check that we have proper NPTL/TLS markings and GOT for a
# R_CRIS_32_IE, for an executable, symbol defined elsewhere.
.*: file format elf32-cris
Program Header:
#...
TLS off .*
filesz 0x0+80 memsz 0x0+80 flags r--
Dynamic Section:
NEEDED tmpdir/tls-dso-xz-1.so
#...
private flags = 0:
#...
8 .got[ ]+0+10 .*
CONTENTS, ALLOC, LOAD, DATA
SYMBOL TABLE:
#...
0+ \*UND\* 0+ x
#...
DYNAMIC SYMBOL TABLE:
0+ D \*UND\* 0+ x
#...
DYNAMIC RELOCATION RECORDS
OFFSET TYPE VALUE
0+822d4 R_CRIS_32_TPREL x
Contents of section .interp:
#...
Contents of section \.text:
801bc 41b20000 6faed422 08000000 .*
Contents of section \.tdata:
#...
Contents of section \.got:
822c8 48220800 00000000 00000000 00000000 .*
|