PR gas/19744: Thumb-1 pcrop relocations don't work on Thumb-2 targets
[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.030647 seconds and 4 git commands to generate.