]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - gas/testsuite/gas/pe/aligncomm-a.s
Merge commit 'upstream/2.20'
[msp430-binutils.git] / gas / testsuite / gas / pe / aligncomm-a.s
diff --git a/gas/testsuite/gas/pe/aligncomm-a.s b/gas/testsuite/gas/pe/aligncomm-a.s
new file mode 100755 (executable)
index 0000000..47bab4d
--- /dev/null
@@ -0,0 +1,11 @@
+       .file   "a.c"
+       .comm   _h, 16
+       .comm   _i, 16
+       .comm   _j, 16
+       .comm   _k, 16
+       .section .drectve
+       .ascii " -aligncomm:_h,5"
+       .ascii " -aligncomm:_i,4"
+       .ascii " -aligncomm:_j,3"
+       .ascii " -aligncomm:_k,2"
+