tcl global directive outside proc body does nothing (ld)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / size-1.s
1 .text
2 .long 1,2,3,4
3
4 .data
5 .long 5,6,7,8,9,10,11,12
6
7 .section .bss
8 .long 0,0,0,0,0,0,0,0,0,0,0,0
9
10 # thread local storage sections
11 .section .tdata
12 .long 13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28
13
14 .section .tbss
15 .long 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
This page took 0.03642 seconds and 4 git commands to generate.