]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/tc-arm.c
Implement the assembly instructions yield, wfe, wfi and sev for ARMv6T2 in both ARM...
authorSrinath Parvathaneni <srinath.parvathaneni@arm.com>
Mon, 14 Jan 2019 10:35:50 +0000 (10:35 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 14 Jan 2019 10:35:50 +0000 (10:35 +0000)
commit55e8aae79a341ce777565dade196e47773b53274
treea612486a502e2eb83198668e24c7d4f6223418b4
parent4ea904edb7b04ad526bd8a5401729a6c1f5a982f
Implement the assembly instructions yield, wfe, wfi and sev for ARMv6T2 in both ARM mode and Thumb mode.

* config/tc-arm.c (arm_ext_v6k_v6t2): Define.
(insns) [ARM_VARIANT]: Modified.
(insns) [THUMB_VARIANT]: To implement few ARMv6K instructions
in ARMv6T2 as well.
* testsuite/gas/arm/archv6t2-1.d: New test.
* testsuite/gas/arm/archv6t2-1.s: Likewise.
* testsuite/gas/arm/archv6t2-2.d: Likewise.
gas/ChangeLog
gas/config/tc-arm.c
gas/testsuite/gas/arm/archv6t2-1.d [new file with mode: 0644]
gas/testsuite/gas/arm/archv6t2-1.s [new file with mode: 0644]
gas/testsuite/gas/arm/archv6t2-2.d [new file with mode: 0644]