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