mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
gdb/arm: Define MSP and PSP registers for M-Profile
This patch removes the hardcoded access to PSP in arm_m_exception_cache() and relies on the definition with the XML descriptions. Signed-off-by: Christophe Lyon <christophe.lyon@foss.st.com> Signed-off-by: Christophe Lyon <christophe.lyon@arm.com>
This commit is contained in:
@ -105,6 +105,7 @@ enum arm_m_profile_type {
|
||||
ARM_M_TYPE_VFP_D16,
|
||||
ARM_M_TYPE_WITH_FPA,
|
||||
ARM_M_TYPE_MVE,
|
||||
ARM_M_TYPE_SYSTEM,
|
||||
ARM_M_TYPE_INVALID
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user