summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mips/jal-svr4pic.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/mips/jal-svr4pic.s')
-rw-r--r--gas/testsuite/gas/mips/jal-svr4pic.s20
1 files changed, 0 insertions, 20 deletions
diff --git a/gas/testsuite/gas/mips/jal-svr4pic.s b/gas/testsuite/gas/mips/jal-svr4pic.s
deleted file mode 100644
index 9d89dfa50ff..00000000000
--- a/gas/testsuite/gas/mips/jal-svr4pic.s
+++ /dev/null
@@ -1,20 +0,0 @@
-# Source file used to test the jal macro with -KPIC code.
-
-text_label:
- .set noreorder
- .cpload $25
- .set reorder
- .cprestore 0
- jal $25
- jal $4,$25
- jal text_label
- jal external_text_label
-
-# Test j as well
- j text_label
-
-# Round to a 16 byte boundary, for ease in testing multiple targets.
- nop
- nop
- nop
- nop