summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/testsuite/gas/i386/x86-64-mpx-branch-2.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/gas/testsuite/gas/i386/x86-64-mpx-branch-2.s')
-rw-r--r--binutils-2.25/gas/testsuite/gas/i386/x86-64-mpx-branch-2.s18
1 files changed, 18 insertions, 0 deletions
diff --git a/binutils-2.25/gas/testsuite/gas/i386/x86-64-mpx-branch-2.s b/binutils-2.25/gas/testsuite/gas/i386/x86-64-mpx-branch-2.s
new file mode 100644
index 00000000..5fe90883
--- /dev/null
+++ b/binutils-2.25/gas/testsuite/gas/i386/x86-64-mpx-branch-2.s
@@ -0,0 +1,18 @@
+ .text
+ call 0x100040
+ jmp 0x100040
+
+foo1:
+ jmp foo1
+ jb foo1
+ call foo1
+ jmp foo2
+ jb foo2
+ call foo2
+foo2:
+ jmp foo
+ jb foo
+ call foo
+ jmp foo@PLT
+ jb foo@PLT
+ call foo@plt