29 lines
915 B
XML
29 lines
915 B
XML
<?xml version="1.0"?>
|
|
<!-- Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
|
|
|
|
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. -->
|
|
|
|
<!-- PowerPC 603 or 603e. -->
|
|
|
|
<!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="603">
|
|
<reg name="hid0" bitsize="32"/>
|
|
<reg name="hid1" bitsize="32"/>
|
|
<reg name="iabr" bitsize="32"/>
|
|
<reg name="dmiss" bitsize="32" regnum="124"/>
|
|
<reg name="dcmp" bitsize="32"/>
|
|
<reg name="hash1" bitsize="32"/>
|
|
<reg name="hash2" bitsize="32"/>
|
|
<reg name="imiss" bitsize="32"/>
|
|
<reg name="icmp" bitsize="32"/>
|
|
<reg name="rpa" bitsize="32"/>
|
|
</feature>
|
|
</target>
|