summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/i386/x86-64-inval.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/i386/x86-64-inval.s')
-rw-r--r--gas/testsuite/gas/i386/x86-64-inval.s14
1 files changed, 0 insertions, 14 deletions
diff --git a/gas/testsuite/gas/i386/x86-64-inval.s b/gas/testsuite/gas/i386/x86-64-inval.s
deleted file mode 100644
index be532d52a13..00000000000
--- a/gas/testsuite/gas/i386/x86-64-inval.s
+++ /dev/null
@@ -1,14 +0,0 @@
- .text
-# All the following should be illegal for x86-64
- calll *%eax # 32-bit data size not allowed
- calll *(%ax) # 32-bit data size not allowed
- calll *(%eax) # 32-bit data size not allowed
- calll *(%r8) # 32-bit data size not allowed
- calll *(%rax) # 32-bit data size not allowed
- callq *(%ax) # 32-bit data size not allowed
- callw *(%ax) # no 16-bit addressing
-foo: jcxz foo # No prefix exists to select CX as a counter
- popl %eax # can't have 32-bit stack operands
- pushl %eax # can't have 32-bit stack operands
- pushfl # can't have 32-bit stack operands
- popfl # can't have 32-bit stack operands