| OLD | NEW |
| 1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
| 2 <!-- Copyright (C) 2010-2012 Free Software Foundation, Inc. | 2 <!-- Copyright (C) 2010-2013 Free Software Foundation, Inc. |
| 3 | 3 |
| 4 Copying and distribution of this file, with or without modification, | 4 Copying and distribution of this file, with or without modification, |
| 5 are permitted in any medium without royalty provided the copyright | 5 are permitted in any medium without royalty provided the copyright |
| 6 notice and this notice are preserved. --> | 6 notice and this notice are preserved. --> |
| 7 | 7 |
| 8 <!DOCTYPE feature SYSTEM "gdb-target.dtd"> | 8 <!DOCTYPE feature SYSTEM "gdb-target.dtd"> |
| 9 <feature name="org.gnu.gdb.i386.core"> | 9 <feature name="org.gnu.gdb.i386.core"> |
| 10 <flags id="i386_eflags" size="4"> | 10 <flags id="i386_eflags" size="4"> |
| 11 <field name="CF" start="0" end="0"/> | 11 <field name="CF" start="0" end="0"/> |
| 12 <field name="" start="1" end="1"/> | 12 <field name="" start="1" end="1"/> |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 | 64 |
| 65 <reg name="fctrl" bitsize="32" type="int" group="float"/> | 65 <reg name="fctrl" bitsize="32" type="int" group="float"/> |
| 66 <reg name="fstat" bitsize="32" type="int" group="float"/> | 66 <reg name="fstat" bitsize="32" type="int" group="float"/> |
| 67 <reg name="ftag" bitsize="32" type="int" group="float"/> | 67 <reg name="ftag" bitsize="32" type="int" group="float"/> |
| 68 <reg name="fiseg" bitsize="32" type="int" group="float"/> | 68 <reg name="fiseg" bitsize="32" type="int" group="float"/> |
| 69 <reg name="fioff" bitsize="32" type="int" group="float"/> | 69 <reg name="fioff" bitsize="32" type="int" group="float"/> |
| 70 <reg name="foseg" bitsize="32" type="int" group="float"/> | 70 <reg name="foseg" bitsize="32" type="int" group="float"/> |
| 71 <reg name="fooff" bitsize="32" type="int" group="float"/> | 71 <reg name="fooff" bitsize="32" type="int" group="float"/> |
| 72 <reg name="fop" bitsize="32" type="int" group="float"/> | 72 <reg name="fop" bitsize="32" type="int" group="float"/> |
| 73 </feature> | 73 </feature> |
| OLD | NEW |