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