* ld-cris/asneed1.d: New test.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-local-57.d
1 #source: start1.s
2 #source: tls-x.s
3 #source: tls-local-57.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 against a local symbol.
9 # Check that we have proper NPTL/TLS markings and GOT.
10
11 .*: file format elf32-cris
12
13 Program Header:
14 #...
15 TLS off .*
16 filesz 0x00000084 memsz 0x00000084 flags r--
17 #...
18 Contents of section .text:
19 80094 41b20000 6fae0c00 0+ .*
20 #...
21 Contents of section \.got:
22 82124 0+ 0+ 0+ 010+ .*
23 82134 040+ .*
This page took 0.036609 seconds and 4 git commands to generate.