summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mips/lifloat.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/mips/lifloat.s')
-rw-r--r--gas/testsuite/gas/mips/lifloat.s24
1 files changed, 0 insertions, 24 deletions
diff --git a/gas/testsuite/gas/mips/lifloat.s b/gas/testsuite/gas/mips/lifloat.s
deleted file mode 100644
index 3977f0e7d4e..00000000000
--- a/gas/testsuite/gas/mips/lifloat.s
+++ /dev/null
@@ -1,24 +0,0 @@
-# Source file used to test the li.d and li.s macros.
-
-foo:
- li.d $4,1.12345
- li.d $f4,1.12345
-
- li.s $4,1.12345
- li.s $f4,1.12345
-
-# Round to a 16 byte boundary, for ease in testing multiple targets.
- .ifdef SVR4
- nop
- nop
- nop
- .endif
- .ifdef XGOT
- nop
- nop
- nop
- .endif
- .ifdef EMPIC
- nop
- nop
- .endif