]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/pe/aligncomm-b.s
==> bfd/ChangeLog <==
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / pe / aligncomm-b.s
1 .file "a.c"
2 .comm _h, 16, 8
3 .comm _i, 16, 4
4 .comm _j, 16, 2
5 .comm _k, 16, 1
6 .section .drectve
7 .ascii " -aligncomm:_h,5"
8 .ascii " -aligncomm:_i,4"
9 .ascii " -aligncomm:_j,3"
10 .ascii " -aligncomm:_k,2"
11