RISC-V: The object without priv spec attributes can be linked with any object.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / size-2.d
CommitLineData
ec49711a
AM
1#source: size-2.s
2#ld: -T size-2.t
3#readelf: -lS --wide
4# v850 .tdata/.tbss are not TLS sections
5#xfail: v850*-*-*
6# The three alternatives for PHDR and LOAD are: 64-bit, 32-bit, 32-bit
7# not demand paged. 32-bit LOAD has a variant for spu-elf, which rounds
8# load size up to multiples of 16 bytes.
9
10#...
11.* \.text +PROGBITS +0+100 [0-9a-f]+ 0+10 00 AX .*
12.* \.tdata +PROGBITS +0+110 [0-9a-f]+ 0+20 00 WAT .*
13.* \.tbss +NOBITS +0+130 [0-9a-f]+ 0+30 00 WAT .*
14.* \.map +PROGBITS +0+130 [0-9a-f]+ 0+c 00 +WA .*
15#...
16 +PHDR +(0x0+40 0x0+40 0x0+40 0x0+a8 0x0+a8|0x0+34 0x0+34 0x0+34 0x0+60 0x0+60|0x0+34 0x0+a0 0x0+a0 0x0+60 0x0+60) R .*
17 +LOAD +(0x0+40 0x0+40 0x0+40 0x0+fc 0x0+fc|0x0+34 0x0+34 0x0+34 0x0+1(08|10) 0x0+1(08|10)|0x0+34 0x0+a0 0x0+a0 0x0+9c 0x0+9c) R E .*
18 +TLS +0x0+(110|a4) 0x0+110 0x0+110 0x0+20 0x0+50 R .*
19#...
20.* \.text \.tdata \.map
21.* \.tdata \.tbss
This page took 0.067743 seconds and 4 git commands to generate.