repo.or.cz
/
binutils-gdb
/
blckswan.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Automatic date update in version.in
[binutils-gdb/blckswan.git]
/
gdb
/
features
/
sort-regs.xsl
blob
5a99ec85dd1d2651d5606c034e2caf86573927b8
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"
>
6
<xsl:sort
select
=
"@regnum"
data-type
=
"number"
/>
7
<xsl:copy-of
select
=
"."
/>
8
</xsl:for-each>
9
</target>
10
</xsl:template>
11
</xsl:stylesheet>