* ld-scripts/section-match.exp: New file. Runs ths
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / overlay-size.d
1 # ld: -T overlay-size.t -Map tmpdir/overlay-size.map
2 # name: overlay size
3 # objdump: --headers
4 # xfail: rx-*-*
5 # FAILS on the RX because the linker has to set LMA == VMA for the
6 # Renesas loader.
7 #
8 # The .bss[123] LMAs are deliberately blanked out. We can't
9 # reliably map overlaid sections to segments.
10 #...
11 .. \.bss1 +0+010 +0+20000 .*
12 #...
13 .. \.bss2 +0+030 +0+20000 .*
14 #...
15 .. \.bss3 +0+020 +0+20000 .*
16 #...
17 .. \.mtext +0+020 +0+10000 +0+30000 .*
18 #...
19 .. \.mbss +0+230 +0+20030 .*
20 #...
21 .. \.text1 +0+080 +0+10020 +0+30020 .*
22 #...
23 .. \.text2 +0+040 +0+10020 +0+300a0 .*
24 #...
25 .. \.text3 +0+020 +0+10020 +0+300e0 .*
26 #...
27 .. \.data1 +0+030 +0+20260 +0+30100 .*
28 #...
29 .. \.data2 +0+040 +0+20260 +0+30130 .*
30 #...
31 .. \.data3 +0+050 +0+20260 +0+30170 .*
32 #pass
This page took 0.029904 seconds and 4 git commands to generate.