Copyright update for binutils
[deliverable/binutils-gdb.git] / gas / testsuite / gas / pe / section-align-3.d
CommitLineData
31907d5e
DK
1#objdump: -h
2#name: section alignment
3
4# Test that alignment works in .section directives.
5
6.*: .*
7
8Sections:
9Idx Name *Size *VMA *LMA *File off *Algn
10 0 \.text 0*0000000 0*0000000 0*0000000 0*0000000 2\*\*[24]
09be49c9 11.*
31907d5e 12 1 \.data 0*0000000 0*0000000 0*0000000 0*0000000 2\*\*[24]
09be49c9 13.*
31907d5e 14 2 \.bss 0*0000000 0*0000000 0*0000000 0*0000000 2\*\*[24]
09be49c9 15.*
31907d5e 16 3 \.none 0*0000000 0*0000000 0*0000000 0*0000000 2\*\*3
09be49c9 17.*
31907d5e 18 4 \.zero 0*0000000 0*0000000 0*0000000 0*0000000 2\*\*3
09be49c9 19.*
31907d5e 20 5 \.one 0*0000008 0*0000000 0*0000000 0*000026c 2\*\*3
09be49c9 21.*
31907d5e 22 6 \.two 0*0000008 0*0000000 0*0000000 0*0000274 2\*\*3
09be49c9 23.*
31907d5e 24 7 \.three 0*0000008 0*0000000 0*0000000 0*000027c 2\*\*3
09be49c9 25.*
31907d5e 26 8 \.four 0*0000008 0*0000000 0*0000000 0*0000284 2\*\*3
09be49c9 27.*
31907d5e 28 9 \.five 0*0000008 0*0000000 0*0000000 0*000028c 2\*\*3
09be49c9 29.*
31907d5e 30 10 \.six 0*0000008 0*0000000 0*0000000 0*0000294 2\*\*3
09be49c9 31.*
31907d5e 32 11 \.seven 0*0000008 0*0000000 0*0000000 0*000029c 2\*\*3
09be49c9 33.*
31907d5e 34 12 \.eight 0*0000008 0*0000000 0*0000000 0*00002a4 2\*\*3
09be49c9 35.*
31907d5e 36 13 \.nine 0*0000010 0*0000000 0*0000000 0*00002ac 2\*\*3
09be49c9 37.*
31907d5e 38 14 \.ten 0*0000010 0*0000000 0*0000000 0*00002bc 2\*\*3
09be49c9 39.*
This page took 0.264249 seconds and 4 git commands to generate.