x86: Rewrite NOP generation for fill and alignment
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / nops-7.s
1 .text
2 _start:
3 xor %eax, %eax
4 .p2align 9
5 func1:
6 xor %ebx, %ebx
7 .p2align 8
8 func2:
9 xor %ebx, %ebx
10 .p2align 7
11 func3:
12 xor %ecx, %ecx
13 .p2align 6
14 func4:
15 xor %edx, %edx
16 .p2align 5
17 func5:
18 xor %edi, %edi
This page took 0.040629 seconds and 4 git commands to generate.