| #objdump: -h |
| #name: section alignment |
| #skip: sh-* |
| |
| # 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 |
| .* |