blob: 0098e56d76e48930718874abbb4b8ddc3c6f4de3 (
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
|
#source: tls-local-54.s
#as: --pic --no-underscore --em=criself -I$srcdir/$subdir
#ld: --shared -m crislinux --hash-style=sysv
#objdump: -s -t -R -p -T
# A DSO with a R_CRIS_32_GOT_GD against a local symbol.
# Check that we have proper NPTL/TLS markings and GOT.
.*: file format elf32-cris
Program Header:
#...
TLS off .*
filesz 0x00000080 memsz 0x00000080 flags r--
#...
DYNAMIC RELOCATION RECORDS
OFFSET +TYPE +VALUE
00002218 R_CRIS_DTP \*ABS\*\+0x0000002a
Contents of section .hash:
#...
Contents of section \.text:
0114 6fae0c00 00000000 .*
#...
Contents of section \.got:
220c 9c210000 0+ 0+ 0+ .*
221c 0+ .*
|