]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - opcodes/ChangeLog
[PATCH] arm: Add DFB instruction for ARMv8-R
authorAlex Coplan <alex.coplan@arm.com>
Mon, 8 Jun 2020 14:16:29 +0000 (15:16 +0100)
committerNick Clifton <nickc@redhat.com>
Mon, 8 Jun 2020 14:16:29 +0000 (15:16 +0100)
commit26417f19193444a1516c945492c5eb47dc38abe9
tree850c2dc6e65fb2487dac7c4b4e0f649d48585008
parent9bcc30e4178baac8307a52841ea9fef5cda8846d
[PATCH] arm: Add DFB instruction for ARMv8-R

gas/ChangeLog:
2020-06-08  Alex Coplan  <alex.coplan@arm.com>

* config/tc-arm.c (insns): Add dfb.
* testsuite/gas/arm/dfb.d: New test.
* testsuite/gas/arm/dfb.s: Input for test.

opcodes/ChangeLog:
2020-06-08  Alex Coplan  <alex.coplan@arm.com>

* arm-dis.c (arm_opcodes): Add dfb.
(thumb32_opcodes): Add dfb.
gas/ChangeLog
gas/config/tc-arm.c
gas/testsuite/gas/arm/dfb.d [new file with mode: 0644]
gas/testsuite/gas/arm/dfb.s [new file with mode: 0644]
opcodes/ChangeLog
opcodes/arm-dis.c