summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/i386/jump.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/i386/jump.s')
-rw-r--r--gas/testsuite/gas/i386/jump.s24
1 files changed, 0 insertions, 24 deletions
diff --git a/gas/testsuite/gas/i386/jump.s b/gas/testsuite/gas/i386/jump.s
deleted file mode 100644
index 1f11cd317b7..00000000000
--- a/gas/testsuite/gas/i386/jump.s
+++ /dev/null
@@ -1,24 +0,0 @@
-.psize 0
-.text
-.extern xxx
-
-1: jmp 1b
- jmp xxx
- jmp *xxx
- jmp *%edi
- jmp *(%edi)
- ljmp *xxx(,%edi,4)
- ljmp *xxx
- ljmp $0x1234,$xxx
-
- call 1b
- call xxx
- call *xxx
- call *%edi
- call *(%edi)
- lcall *xxx(,%edi,4)
- lcall *xxx
- lcall $0x1234,$xxx
-
- # Force a good alignment.
- .p2align 4,0