Support structure offsets that are 512K or larger.
[deliverable/binutils-gdb.git] / gdb / gdbtypes.h
index 91e3eb9e22792478e58c7013d91e293370dfed7f..2dda074d737b9dbff9a45038edd3a561764b6f65 100644 (file)
@@ -511,7 +511,7 @@ union field_location
      gdbarch_bits_big_endian=0 targets, it is the bit offset to
      the LSB.  */
 
-  int bitpos;
+  LONGEST bitpos;
 
   /* * Enum value.  */
   LONGEST enumval;
This page took 0.024071 seconds and 4 git commands to generate.