Fix simple gas testsuite failures.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / pe / section-align-1.d
CommitLineData
31907d5e
DK
1#objdump: -h
2#name: section alignment
3ee6e4fb 3#skip: sh-*
31907d5e
DK
4
5# Test that alignment works in .section directives.
6
7.*: .*
8
9Sections:
10Idx Name *Size *VMA *LMA *File off *Algn
11 0 \.text 0*0000000 0*0000000 0*0000000 0*0000000 2\*\*[24]
09be49c9 12.*
31907d5e 13 1 \.data 0*0000000 0*0000000 0*0000000 0*0000000 2\*\*[24]
09be49c9 14.*
31907d5e 15 2 \.bss 0*0000000 0*0000000 0*0000000 0*0000000 2\*\*[24]
09be49c9 16.*
31907d5e 17 3 \.none 0*0000000 0*0000000 0*0000000 0*0000000 2\*\*0
09be49c9 18.*
31907d5e 19 4 \.zero 0*0000000 0*0000000 0*0000000 0*0000000 2\*\*0
09be49c9 20.*
31907d5e 21 5 \.one 0*0000001 0*0000000 0*0000000 0*00001a4 2\*\*0
09be49c9 22.*
31907d5e 23 6 \.two 0*0000002 0*0000000 0*0000000 0*00001a5 2\*\*0
09be49c9 24.*
31907d5e 25 7 \.three 0*0000003 0*0000000 0*0000000 0*00001a7 2\*\*0
09be49c9 26.*
31907d5e 27 8 \.four 0*0000004 0*0000000 0*0000000 0*00001aa 2\*\*0
09be49c9 28.*
31907d5e 29 9 \.five 0*0000005 0*0000000 0*0000000 0*00001ae 2\*\*0
09be49c9 30.*
This page took 0.313518 seconds and 4 git commands to generate.