* gas/pe/section-exclude.d: Correct testcase.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / pe / section-align-3.s
1
2 .section .none,"dr3"
3 .section .zero,"dr3"
4 .ascii ""
5 .section .one,"dr3"
6 .ascii "1"
7 .section .two,"dr3"
8 .ascii "12"
9 .section .three,"dr3"
10 .ascii "123"
11 .section .four,"dr3"
12 .ascii "1234"
13 .section .five,"dr3"
14 .ascii "12345"
15 .section .six,"dr3"
16 .ascii "123456"
17 .section .seven,"dr3"
18 .ascii "1234567"
19 .section .eight,"dr3"
20 .ascii "12345678"
21 .section .nine,"dr3"
22 .ascii "123456789"
23 .section .ten,"dr3"
24 .ascii "1234567890"
25 .end
This page took 0.03089 seconds and 4 git commands to generate.