* features/rs6000/power-altivec.xml, features/rs6000/power-core.xml,
features/rs6000/power-fpu.xml, features/rs6000/power-oea.xml,
features/rs6000/power-spe.xml, features/rs6000/power64-core.xml: New
feature descriptions for standard PowerPC register sets.
* features/rs6000/powerpc-32.xml, features/rs6000/powerpc-403.xml,
features/rs6000/powerpc-403gc.xml, features/rs6000/powerpc-505.xml,
features/rs6000/powerpc-601.xml, features/rs6000/powerpc-602.xml,
features/rs6000/powerpc-603.xml, features/rs6000/powerpc-604.xml,
features/rs6000/powerpc-64.xml, features/rs6000/powerpc-7400.xml,
features/rs6000/powerpc-750.xml, features/rs6000/powerpc-860.xml,
features/rs6000/powerpc-e500.xml, features/rs6000/rs6000.xml: New
target descriptions for PowerPC processors.
2007-10-15 19:27:25 +00:00
|
|
|
<?xml version="1.0"?>
|
2009-01-03 05:58:08 +00:00
|
|
|
<!-- Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
|
* features/rs6000/power-altivec.xml, features/rs6000/power-core.xml,
features/rs6000/power-fpu.xml, features/rs6000/power-oea.xml,
features/rs6000/power-spe.xml, features/rs6000/power64-core.xml: New
feature descriptions for standard PowerPC register sets.
* features/rs6000/powerpc-32.xml, features/rs6000/powerpc-403.xml,
features/rs6000/powerpc-403gc.xml, features/rs6000/powerpc-505.xml,
features/rs6000/powerpc-601.xml, features/rs6000/powerpc-602.xml,
features/rs6000/powerpc-603.xml, features/rs6000/powerpc-604.xml,
features/rs6000/powerpc-64.xml, features/rs6000/powerpc-7400.xml,
features/rs6000/powerpc-750.xml, features/rs6000/powerpc-860.xml,
features/rs6000/powerpc-e500.xml, features/rs6000/rs6000.xml: New
target descriptions for PowerPC processors.
2007-10-15 19:27:25 +00:00
|
|
|
|
|
|
|
Copying and distribution of this file, with or without modification,
|
|
|
|
are permitted in any medium without royalty provided the copyright
|
|
|
|
notice and this notice are preserved. -->
|
|
|
|
|
|
|
|
<!DOCTYPE target SYSTEM "gdb-target.dtd">
|
|
|
|
<target>
|
|
|
|
<xi:include href="power-core.xml"/>
|
|
|
|
<xi:include href="power-fpu.xml"/>
|
|
|
|
<xi:include href="power-oea.xml"/>
|
|
|
|
|
|
|
|
<feature name="602">
|
|
|
|
<reg name="hid0" bitsize="32"/>
|
|
|
|
<reg name="hid1" bitsize="32"/>
|
|
|
|
<reg name="iabr" bitsize="32"/>
|
|
|
|
<reg name="tcr" bitsize="32" regnum="124"/>
|
|
|
|
<reg name="ibr" bitsize="32"/>
|
|
|
|
<reg name="esasrr" bitsize="32"/>
|
|
|
|
<reg name="sebr" bitsize="32"/>
|
|
|
|
<reg name="ser" bitsize="32"/>
|
|
|
|
<reg name="sp" bitsize="32"/>
|
|
|
|
<reg name="lt" bitsize="32"/>
|
|
|
|
</feature>
|
|
|
|
</target>
|