| 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.s390.core"> | 9 <feature name="org.gnu.gdb.s390.core"> |
| 10 <reg name="pswm" bitsize="32" type="uint32" group="psw"/> | 10 <reg name="pswm" bitsize="32" type="uint32" group="psw"/> |
| 11 <reg name="pswa" bitsize="32" type="uint32" group="psw"/> | 11 <reg name="pswa" bitsize="32" type="uint32" group="psw"/> |
| 12 <reg name="r0h" bitsize="32" type="uint32" group="upper"/> | 12 <reg name="r0h" bitsize="32" type="uint32" group="upper"/> |
| (...skipping 23 matching lines...) Expand all Loading... |
| 36 <reg name="r12h" bitsize="32" type="uint32" group="upper"/> | 36 <reg name="r12h" bitsize="32" type="uint32" group="upper"/> |
| 37 <reg name="r12l" bitsize="32" type="uint32" group="lower"/> | 37 <reg name="r12l" bitsize="32" type="uint32" group="lower"/> |
| 38 <reg name="r13h" bitsize="32" type="uint32" group="upper"/> | 38 <reg name="r13h" bitsize="32" type="uint32" group="upper"/> |
| 39 <reg name="r13l" bitsize="32" type="uint32" group="lower"/> | 39 <reg name="r13l" bitsize="32" type="uint32" group="lower"/> |
| 40 <reg name="r14h" bitsize="32" type="uint32" group="upper"/> | 40 <reg name="r14h" bitsize="32" type="uint32" group="upper"/> |
| 41 <reg name="r14l" bitsize="32" type="uint32" group="lower"/> | 41 <reg name="r14l" bitsize="32" type="uint32" group="lower"/> |
| 42 <reg name="r15h" bitsize="32" type="uint32" group="upper"/> | 42 <reg name="r15h" bitsize="32" type="uint32" group="upper"/> |
| 43 <reg name="r15l" bitsize="32" type="uint32" group="lower"/> | 43 <reg name="r15l" bitsize="32" type="uint32" group="lower"/> |
| 44 </feature> | 44 </feature> |
| 45 | 45 |
| OLD | NEW |