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