aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorShahab Vahedi <shahab@synopsys.com>2022-11-21 15:56:31 +0100
committerShahab Vahedi <shahab@synopsys.com>2022-11-22 12:59:32 +0100
commitb2059307d86cf02ddd0f81b6d53306a685a9b3b4 (patch)
tree470194def8d97272bd4e9f5cdd92e01ec0ae6935 /opcodes/ChangeLog
parentdc95ee260cc209c2c4c313ef65fbd0a158d7ca4a (diff)
downloadgdb-b2059307d86cf02ddd0f81b6d53306a685a9b3b4.zip
gdb-b2059307d86cf02ddd0f81b6d53306a685a9b3b4.tar.gz
gdb-b2059307d86cf02ddd0f81b6d53306a685a9b3b4.tar.bz2
opcodes: Correct address for ARC's "isa_config" aux reg
This patch changes the address for "isa_config" auxiliary register from 0xC2 to the correct value 0xC1. Moreover, it only exists in arc700+ and not all ARCs. opcodes/ChangeLog: * arc-regs.h: Change isa_config address to 0xc1. isa_config exists for ARC700 and ARCV2 and not ARCALL.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 5bddae5..8dab47f 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,8 @@
+2022-11-22 Shahab Vahedi <shahab@synopsys.com>
+
+ * arc-regs.h: Change isa_config address to 0xc1.
+ isa_config exists for ARC700 and ARCV2 and not ARCALL.
+
2022-10-31 Yoshinori Sato <ysato@users.sourceforge.jp>
* rx-decode.opc: Switch arguments of the MVTACGU insn.