Support tcl procedure calls in run_dump_test xfail
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / overlay-size.s
CommitLineData
3e3f011f
RS
1 .section .bss1, "aw", "nobits"
2 .space 0x10
3 .section .bss2, "aw", "nobits"
4 .space 0x30
5 .section .bss3, "aw", "nobits"
6 .space 0x20
7
8 .section .text1, "ax", "progbits"
9 .space 0x80
10 .section .text2, "ax", "progbits"
11 .space 0x40
12 .section .text3, "ax", "progbits"
13 .space 0x20
14
15 .section .data1, "aw", "progbits"
16 .space 0x30
17 .section .data2, "aw", "progbits"
18 .space 0x40
19 .section .data3, "aw", "progbits"
20 .space 0x50
21
22 .section .mtext, "ax", "progbits"
23 .space 0x20
24 .section .mbss, "aw", "nobits"
25 .space 0x30
This page took 0.724203 seconds and 4 git commands to generate.