Fix assembler tests to work with toolchains that have been configured with --enable...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-nop-6.d
1 #source: nop-6.s
2 #objdump: -drw
3 #as: --generate-missing-build-notes=no
4 #name: x86-64 .nops 6
5
6 .*: +file format .*
7
8
9 Disassembly of section .text:
10
11 0+ <_start>:
12 +[a-f0-9]+: 0f 1f 40 00 nopl 0x0\(%rax\)
13
14 Disassembly of section .altinstr_replacement:
15
16 0+ <.altinstr_replacement>:
17 +[a-f0-9]+: 75 fe jne 0 <_start>
18 +[a-f0-9]+: 89 c4 mov %eax,%esp
19 #pass
This page took 0.030255 seconds and 4 git commands to generate.