Make "end" field in feature specs required again.
[deliverable/binutils-gdb.git] / gdb / features / i386 / 32bit-mpx.xml
index b1c06153a7a9ac843a86f16c6842a62ea398058f..8d319cf0c8e5f6c760d4d1ed801a66518816b2b3 100644 (file)
   <struct id="_bndcfgu" size="8">
     <field name="base" start="12" end="31" />
     <field name="reserved" start="2" end="11"/>
-    <field name="preserved" start="1" end="1"/>
-    <field name="enabled" start="0" end="1"/>
+    <!-- Explicitly set the type here, otherwise it defaults to bool.
+         Perhaps this should be uint32, but the container type has size 8.  -->
+    <field name="preserved" start="1" end="1" type="uint64"/>
+    <field name="enabled" start="0" end="0" type="uint64"/>
   </struct>
 
    <union id="cfgu">
This page took 0.036005 seconds and 4 git commands to generate.