strip off +x bits on non-executable/script files
[deliverable/binutils-gdb.git] / gas / testsuite / gas / pe / aligncomm-a.s
1 .file "a.c"
2 .comm _h, 16
3 .comm _i, 16
4 .comm _j, 16
5 .comm _k, 16
6 .section .drectve
7 .ascii " -aligncomm:_h,5"
8 .ascii " -aligncomm:_i,4"
9 .ascii " -aligncomm:_j,3"
10 .ascii " -aligncomm:_k,2"
11
This page took 0.031906 seconds and 4 git commands to generate.