]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/cris/macroat.s
This commit was manufactured by cvs2svn to create branch
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / cris / macroat.s
CommitLineData
a471a06b
HPN
1; Test that an "@" does do TRT in a macro, and does not break up
2; lines.
0465aa2f 3 .syntax no_register_prefix
a471a06b
HPN
4 .macro test_h_gr val reg
5 cmp.d \val,\reg
6 beq test_gr\@
7 nop
8test_gr\@:
9 .endm
10
11start:
12 test_h_gr 5,r0
13 nop