~vcs-imports/qemu/git

« back to all changes in this revision

Viewing changes to gdb-xml/cf-fp.xml

  • Committer: blueswir1
  • Date: 2007-11-25 08:48:16 UTC
  • Revision ID: git-v1:b76482e76560345c00e7d6c89199ced204a926d2
 Fix buffer mux handling for unconnected serial ports


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3737 c046a42c-6fe2-441c-8c8c-71466251a162

Show diffs side-by-side

added added

removed removed

Lines of Context:
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>