* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / gas / testsuite / gas / arm / arm-it.s
blobf3c56e8c4b70a02374c056ed517aee5d767739fa
1 # Check that IT is accepted in ARM mode on older architectures
2 .text
3 .syntax unified
4 .arch armv4
5 label1:
6 it eq
7 moveq r0, #0
8 mov pc, lr