Removes support in the ARM assembler for the unsigned variants of the VQ(R)DMLAH...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / macros / strings.s
CommitLineData
55d98a80 1 .macro M arg1
aa787a89 2 .ascii "\arg1"
55d98a80 3 .endm
aa787a89
NC
4
5 .data
6foo:
7 M "\\\"foo\\\""
8
9 .balign 2
10
11 M "bar"
12
13 .balign 2
14
15 M baz
16
17
This page took 1.04271 seconds and 4 git commands to generate.