]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[Morello] Add register aliases for Morello (cfp, clr, c31, cip0 and cip1)
authorLuis Machado <luis.machado@arm.com>
Thu, 1 Oct 2020 04:38:35 +0000 (01:38 -0300)
committerJohn Baldwin <jhb@FreeBSD.org>
Thu, 1 Sep 2022 22:53:22 +0000 (15:53 -0700)
commit291b52aee4f98e63dbe45c379fe9cafd7c06fbb1
treecb7d4473b3094b59ec90de70f637cb090eca6094
parent6c3c2477366687bbe48a6e1e86b6056b45ab17c2
[Morello] Add register aliases for Morello (cfp, clr, c31, cip0 and cip1)

This patch adds cfp, clr, c31, cip0 and cip1, aliased to c29, c30, c31, c16 and
c17.

gdb/ChangeLog:

2020-10-20  Luis Machado  <luis.machado@arm.com>

* aarch64-tdep.c (aarch64_morello_register_aliases): New static global.
(aarch64_gdbarch_init): Initialize alias registers.
gdb/aarch64-tdep.c