Removes support in the ARM assembler for the unsigned variants of the VQ(R)DMLAH...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / macros / app1.s
CommitLineData
fdf63aff
HPN
1#NO_APP
2 .text
3 .macro foo
049c5eba 4 .globl a
fdf63aff
HPN
5a:
6 .long 42
7 .endm
8#APP
9 foo
049c5eba 10 .globl b
fdf63aff
HPN
11b:
12 .long 56
This page took 0.793596 seconds and 4 git commands to generate.