]> Git Repo - binutils.git/blame - ld/testsuite/ld-elf/tbss.s
Fixes for assembling with an ARM targeted version of GAS
[binutils.git] / ld / testsuite / ld-elf / tbss.s
CommitLineData
117a3ac8
L
1 .file "x.c"
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
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.023684 seconds and 4 git commands to generate.