Skip gdb.base/branch-to-self.exp if gdb,nosignals exists
[deliverable/binutils-gdb.git] / gdb / features / i386 / 32bit-sse.xml
index e849b8d9fadff6cd5d4a0e12944a3c66335edec0..4448a7e2c8c3d599137196b3d160b5e74947b30a 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<!-- Copyright (C) 2010 Free Software Foundation, Inc.
+<!-- Copyright (C) 2010-2016 Free Software Foundation, Inc.
 
      Copying and distribution of this file, with or without modification,
      are permitted in any medium without royalty provided the copyright
     <field name="v2_int64" type="v2i64"/>
     <field name="uint128" type="uint128"/>
   </union>
+  <flags id="i386_mxcsr" size="4">
+    <field name="IE" start="0"/>
+    <field name="DE" start="1"/>
+    <field name="ZE" start="2"/>
+    <field name="OE" start="3"/>
+    <field name="UE" start="4"/>
+    <field name="PE" start="5"/>
+    <field name="DAZ" start="6"/>
+    <field name="IM" start="7"/>
+    <field name="DM" start="8"/>
+    <field name="ZM" start="9"/>
+    <field name="OM" start="10"/>
+    <field name="UM" start="11"/>
+    <field name="PM" start="12"/>
+    <field name="FZ" start="15"/>
+  </flags>
 
   <reg name="xmm0" bitsize="128" type="vec128" regnum="32"/>
   <reg name="xmm1" bitsize="128" type="vec128"/>
This page took 0.024141 seconds and 4 git commands to generate.