| OLD | NEW |
| 1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
| 2 <!-- Copyright (C) 2008-2012 Free Software Foundation, Inc. | 2 <!-- Copyright (C) 2008-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 <!-- PowerPC UISA - a PPC processor as viewed by user-level code. A UISA-only | 8 <!-- PowerPC UISA - a PPC processor as viewed by user-level code. A UISA-only |
| 9 view of the PowerPC. Includes Linux-only special "registers", AltiVec | 9 view of the PowerPC. Includes Linux-only special "registers", AltiVec |
| 10 and VSX vector registers. --> | 10 and VSX vector registers. --> |
| 11 | 11 |
| 12 <!DOCTYPE target SYSTEM "gdb-target.dtd"> | 12 <!DOCTYPE target SYSTEM "gdb-target.dtd"> |
| 13 <target> | 13 <target> |
| 14 <architecture>powerpc:common</architecture> | 14 <architecture>powerpc:common</architecture> |
| 15 <xi:include href="power-core.xml"/> | 15 <xi:include href="power-core.xml"/> |
| 16 <xi:include href="power-fpu-isa205.xml"/> | 16 <xi:include href="power-fpu-isa205.xml"/> |
| 17 <xi:include href="power-linux.xml"/> | 17 <xi:include href="power-linux.xml"/> |
| 18 <xi:include href="power-altivec.xml"/> | 18 <xi:include href="power-altivec.xml"/> |
| 19 <xi:include href="power-vsx.xml"/> | 19 <xi:include href="power-vsx.xml"/> |
| 20 </target> | 20 </target> |
| OLD | NEW |