| #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\*\*0 |
| .* |
| 4 \.zero 0*0000000 0*0000000 0*0000000 0*0000000 2\*\*0 |
| .* |
| 5 \.one 0*0000001 0*0000000 0*0000000 0*00001a4 2\*\*0 |
| .* |
| 6 \.two 0*0000002 0*0000000 0*0000000 0*00001a5 2\*\*0 |
| .* |
| 7 \.three 0*0000003 0*0000000 0*0000000 0*00001a7 2\*\*0 |
| .* |
| 8 \.four 0*0000004 0*0000000 0*0000000 0*00001aa 2\*\*0 |
| .* |
| 9 \.five 0*0000005 0*0000000 0*0000000 0*00001ae 2\*\*0 |
| .* |