1 # ld
: -T overlay
-size
.t
-Map tmpdir
/overlay
-size
.map
5 # FAILS on the RX because the linker has to set LMA
== VMA
for the
8 # The
.bss
[123] LMAs are deliberately blanked
out. We can
't
9 # reliably map overlaid sections to segments.
11 .. \.bss1 +0+010 +0+20000 .*
13 .. \.bss2 +0+030 +0+20000 .*
15 .. \.bss3 +0+020 +0+20000 .*
17 .. \.mtext +0+020 +0+10000 +0+30000 .*
19 .. \.mbss +0+230 +0+20030 .*
21 .. \.text1 +0+080 +0+10020 +0+30020 .*
23 .. \.text2 +0+040 +0+10020 +0+300a0 .*
25 .. \.text3 +0+020 +0+10020 +0+300e0 .*
27 .. \.data1 +0+030 +0+20260 +0+30100 .*
29 .. \.data2 +0+040 +0+20260 +0+30130 .*
31 .. \.data3 +0+050 +0+20260 +0+30170 .*