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