summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/dlx/lohi.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/dlx/lohi.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/dlx/lohi.s9
1 files changed, 0 insertions, 9 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/dlx/lohi.s b/binutils-2.17/gas/testsuite/gas/dlx/lohi.s
deleted file mode 100644
index f88ad44d..00000000
--- a/binutils-2.17/gas/testsuite/gas/dlx/lohi.s
+++ /dev/null
@@ -1,9 +0,0 @@
- .text
- .align 2
- nop
-.L1:
- lhi r1,%hi(.L1 + 200000)
- ori r1,r0,%lo(.L1 + 200000)
- lhi r1,%hi(.L1 + 200000000)
- ori r1,r0,%lo(.L1 + 200000000)
- .end