summaryrefslogtreecommitdiffstats
path: root/binutils-2.24/gas/testsuite/gas/arm/group-reloc-alu-parsing-bad.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.24/gas/testsuite/gas/arm/group-reloc-alu-parsing-bad.s')
-rw-r--r--binutils-2.24/gas/testsuite/gas/arm/group-reloc-alu-parsing-bad.s12
1 files changed, 0 insertions, 12 deletions
diff --git a/binutils-2.24/gas/testsuite/gas/arm/group-reloc-alu-parsing-bad.s b/binutils-2.24/gas/testsuite/gas/arm/group-reloc-alu-parsing-bad.s
deleted file mode 100644
index 70a62ace..00000000
--- a/binutils-2.24/gas/testsuite/gas/arm/group-reloc-alu-parsing-bad.s
+++ /dev/null
@@ -1,12 +0,0 @@
-@ Tests that should fail for ALU group relocations.
-
- .text
-
-@ Group relocs aren't allowed on SUB(S) instructions...
- sub r0, r0, #:pc_g0:(foo)
- subs r0, r0, #:pc_g0:(foo)
-
-@ Some nonexistent relocations:
- add r0, r0, #:pc_g2_nc:(foo)
- add r0, r0, #:sb_g2_nc:(foo)
-