gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / features / sort-regs.xsl
CommitLineData
fb1e4ffc
DJ
1<xsl:stylesheet version="1.0"
2 xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
3 <xsl:template match="/">
4 <target>
5 <xsl:for-each select="//reg">
117ce543 6 <xsl:sort select="@regnum" data-type="number"/>
fb1e4ffc
DJ
7 <xsl:copy-of select="."/>
8 </xsl:for-each>
9 </target>
10 </xsl:template>
11</xsl:stylesheet>
This page took 1.151622 seconds and 4 git commands to generate.