gdb/testsuite: Merge whatis.exp and ctf-whatis.exp
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-local-59.d
CommitLineData
bcae4342
HPN
1#source: start1.s
2#source: tls-x.s
3#source: tls-local-59.s
4#as: --pic --no-underscore --em=criself -I$srcdir/$subdir
5#ld: -m crislinux
6#objdump: -s -t -r -p
7
8# An executable with a R_CRIS_32_GOT_GD, a R_CRIS_16_GOT_GD, a
9# R_CRIS_32_GOT_TPREL and a R_CRIS_16_GOT_TPREL against the same local
10# symbol. Check that we have proper NPTL/TLS markings and GOT.
11
12.*: file format elf32-cris
13
14Program Header:
15#...
16 TLS off .*
17 filesz 0x00000084 memsz 0x00000084 flags r--
18#...
19Contents of section .text:
20 80094 41b20000 6fae1000 00006fae 0c000000 .*
21 800a4 5fae1000 5fae0c00 .*
22#...
23Contents of section \.got:
88fe28bd 24 82130 0+ 0+ 0+ 80ffffff .*
c3946515 25 82140 010+ 040+ .*
This page took 0.485905 seconds and 4 git commands to generate.