blob: 029810bcff9f5a6b6a38f2d7c5d5f800f0d4cbd6 (
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
|
#source: tls-local-59.s
#as: --pic --no-underscore --em=criself -I$srcdir/$subdir
#ld: -m crislinux --shared --hash-style=sysv
#objdump: -s -t -r -p -R -T
# A DSO with a R_CRIS_32_GOT_GD, a R_CRIS_16_GOT_GD, a
# R_CRIS_32_GOT_TPREL and a R_CRIS_16_GOT_TPREL against the same 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--
#...
FLAGS 0x00000010
#...
DYNAMIC RELOCATION RECORDS
OFFSET TYPE VALUE
000022b0 R_CRIS_32_TPREL \*ABS\*
000022b4 R_CRIS_DTP \*ABS\*
Contents of section \.hash:
#...
Contents of section \.text:
0198 6fae1000 00006fae 0c000000 5fae1000 .*
01a8 5fae0c00 .*
#...
Contents of section \.got:
22a4 2c220+ 0+ 0+ 0+ .*
22b4 0+ 0+ .*
|