113578Sciro.santilli@arm.com<?xml version="1.0"?>
213578Sciro.santilli@arm.com<!-- Copyright (C) 2007-2018 Free Software Foundation, Inc.
313578Sciro.santilli@arm.com
413578Sciro.santilli@arm.com     Copying and distribution of this file, with or without modification,
513578Sciro.santilli@arm.com     are permitted in any medium without royalty provided the copyright
613578Sciro.santilli@arm.com     notice and this notice are preserved.  -->
713578Sciro.santilli@arm.com
813578Sciro.santilli@arm.com<!DOCTYPE feature SYSTEM "gdb-target.dtd">
913578Sciro.santilli@arm.com<feature name="org.gnu.gdb.arm.core">
1013578Sciro.santilli@arm.com  <reg name="r0" bitsize="32" type="uint32"/>
1113578Sciro.santilli@arm.com  <reg name="r1" bitsize="32" type="uint32"/>
1213578Sciro.santilli@arm.com  <reg name="r2" bitsize="32" type="uint32"/>
1313578Sciro.santilli@arm.com  <reg name="r3" bitsize="32" type="uint32"/>
1413578Sciro.santilli@arm.com  <reg name="r4" bitsize="32" type="uint32"/>
1513578Sciro.santilli@arm.com  <reg name="r5" bitsize="32" type="uint32"/>
1613578Sciro.santilli@arm.com  <reg name="r6" bitsize="32" type="uint32"/>
1713578Sciro.santilli@arm.com  <reg name="r7" bitsize="32" type="uint32"/>
1813578Sciro.santilli@arm.com  <reg name="r8" bitsize="32" type="uint32"/>
1913578Sciro.santilli@arm.com  <reg name="r9" bitsize="32" type="uint32"/>
2013578Sciro.santilli@arm.com  <reg name="r10" bitsize="32" type="uint32"/>
2113578Sciro.santilli@arm.com  <reg name="r11" bitsize="32" type="uint32"/>
2213578Sciro.santilli@arm.com  <reg name="r12" bitsize="32" type="uint32"/>
2313578Sciro.santilli@arm.com  <reg name="sp" bitsize="32" type="data_ptr"/>
2413578Sciro.santilli@arm.com  <reg name="lr" bitsize="32"/>
2513578Sciro.santilli@arm.com  <reg name="pc" bitsize="32" type="code_ptr"/>
2613578Sciro.santilli@arm.com
2713578Sciro.santilli@arm.com  <!-- The CPSR is register 25, rather than register 16, because
2813578Sciro.santilli@arm.com       the FPA registers historically were placed between the PC
2913578Sciro.santilli@arm.com       and the CPSR in the "g" packet.  -->
3013578Sciro.santilli@arm.com  <reg name="cpsr" bitsize="32" regnum="25"/>
3113578Sciro.santilli@arm.com</feature>
32