Fix RL78 disassembly of DE+offset addressing to always show the offset, even when...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / pe / section-align-1.d
1 #objdump: -h
2 #name: section alignment
3
4 # Test that alignment works in .section directives.
5
6 .*: .*
7
8 Sections:
9 Idx Name *Size *VMA *LMA *File off *Algn
10 0 \.text 0*0000000 0*0000000 0*0000000 0*0000000 2\*\*[24]
11 .*
12 1 \.data 0*0000000 0*0000000 0*0000000 0*0000000 2\*\*[24]
13 .*
14 2 \.bss 0*0000000 0*0000000 0*0000000 0*0000000 2\*\*[24]
15 .*
16 3 \.none 0*0000000 0*0000000 0*0000000 0*0000000 2\*\*0
17 .*
18 4 \.zero 0*0000000 0*0000000 0*0000000 0*0000000 2\*\*0
19 .*
20 5 \.one 0*0000001 0*0000000 0*0000000 0*00001a4 2\*\*0
21 .*
22 6 \.two 0*0000002 0*0000000 0*0000000 0*00001a5 2\*\*0
23 .*
24 7 \.three 0*0000003 0*0000000 0*0000000 0*00001a7 2\*\*0
25 .*
26 8 \.four 0*0000004 0*0000000 0*0000000 0*00001aa 2\*\*0
27 .*
28 9 \.five 0*0000005 0*0000000 0*0000000 0*00001ae 2\*\*0
29 .*
This page took 0.037247 seconds and 4 git commands to generate.