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 
11 DYNAMIC RELOCATION RECORDS
12 OFFSET   TYPE              VALUE
13 0000a220 R_CRIS_DTPMOD     \*ABS\*
14 
15 Contents of section \.text:
16  01a0 5faeff7f                             .*
17 Contents of section \.tdata:
18  21a4 2a2a2a2a 2a2a2a2a 2a2a2a2a 2a2a2a2a  .*
19 #...
20  a194 2a2a2a2a 2a2a2a2a 2a2a2a2a 2a2a2a2a  .*
21 Contents of section \.got:
22  a214 a4a10000 00000000 00000000 00000000  .*
23  a224 00000000                             .*
24