gas: Rename .nop directive to .nops
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / nop-6.d
1 #objdump: -drw
2 #name: i386 .nops 6
3
4 .*: +file format .*
5
6
7 Disassembly of section .text:
8
9 0+ <_start>:
10 +[a-f0-9]+: 0f 1f 40 00 nopl 0x0\(%eax\)
11
12 Disassembly of section .altinstr_replacement:
13
14 0+ <.altinstr_replacement>:
15 +[a-f0-9]+: 75 fe jne 0 <_start>
16 +[a-f0-9]+: 89 c4 mov %eax,%esp
17 #pass
This page took 0.053871 seconds and 4 git commands to generate.