Add command line option to stop the assembler from padding the end of sections to...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / section11.s
1 .section .bss
2 .balign 16
3 .skip 1
4
5
6 .data
7 .balign 16
8 .skip 1
9
10
11 .text
12 .balign 16
13 .skip 1
14
This page took 0.030279 seconds and 4 git commands to generate.