Always run LTO tests on Linux with GCC 4.9 or newer
[deliverable/binutils-gdb.git] / ld / testsuite / ld-cris / tls-ok-32.d
CommitLineData
bcae4342
HPN
1#source: tls-dtprelm.s --defsym r=32767
2#as: --no-underscore --em=criself --pic
3#ld: --shared -m crislinux
4#objdump: -s -j .got -j .text -j .tdata -R
5
6# Check that a R_CRIS_16_DTPREL just below the theoretical limit
7# works, in a DSO.
8
9.*: file format elf32-cris
10
11DYNAMIC RELOCATION RECORDS
12OFFSET TYPE VALUE
130000a220 R_CRIS_DTPMOD \*ABS\*
14
15Contents of section \.text:
16 01a0 5faeff7f .*
17Contents of section \.tdata:
18 21a4 2a2a2a2a 2a2a2a2a 2a2a2a2a 2a2a2a2a .*
19#...
20 a194 2a2a2a2a 2a2a2a2a 2a2a2a2a 2a2a2a2a .*
21Contents of section \.got:
22 a214 a4a10000 00000000 00000000 00000000 .*
23 a224 00000000 .*
This page took 0.372669 seconds and 4 git commands to generate.