~vcs-imports/qemu/git

« back to all changes in this revision

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

  • Committer: Blue Swirl
  • Date: 2009-08-31 15:14:40 UTC
  • Revision ID: git-v1:528e93a9787ccfc59582a44035f5f342caf5b84f
Fix breakage due to __thread

Thread-local storage is not supported on all hosts.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>

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>