2007-05-15 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / tbss.s
CommitLineData
117a3ac8 1 .file "x.c"
52a43e71 2 .globl bss
c9c33288
NC
3 .section .bss,"aw",%nobits
4 .p2align 12
5 .type bss,%object
117a3ac8
L
6 .size bss,4096
7bss:
8 .zero 4096
52a43e71 9 .globl tbss
c9c33288
NC
10 .section .tbss,"awT",%nobits
11 .p2align 12
12 .type tbss,%object
117a3ac8
L
13 .size tbss,4096
14tbss:
15 .zero 4096
This page took 0.17933 seconds and 4 git commands to generate.