summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/arc/warn.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/arc/warn.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/arc/warn.s16
1 files changed, 0 insertions, 16 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/arc/warn.s b/binutils-2.17/gas/testsuite/gas/arc/warn.s
deleted file mode 100644
index 6df1185d..00000000
--- a/binutils-2.17/gas/testsuite/gas/arc/warn.s
+++ /dev/null
@@ -1,16 +0,0 @@
-; Test ARC specific assembler warnings
-;
-; { dg-do assemble { target arc-*-* } }
-
- b.d foo
- mov r0,256 ; { dg-warning "8 byte instruction in delay slot" "8 byte instruction in delay slot" }
-
- j.d foo ; { dg-warning "8 byte jump instruction with delay slot" "8 byte jump instruction with delay slot" }
- mov r0,r1
-
-foo:
-.extCoreRegister roscreg,45,r,can_shortcut
-.extCoreRegister woscreg,46,w,can_shortcut
- .section .text
- add r0,woscreg,r1 ; { dg-warning "Error: attempt to read writeonly register" }
- add roscreg,r1,r2 ; { dg-warning "Error: attempt to set readonly register" }