Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/gdb/features/arm/arm-secext.xml
2023-03-06 14:48:14 +01:00

16 lines
639 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.secext">
<!-- We have 4 stack pointers with the security extension. -->
<reg name="msp_ns" bitsize="32" type="data_ptr"/>
<reg name="psp_ns" bitsize="32" type="data_ptr"/>
<reg name="msp_s" bitsize="32" type="data_ptr"/>
<reg name="psp_s" bitsize="32" type="data_ptr"/>
</feature>