]>
Commit | Line | Data |
---|---|---|
f4d9bade | 1 | <?xml version="1.0"?> |
7b6bb8da | 2 | <!-- Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. |
f4d9bade UW |
3 | |
4 | Copying and distribution of this file, with or without modification, | |
5 | are permitted in any medium without royalty provided the copyright | |
6 | notice and this notice are preserved. --> | |
7 | ||
8 | <!-- Cell/B.E. architecture. Identical to the PowerPC 32-bit Linux UISA, | |
9 | but adds support for the SPU as compatible architecture. --> | |
10 | ||
11 | <!DOCTYPE target SYSTEM "gdb-target.dtd"> | |
12 | <target> | |
13 | <architecture>powerpc:common</architecture> | |
14 | <compatible>spu</compatible> | |
15 | <xi:include href="power-core.xml"/> | |
16 | <xi:include href="power-fpu.xml"/> | |
17 | <xi:include href="power-linux.xml"/> | |
18 | <xi:include href="power-altivec.xml"/> | |
19 | </target> |