[arm] Rename arm_cache_is_sp_register to arm_is_alternative_sp_register
authorTorbjörn SVENSSON <torbjorn.svensson@foss.st.com>
Thu, 30 Jun 2022 14:23:56 +0000 (15:23 +0100)
committerLuis Machado <luis.machado@arm.com>
Thu, 21 Jul 2022 12:59:13 +0000 (13:59 +0100)
commitd65edaa0bc3f24537ecde3735b1fa041f36f4ab8
treefaba50419447232b674d5180aaba9b6e706557b6
parent5c3392f9811a9cc46580401cde99337e14cab6e6
[arm] Rename arm_cache_is_sp_register to arm_is_alternative_sp_register

All usages of this helper are really made to check if the register is
one of the alternative SP registers (MSP/MSP_S/MSP_NS/PSP/PSP_S/PSP_NS)
with the ARM_SP_REGNUM case being handled separately.

Signed-off-by: Luis Machado <luis.machado@arm.com>
Signed-off-by: Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
Signed-off-by: Yvan Roux <yvan.roux@foss.st.com>
gdb/arm-tdep.c