* elf.c (map_sections_to_segments): Ignore .tbss sections for
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / size-1.s
1 .section .text,"ax",@progbits
2 .long 1,2
3
4 .section .data,"aw",@progbits
5 .long 3,4,5
6
7 .section .bss,"aw",@nobits
8 .long 0,0,0,0
9
10 # thread local storage sections
11 .section .tdata,"awT",@progbits
12 .long 6,7,8,9,10
13
14 .section .tbss,"awT",@nobits
15 .long 0,0,0,0,0,0
This page took 0.030757 seconds and 5 git commands to generate.