summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/cris/diffexp-ovwr.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/cris/diffexp-ovwr.s')
-rw-r--r--gas/testsuite/gas/cris/diffexp-ovwr.s21
1 files changed, 0 insertions, 21 deletions
diff --git a/gas/testsuite/gas/cris/diffexp-ovwr.s b/gas/testsuite/gas/cris/diffexp-ovwr.s
deleted file mode 100644
index aea7f49a35a..00000000000
--- a/gas/testsuite/gas/cris/diffexp-ovwr.s
+++ /dev/null
@@ -1,21 +0,0 @@
-;
-; There are actually two regressions tested here:
-; - That a .byte does not overwrite beyond the "byte", if given
-; a non-immediate-constant value (related to "False broken words").
-; - That "quick-operands" (in this case, just the unsigned 6-bit
-; one is tested) can take "difference-expressions".
-;
- .text
-start:
- .dword 0xf0+b-a-0xc5
- .byte 0xf0+b-a-0xc7
- .byte 0xab
- move.b 0xf0+b-a-0xca,r8
- move.w 0xf0+b-a-0xcb,r8
- subq 0xf0+b-a-0xcf,r3
- .ascii "Hello, world\n\0"
- .space 260,0
-a:
- .dword 0
-b:
- .dword 1