diff options
Diffstat (limited to 'gas/testsuite/gas/xc16x/div.s')
-rw-r--r-- | gas/testsuite/gas/xc16x/div.s | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gas/testsuite/gas/xc16x/div.s b/gas/testsuite/gas/xc16x/div.s deleted file mode 100644 index 7b5ad9e..0000000 --- a/gas/testsuite/gas/xc16x/div.s +++ /dev/null @@ -1,8 +0,0 @@ - .section .text - .global _fun -xc16x_div: - - div r0 - divl r0 - divlu r0 - divu r0 |