summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-x86-64/mpx3a.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/ld/testsuite/ld-x86-64/mpx3a.s')
-rw-r--r--binutils-2.25/ld/testsuite/ld-x86-64/mpx3a.s16
1 files changed, 0 insertions, 16 deletions
diff --git a/binutils-2.25/ld/testsuite/ld-x86-64/mpx3a.s b/binutils-2.25/ld/testsuite/ld-x86-64/mpx3a.s
deleted file mode 100644
index 28cb580b..00000000
--- a/binutils-2.25/ld/testsuite/ld-x86-64/mpx3a.s
+++ /dev/null
@@ -1,16 +0,0 @@
- .text
- .globl _start
- .type _start, @function
-_start:
- movl $call1, %edi
- bnd call *%rdi
- movq func(%rip), %rdi
- bnd call *%rdi
- ret
- .size _start, .-_start
- .globl func
- .data
- .type func, @object
- .size func, 8
-func:
- .quad call2