Fix AArch32 build attributes for Armv8.4-A.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / pr22773.s
1 .syntax unified
2 .cpu cortex-m4
3 .thumb
4
5 .section .text
6
7 orr r1, #12800 /* This is OK. */
8 orr r1, #12801 /* This cannot be encoded in Thumb mode. */
9 /* GAS used to accept it though, and produce a MOV instruction instead. */
This page took 0.029757 seconds and 4 git commands to generate.