x86/Intel: fix fallout from earlier template folding
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-mpx-branch-1.s
CommitLineData
c3320543
L
1 .text
2 bnd call 0x100040
3 bnd jmp 0x100040
4
5foo1:
6 bnd jmp foo1
7 bnd jb foo1
8 bnd call foo1
9 bnd jmp foo2
10 bnd jb foo2
11 bnd call foo2
12foo2:
13 bnd jmp foo
14 bnd jb foo
15 bnd call foo
16 bnd jmp foo@PLT
17 bnd jb foo@PLT
18 bnd call foo@plt
This page took 0.22389 seconds and 4 git commands to generate.