1<?xml version="1.0"?> 2<!-- Copyright (C) 2008 Free Software Foundation, Inc. 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<!DOCTYPE feature SYSTEM "gdb-target.dtd"> 8<feature name="org.gnu.gdb.coldfire.fp"> 9 <reg name="fp0" bitsize="64" type="float" group="float"/> 10 <reg name="fp1" bitsize="64" type="float" group="float"/> 11 <reg name="fp2" bitsize="64" type="float" group="float"/> 12 <reg name="fp3" bitsize="64" type="float" group="float"/> 13 <reg name="fp4" bitsize="64" type="float" group="float"/> 14 <reg name="fp5" bitsize="64" type="float" group="float"/> 15 <reg name="fp6" bitsize="64" type="float" group="float"/> 16 <reg name="fp7" bitsize="64" type="float" group="float"/> 17 18 19 <reg name="fpcontrol" bitsize="32" group="float"/> 20 <reg name="fpstatus" bitsize="32" group="float"/>, 21 <reg name="fpiaddr" bitsize="32" type="code_ptr" group="float"/> 22</feature> 23