]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Add support for the AArch64's CSDB instruction.
authorJames Greenhalgh <james.greenhalgh@arm.com>
Tue, 9 Jan 2018 11:28:04 +0000 (11:28 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 9 Jan 2018 11:28:04 +0000 (11:28 +0000)
commitbe2e7d95414eb78f29312f30e62d4cabd55f9fda
tree6c658b79344e6c086c93fe4b0a57e1ce9c37b7e9
parentb1dc1806fad00fc5b2589164e964646c02a700fa
Add support for the AArch64's CSDB instruction.

CSDB is a new instruction which Arm has defined. It has the same encoding as
HINT #0x14 and is available at all architecture levels.

opcodes * aarch64-tbl.h (aarch64_opcode_table): Add "csdb".
* aarch64-asm-2.c: Regenerate.
* aarch64-dis-2.c: Regenerate.
* aarch64-opc-2.c: Regenerate.

gas * testsuite/gas/aarch64/system.d: Update expected results to expect
CSDB.
gas/ChangeLog
gas/testsuite/gas/aarch64/system.d
opcodes/ChangeLog
opcodes/aarch64-asm-2.c
opcodes/aarch64-dis-2.c
opcodes/aarch64-opc-2.c
opcodes/aarch64-tbl.h