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