Sign in
gnu
/
binutils-gdb
/
38b03d23c7c7e6a9f8f27a9899fd0a84587c379e
/
.
/
gas
/
testsuite
/
gas
/
cris
/
macroat.s
blob: c06b7abaef540b4610cc3fbf8c4f1c1678b68017 [
file
] [
log
] [
blame
]
;
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