| Index: binutils/gas/testsuite/gas/pe/section-align-3.d
|
| diff --git a/binutils/gas/testsuite/gas/pe/section-align-3.d b/binutils/gas/testsuite/gas/pe/section-align-3.d
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5a8c2ad31d37549716858390951114b361a992b5
|
| --- /dev/null
|
| +++ b/binutils/gas/testsuite/gas/pe/section-align-3.d
|
| @@ -0,0 +1,39 @@
|
| +#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\*\*3
|
| +.*
|
| + 4 \.zero 0*0000000 0*0000000 0*0000000 0*0000000 2\*\*3
|
| +.*
|
| + 5 \.one 0*0000008 0*0000000 0*0000000 0*000026c 2\*\*3
|
| +.*
|
| + 6 \.two 0*0000008 0*0000000 0*0000000 0*0000274 2\*\*3
|
| +.*
|
| + 7 \.three 0*0000008 0*0000000 0*0000000 0*000027c 2\*\*3
|
| +.*
|
| + 8 \.four 0*0000008 0*0000000 0*0000000 0*0000284 2\*\*3
|
| +.*
|
| + 9 \.five 0*0000008 0*0000000 0*0000000 0*000028c 2\*\*3
|
| +.*
|
| + 10 \.six 0*0000008 0*0000000 0*0000000 0*0000294 2\*\*3
|
| +.*
|
| + 11 \.seven 0*0000008 0*0000000 0*0000000 0*000029c 2\*\*3
|
| +.*
|
| + 12 \.eight 0*0000008 0*0000000 0*0000000 0*00002a4 2\*\*3
|
| +.*
|
| + 13 \.nine 0*0000010 0*0000000 0*0000000 0*00002ac 2\*\*3
|
| +.*
|
| + 14 \.ten 0*0000010 0*0000000 0*0000000 0*00002bc 2\*\*3
|
| +.*
|
|
|