[Patch ARM] Fix build attributes for armv8-a in case of assembler files that contain...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / backslash-at.s
CommitLineData
2a676888
MS
1@ Check that \@ is not destroyed when assembling for the ARM.
2
3.macro bar
4 mov r0, #\@
5 mov r0, #\@@comment
6 mov r0, #\@ @comment
7.endm
8
bdc4de1b
NC
9 .byte '\\
10 .byte '\a
11 .byte 0
12 .byte 0
2a676888
MS
13foo:
14 bar
15 bar
16 bar
17
This page took 0.374708 seconds and 4 git commands to generate.