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