blob: d7926bdea4123fd0b6bf614b09243a914e1524b2 (
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
|
#source: start1.s
#source: tls-x.s
#source: tls-local-58.s
#as: --pic --no-underscore --em=criself -I$srcdir/$subdir
#ld: -m crislinux
#objdump: -s -t -r -p
# An executable with a R_CRIS_32_GOT_GD and a R_CRIS_16_GOT_GD against
# the same local symbol. Check that we have proper NPTL/TLS markings
# and GOT.
.*: file format elf32-cris
Program Header:
#...
TLS off .*
filesz 0x00000084 memsz 0x00000084 flags r--
#...
Contents of section .text:
80094 41b20000 6fae0c00 00005fae 0c000000 .*
#...
Contents of section \.got:
82128 0+ 0+ 0+ 010+ .*
82138 040+ .*
|