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\*\*0
18 .*
19   4 \.zero         0*0000000  0*0000000  0*0000000  0*0000000  2\*\*0
20 .*
21   5 \.one          0*0000001  0*0000000  0*0000000  0*00001a4  2\*\*0
22 .*
23   6 \.two          0*0000002  0*0000000  0*0000000  0*00001a5  2\*\*0
24 .*
25   7 \.three        0*0000003  0*0000000  0*0000000  0*00001a7  2\*\*0
26 .*
27   8 \.four         0*0000004  0*0000000  0*0000000  0*00001aa  2\*\*0
28 .*
29   9 \.five         0*0000005  0*0000000  0*0000000  0*00001ae  2\*\*0
30 .*
31