Allow really large fortran array bounds: TYPE_LENGTH to ULONGEST
[deliverable/binutils-gdb.git] / gdb / gdbtypes.h
index 66051cf02c7290890fd43bf21fb778682db90ad7..2125ed991d0f6f7a86f0babb0e1f0935dec86041 100644 (file)
@@ -859,7 +859,7 @@ struct type
      type_length_units function should be used in order to get the length
      expressed in target addressable memory units.  */
 
-  unsigned int length;
+  ULONGEST length;
 
   /* * Core type, shared by a group of qualified types.  */
 
This page took 0.024028 seconds and 4 git commands to generate.