x86: warn about insns exceeding the 15-byte limit
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / mpx-add-bnd-prefix.d
CommitLineData
7e8b059b 1#as: -madd-bnd-prefix
e643ed08 2#warning_output: mpx-add-bnd-prefix.e
7e8b059b
L
3#objdump: -drw
4#name: Check -madd-bnd-prefix
5
6.*: +file format .*
7
8
9Disassembly of section .text:
10
15bb7f9a 110+ <.*>:
7e8b059b
L
12[ ]*[a-f0-9]+: f2 e8 0e 00 00 00 bnd call 14 <foo>
13[ ]*[a-f0-9]+: f2 ff 10 bnd call \*\(%eax\)
14[ ]*[a-f0-9]+: f2 74 08 bnd je 14 <foo>
15[ ]*[a-f0-9]+: f2 eb 05 bnd jmp 14 <foo>
16[ ]*[a-f0-9]+: f2 ff 23 bnd jmp \*\(%ebx\)
17[ ]*[a-f0-9]+: f2 c3 bnd ret
18
190+14 <foo>:
20[ ]*[a-f0-9]+: f2 c3 bnd ret
21[ ]*[a-f0-9]+: f2 c3 bnd ret
76d3a78a
JB
22[ ]*[a-f0-9]+: f2 c3 bnd ret
23[ ]*[a-f0-9]+: f2 c3 bnd ret
24[ ]*[a-f0-9]+: f2 e8 f2 ff ff ff bnd call 14 <foo>
7e8b059b 25[ ]*[a-f0-9]+: 01 c3 add %eax,%ebx
76d3a78a 26[ ]*[a-f0-9]+: e2 ee loop 14 <foo>
7e8b059b 27#pass
This page took 0.328807 seconds and 4 git commands to generate.