Index: binutils/gas/testsuite/gas/pe/section-align-1.d |
diff --git a/binutils/gas/testsuite/gas/pe/section-align-1.d b/binutils/gas/testsuite/gas/pe/section-align-1.d |
new file mode 100644 |
index 0000000000000000000000000000000000000000..908bc37e1f5dcd2c022661f21416f0ebc182bd88 |
--- /dev/null |
+++ b/binutils/gas/testsuite/gas/pe/section-align-1.d |
@@ -0,0 +1,29 @@ |
+#objdump: -h |
+#name: section alignment |
+ |
+# Test that alignment works in .section directives. |
+ |
+.*: .* |
+ |
+Sections: |
+Idx Name *Size *VMA *LMA *File off *Algn |
+ 0 \.text 0*0000000 0*0000000 0*0000000 0*0000000 2\*\*[24] |
+.* |
+ 1 \.data 0*0000000 0*0000000 0*0000000 0*0000000 2\*\*[24] |
+.* |
+ 2 \.bss 0*0000000 0*0000000 0*0000000 0*0000000 2\*\*[24] |
+.* |
+ 3 \.none 0*0000000 0*0000000 0*0000000 0*0000000 2\*\*0 |
+.* |
+ 4 \.zero 0*0000000 0*0000000 0*0000000 0*0000000 2\*\*0 |
+.* |
+ 5 \.one 0*0000001 0*0000000 0*0000000 0*00001a4 2\*\*0 |
+.* |
+ 6 \.two 0*0000002 0*0000000 0*0000000 0*00001a5 2\*\*0 |
+.* |
+ 7 \.three 0*0000003 0*0000000 0*0000000 0*00001a7 2\*\*0 |
+.* |
+ 8 \.four 0*0000004 0*0000000 0*0000000 0*00001aa 2\*\*0 |
+.* |
+ 9 \.five 0*0000005 0*0000000 0*0000000 0*00001ae 2\*\*0 |
+.* |