mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
9074667a85
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>
13 lines
467 B
XML
13 lines
467 B
XML
<?xml version="1.0"?>
|
|
<!-- Copyright (C) 2022 Free Software Foundation, Inc.
|
|
|
|
Copying and distribution of this file, with or without modification,
|
|
are permitted in any medium without royalty provided the copyright
|
|
notice and this notice are preserved. -->
|
|
|
|
<!DOCTYPE feature SYSTEM "gdb-target.dtd">
|
|
<feature name="org.gnu.gdb.arm.m-system">
|
|
<reg name="msp" bitsize="32" type="data_ptr"/>
|
|
<reg name="psp" bitsize="32" type="data_ptr"/>
|
|
</feature>
|