]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - opcodes/ChangeLog
opcodes: Fix the auxiliary register numbers for ARC HS
authorShahab Vahedi <shahab@synopsys.com>
Tue, 17 Aug 2021 14:39:26 +0000 (16:39 +0200)
committerShahab Vahedi <shahab@synopsys.com>
Tue, 17 Aug 2021 16:33:05 +0000 (18:33 +0200)
commit5d9cff510e8c04ded28272ef2121d814f5787a57
tree4dc07f168a81e186f565854383b6d6e29a2906cf
parentc0154a4a21a3aed01ef53877af05cf0109a0b124
opcodes: Fix the auxiliary register numbers for ARC HS

The numbers for the auxiliary registers "tlbindex" and
"tlbcommand" of ARCv2HS are incorrect.  This patch makes
the following changes to correct that error.

 ,------------.-----------------.---------------.
 | aux. reg.  | old (incorrect) | new (correct) |
 |------------+-----------------+---------------|
 | tlbindex   |      0x463      |     0x464     |
 | tlbcommand |      0x464      |     0x465     |
 `------------^-----------------^---------------'

opcodes/
2021-08-17  Shahab Vahedi <shahab@synopsys.com>

* arc-regs.h (DEF): Fix the register numbers.
opcodes/ChangeLog
opcodes/arc-regs.h