Fix compile time warning messages building with gcc v6.1.1
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / udf-bad.s
1 .syntax unified
2
3 arm: .arm
4 udf #0x10000
5
6 thumb: .thumb
7 udf #0x10000
8 udf.w #0x10000
9 udf.n #0x100
This page took 0.031111 seconds and 4 git commands to generate.