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