summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/cris/macroat.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/cris/macroat.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/cris/macroat.s13
1 files changed, 0 insertions, 13 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/cris/macroat.s b/binutils-2.17/gas/testsuite/gas/cris/macroat.s
deleted file mode 100644
index c06b7aba..00000000
--- a/binutils-2.17/gas/testsuite/gas/cris/macroat.s
+++ /dev/null
@@ -1,13 +0,0 @@
-; Test that an "@" does do TRT in a macro, and does not break up
-; lines.
- .syntax no_register_prefix
- .macro test_h_gr val reg
- cmp.d \val,\reg
- beq test_gr\@
- nop
-test_gr\@:
- .endm
-
-start:
- test_h_gr 5,r0
- nop